:root {
    /* primary */
    --fp-green: #e9652b;
    --fp-navy: #e9652b;
    --fp-grey: #f5f2f0;
    --fp-ultra-navy: #01363d;
    --fp-dark-green: #e9652b;
    /* secondary */
    --fp-blue: #00bcd3;
    --fp-soft-green: #e9652b;
    --fp-sky-blue: #e9652b;
    --fp-deep-blue: #e9652b;
    --fp-soft-black: #212427;
    --raleway: 'Raleway', sans-serif;
}

html {
    font-family: 'Raleway', sans-serif;
    background-color: #f5f2f0;
}
body {
    font-family: 'Raleway', sans-serif;
    background-color: #f5f2f0;
}

/* navbaar */
.navbar {
    background: #01363d 0% 0% no-repeat padding-box !important;
    color: #ffffff !important;
}

.logo-container {

}

.logo {
    width: 580px;
    height: 91px;
}

@media screen and (min-width: 480px) {
    .logo {
        height: 91px;
    }
    .navbar {
        padding: 0 0.5rem;
    }
}

@media screen and (min-width: 480px) {
    .logo-container {
        width: 580px;
    }
}

/* footer */
.footer {
    background: #f5f2f0;
    height: 65px;
}
.grecaptcha-badge {
  bottom: 47px !important;
}

/* links */

a {
    color: #004A8F !important;
    font-size: 12px;
    cursor: pointer;
}


/* buttons */

/* helpers */
.size-12 {
    font-size: 12px;
}

.size-28 {
    font-size: 28px;
}
#horizontal-logo {
    display: block;
}
.logo-bar {
    margin: 0px auto 0px auto; 
    padding: 40px 10px 15px 10px;
}
@media screen and (min-width: 1200px) {
    .dots {
        background-position: top -27px right -4px;
        background-size: auto 60px;
        background-repeat: repeat;
        display: visible;
        height: 140px;
        position: absolute;
        top: 43px;
        left: 0;
        width: 15vw;
    }
}
@media screen and (min-width: 855px) {

    .logo-bar {
        width: 800px;
    }
}
@media screen and (max-width: 855px) {
    .logo-bar {
        width: 90vw;
    }

}
@media screen and (max-width: 768px) {
    .size-md-24 {
        font-size: 24px !important;
    }
}


/* forms */
.form {

}
#login-title{
    font-weight: 600;
}
#SSOlogins{
    margin:auto;
    max-width:350px;
}

@media only screen and (max-width: 260px) {
    #header{
        margin-bottom:90px !important;
    }
}
@media only screen and (min-width: 520px) {


    .footerLinks{
        padding-bottom:14px;
        line-height: 16px;
        max-height:none !important;
        height:auto !important;

    }
    .footer-text a{
        color: white !important; 
        font-size: 14px !important;
        padding-right: 2vw;
    }
}
@media only screen and (max-width: 520px) {
    .grecaptcha-badge {
        bottom: 43px !important;
      }
    .footerLinks{
        padding-bottom:12px;
        line-height: 14px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 12px !important;
        padding-right: 2vw;
    }
}
@media only screen and (max-width: 450px) {
    .grecaptcha-badge {
        bottom: 40px !important;
      }
    .footerLinks{
        padding-bottom:10px;
        line-height: 12px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 10px !important;
        padding-right: 2vw;
    }
}
@media only screen and (max-width: 390px) {
    .grecaptcha-badge {
        bottom: 35px !important;
      }
    .footerLinks{
        padding-bottom:7px;
        line-height: 9px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 8px !important;
        padding-right: 1vw;
    }
}
@media only screen and (max-width: 330px) {
    .grecaptcha-badge {
        bottom: 33px !important;
      }
    .footerLinks{
        padding-bottom:px;
        line-height: 7px;
        max-height:none !important;
        height:auto !important;
    
    }
    .footer-text a{
        color: white !important; 
        font-size: 7px !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 410px) {
    .button_logingoogle{
        float:none !important;
        text-align:center !important;
    }
    #forgotPassword{
        padding-right:0px!important; 
        min-width:75px!important; 
    }
    #contactSupport{
        padding-left:0px!important; 
        min-width:75px!important; 
    }
}

#forgotPassword{
    padding-right:30px; 
    min-width:110px; 
    text-align: center;
}
#contactSupport{
    padding-left:30px; 
    min-width:110px; 
    text-align: left;
}
@media only screen and (max-width: 270px) {
    .grecaptcha-badge {
        bottom: 43px !important;
      }
}
@media only screen and (min-width: 260px) {

    .form-container {
        margin-bottom:150px;
    }
}
@media only screen and (max-width: 260px) {
    .form-container {
        margin-bottom:150px;
    }
}
@media only screen and (max-width: 520px) {
    .form-container {
        background: #fff;
        border-radius: 0px;
        border: 1px solid #CCCCCB;
        width: 100%;
        margin-top:0px;
        padding: 1rem 2rem 1rem 2rem !important;

    }
}
@media only screen and (min-width: 520px) {
    .form-container {
        background: #fff;
        border-radius: 25px;
        border: 1px solid #CCCCCB;
        width: 500px;
        margin-top:50px;
        padding: 1rem !important;
    }
}



  
input, textarea {
    background: #ffffff;
    box-sizing: border-box;
}

input:focus, textarea:focus {
    border: 2px solid #212427 !important;
}

input,
textarea,
button {
    outline: none !important;
}

textarea {
    height: 110px !important;
}

.form-control.is-valid {
    background-image: none !important;
}

.form-control.is-invalid {
    background-image: none !important;
}


/* forms floating labels */
.form-label-group {
    position: relative;
}

.form-label-group > input,
.form-label-group > label {
    height: 2.75rem;
    padding: 0.45rem;
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color:  rgba(78, 84, 94, 0.78);
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid #EEEEEE;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
    padding-top: 0.15rem;
    padding-bottom: 0.50rem;
    font-size: 12px;
    color:  rgba(78, 84, 94, 0.78);
}

.form-label-group:focus-within input:not(:placeholder-shown) ~ label,
.form-label-group:focus-within textarea:not(:placeholder-shown) ~ label {
    color: #e9652b;
    font-weight: bold;
}

