﻿body {
    background-color: #F1F1F1;
    background-image: url('../../images/Vivery/Vivery_Bridging_the_gap_2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.col-md-4 {
    background-color: transparent;
}

.middle-col {
    border-radius: 3px;
    box-shadow: 0 4px 4px 0 rgba(174, 182, 191, 0.2);
    border: solid 1px #dce4ec;
    background-color: #ffffff;
}

.header-text {
    color: #17294b;
    text-align: center;
    width: 100%;
}

    .header-text h4 {
        
        font-size: 22px;
        font-weight: 900;
    }

    .header-text p {
        
        font-size: 14px;
        font-weight: normal;
    }

.account-info {
    border-radius: 4px;
    border: solid 1px #aeb6bf;
    background-color: #ffffff;
    color: #17294b;
    text-align: left;
    
}

    .account-info h6 {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
    }

    .account-info p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
    }

.password-text {
    background-color: #edeeef;
    width: 100%;
    text-align: center;
}

    .password-text h6 {
        
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        color: #17294b;
    }

.complete-btn {
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.42px;
    text-align: left;
    color: #000000;
    background-color: #00b6f0;
}



.label-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #17294b;
}

.required-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #53595f;
}

.Log-In {
    border-radius: 3px;
    background-color: #00b6f0;
}

.Sign-Up {
    width: 208px;
    height: 19px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #17294b;
}

#message {
    position: fixed;
    top: 20%;
    width: 445px;
    display: none;
}

#inner-message {
    margin: 0 auto;
}

.form-control {
    height: 45px;
}

#forgot-password, #resend-confirmation, #SelfSignUp {
    text-decoration: underline;
}





.btn-sign-up {
    color: black;
    border-radius: 3px;
    background-color: #00b6f0;
    border-color: none;
    font-weight: bold;
    width: 100%;
}

.account-signup {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.24px;
    text-align: center;
    color: #17294b;
}

.motto {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.13px;
    text-align: center;
    color: #17294b;
}

.new-motto {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #faf9f6;
}

/*input {
    border: solid 1px #17294b !important;
    background-color: #fff !important;
}*/

.text-danger {
    font-size: 12.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
}

.g-recaptcha div {
    width: 100% !important
}


#resendError a {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: inherit !important;
}

#resendError a:hover {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: inherit !important;
}

.field-validation-error{
    padding-left: 15px;
}