.formControl {
    height: 48px;
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: .25rem;
}

.adaFormControl:focus .adaFormControl:hover {
    border: 2px solid #949494;
}

.adaFormControl{
    border:1px solid #949494; 
} 

.formControl input {
    outline: none;
    width: 100%;
    border: 0 none;
    padding: 7px 5px 5px 5px;
    position: relative;
}

input:not([value=""])~.floating-text,
input:focus~.floating-text {
    top: -2px;
    left: 40px;
    color: #34657F;
    font-size: 12px;
}

.floating-text {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    position: absolute;
    pointer-events: none;
    left: 40px;
    top: 13px;
    color: var(--Neutral-700, #333);
    transition: .5s;
}

.cust_error.fa-warning:before {
    padding-right: 111px;
}

.client_error_Container span {
    display: none;
    float: left;
    color: #a94442;
}

.has-error .client_error_Container span {
    display: block;
}

.cust_error {
    display: flex;
    border-color: #ebcccc;
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


.unified-login-form-footer {
    display: flex;
    padding: 32px 96px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    align-self: stretch;
    background: var(--Color-Neutral---New-800, #333);
    color: var(--Color-Neutral---New-White, #FFF);
    text-align: center;

    /* Semibold/M */
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
}

.unified-login-form-footer-content {
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.register-now-btn {
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    background: transparent;
    border-radius: 6px;
    border: 2px solid var(--Color-Neutral---New-White, #FFF);
    color: var(--Color-Neutral---New-White, #FFF);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
}

.register-now-btn:hover {
    background-color: #3B3D49;
}

.back_to_link_font {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

.back_to_link_font a:hover {
    padding: 12px 39px;
    background-color: #34657F26;
}

.enrolled-text {
    color: var(--Color-Neutral---New-White, #FFF);
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}


.form-group {
    margin-bottom: 24px;
    position: relative;
}

.forgot-username-text a{
     margin-top: 5px;
    display: flex;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #34657F;
    width: fit-content;
    
}
.forgot-password-text a{
   margin-top: 5px;
    display: flex;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #34657F; 
    width: fit-content; 
}


.unified-login-left-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--gray-800, #3B3C43);
    font-family: "Synchrony Sans";
    word-wrap: break-word;
    font-style: normal;
    line-height: normal;
    text-align: left;
}
.rc-left-side-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--gray-800, #3B3C43);
    font-family: "Synchrony Sans";
    word-wrap: break-word;
    font-style: normal;
    line-height: normal;
    gap: 30px;
}
.rc-left-side-container h4{
    font-size: 60px !important;
    font-weight: 700;
    line-height: normal;
}

.unified-login-left-container h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
}

.unified-login-left-container span span {
    color: var(--brand-100, #34657F);
    font-size: 20px;
    font-weight: 700;
}

.unified-login-main-container {
    padding: 120px 96px;
    gap: 64px;
    background: var(--Color-Neutral---New-100, #F6F6F6);
    min-height: 100vh;
}

/* screen responsive code */

@media screen and (max-width: 991px) {
    .rc-left-side-container {
        align-items: center;
        text-align: center;
    }
    .unified-login-left-container h4 {
        align-items: center;
        text-align: center !important;
    }
    .unified-login-left-container {
        align-items: center;
        text-align: center !important;
    }
}

@media screen and (max-width:1024px) {
    .unified-login-main-container {
        padding: 40px 32px !important;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {

    .unified-login-right-container {
        margin-top: 48px;
        padding: 24px 24px 32px 24px !important;
        text-align: center;
    }
    .unified-login-subheading{
        font-size: 16px !important;
    }

    .unified-login-left-container {
        display: flex;
        align-items: center;
        gap: 0px !important;
        text-align: center !important;
    }

    .unified-login-left-container h4 {
        font-size: 24px !important;
    }
    .rc-left-side-container h4{
    font-size: 60px !important;
    font-weight: 700;
    line-height: normal;
    }

    .unified-login-left-container span span {
        display: flex;
        flex-direction: column;
        font-size: 16px;;
    }


}

@media screen and (max-width: 576px) {
    .unified-login-left-container h4 {
        font-size: 26px !important;
    }

    .unified-login-left-container span {
        display: flex;
        flex-direction: column;
        font-size: 15px;
        line-height: 16.68px;
    }

    .unified-login-left-container span span {
        display: flex;
        flex-direction: column;
        font-size: 15px;
        line-height: 16.68px;
    }

    .unified-login-main-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .register-now-btn {
        padding: 8px 8px !important;
        font-size: 12px;
    }

}

@media screen and (max-width: 375px) {
    .unified-login-left-container h4 {
        font-size: 26px !important;
    }

    .unified-login-left-container span span {
        font-size: 15px;
        line-height: 16.68px;
    }

    .unified-login-right-container {
        padding-right: 10px;
        padding-left: 10px
    }

    .adaFormControl {
        border: 1px solid #949494;
    }
}

@media screen and (max-width: 820px) {

    .unified-login-left-container span {
        align-self: center;
         text-align: center !important;

    }

    .unified-login-left-container {
        text-align: center !important;
    }
    .unified-login-subheading{
     text-align: center !important;
    }

}

.userInput {
    width: 100%;
}

#loginSubmitbtn {
    font-family: 'Open Sans';
}

#loginSubmitbtn:hover,
focus {
    Background-color: #294f63;
}

#usernameFocus::placeholder,
#passwordId::placeholder {
    color: #232323;
}

#forgotusername:focus,
#forgotusername:hover,
#fpwd:focus,
#fpwd:hover {
    color: #34657f;
    text-decoration: underline;
}

#completeTask:focus {
    padding: 12px 39px;
    background-color: #34657F26;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper input {
    padding-right: 70px;
    /* space for button */
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 0.9rem;
    user-select: none;
    font-weight: normal;
    color: #34657f;
}

.toggle-password:hover {
    text-decoration: none;
}

.toggle-password:focus {
    outline: 2px solid #06f;
    text-decoration: none;
}

.unified-login-right-container {
    display: flex;
    padding: 64px 96px;
    flex-direction: column;
    gap: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: var(--Color-Neutral---New-White, #FFF);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.04), 0 1px 18px 0 rgba(0, 0, 0, 0.08), 0 3px 5px 0 rgba(0, 0, 0, 0.10);
}

.unified-signin-heading {
    color: var(--Color-Neutral---New-Black, #000);
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px;
}

.unified-login-subheading {
    color: var(--Color-Neutral---New-Black, black);
    font-size: 20px;
    font-family: Synchrony Sans;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.unified-login-learmorehere-link {
    color: var(--Color-Primary-Primary-500, #34657f);
    font-size: 20px;
    font-family: Synchrony Sans;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    word-wrap: break-word;
}

/* Responsive Message Center Box */
.unified-login-message-center-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--Color-Neutral---New-White, #FFF);
    padding: 2rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .unified-login-message-center-box {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 600px) {
    .unified-login-message-center-box {
        padding: 1rem 0.5rem;
    }
}

/* Responsive Message Center Layout */
.message-center-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 10px;
    border: 2px solid var(--Warning-110, #8A6C00);
    background: var(--Warning-5, #FFFAEB);
    width: 100%;
    box-sizing: border-box;
}

.message-center-layout {
    width: 60%;
}
@media (max-width: 992px) {
    .message-center-layout {
        width: 100%;
    }
}


@media (max-width: 600px) {
    .message-center-layout {
        align-items: stretch;
        gap: 0.5rem;
        padding: 0.5rem;
    }
}

/* Responsive Message Center Heading */
.message-center-heading {
    color: var(--Color-Neutral---New-Black, #000);
    font-family: "Synchrony Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 600px) {
    .message-center-heading {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 0.5rem;
    }
}

/* Responsive Message Center Description */
.message-center-description {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}


form#loginForm {
    min-height: 0px !important;
}