﻿body {
    /*background-color: rgb(16, 77, 94);*/
    background-image: linear-gradient(to left, rgba(255, 255, 255), rgba(16, 77, 94,1));
}

/*.background-fade {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255), rgba(16, 77, 94,1));
}*/

.left-fade {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0px;
    margin: 35% 20% 0% 20%;
}

.top10 {
    margin-top: 10px;
}

.padding-right10 {
    padding-right: 10px;
}

.padding-right20 {
    padding-right: 20px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.custom-field {
    position: relative;
    font-size: 14px;
    width: 100%;
    border-top: 20px solid transparent;
    margin-bottom: 5px;
    --field-padding: 12px;
}

.custom-field input,
.custom-field select{
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f2f2f2;
    padding: var(--field-padding);
    border-radius: 3px;
    width: 100%;
    outline: none;
    font-size: 14px;
}

.custom-field .placeholder,
.custom-field .select-placeholder{
    position: absolute;
    left: var(--field-padding);
    width: calc(100% - (var(--field-padding) * 2));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 22px;
    line-height: 100%;
    transform: translateY(-50%);
    color: #aaa;
    transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

.custom-field .select-placeholder{
    top: -10px;
    font-size: 10px;
    color: #222;
}

.custom-field input:valid + .placeholder,
.custom-field input:focus + .placeholder {
    top: -10px;
    font-size: 10px;
    color: #222;
}

.custom-field input:-webkit-autofill + .placeholder {
  top: -10px;
  font-size: 10px;
  color: #222;
}

.custom-field.two input,
.custom-field.two select{
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: linear-gradient(90deg, #222, #222) center bottom/0 0.15em no-repeat, linear-gradient(90deg, #ccc, #ccc) left bottom/100% 0.15em no-repeat, linear-gradient(90deg, #fafafa, #fafafa) left bottom/100% no-repeat;
    transition: background-size 0.3s ease;
}

.custom-field.two input:focus,
.custom-field.two select:focus{
    background-size: 100% 0.15em, 100% 0.1em, 100%;
}

#logo {
    width: 100%;
}

.footerLogo {
    background-repeat: no-repeat;
    width: auto;
    padding: 10px;
    height: 160px;
}

#logo-panel {
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center the image horizontally */
}

#inputField {
    position: absolute;
    top: calc(15% + 150px);
    left: 15%;
    width: 70%;
}

#resource {
    transition: color 0.3s ease;
}

.row-title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 17px;
    line-height: 100%;
    transform: translateY(-50%);
}