@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: Roboto;

}

.page-bx {
    /* WHOLE PAGE */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    /* padding: 20px;  */
    box-sizing: border-box;
}

.page-bx__img-bx {
    /* LEFT SIDE OF WHOLE PAGE-->PAGE-BX */
    background: #fcfcfc;
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.page-bx__img-bx__logo-bg {
    /* LOGO BACKGROUND FOR LEFT SIDE PAGE */
    width: 92%;
    height: 92%;
    background: #f1fffb;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-bx__img-bx__logo-bg__logo {
    /* LOGO CONTAINER  */
    width: 40%;
    height: 40%;
}

.page-bx__img-bx__logo-bg__logo--img {
    /* LOGO */
    height: 90%;
    width: 90%;
    object-fit: contain;

}

.page-bx__content-bx {
    /* RIGHT SIDE--->CONTENT-BX CONTAINER */
    background: #ffff;
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

/* CONTENT-BX IS DIVIDED INTO 4 PARTS-->HEADER,FORM-BX,NEED-HELP,FOOTER */
.page-bx__content-bx__header-bx {
    margin-top: 20px;
    margin-top: 30px;
    width: 90%;
    height: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.page-bx__content-bx__form-bx {
    margin-top: 20px;
    width: 90%;
    box-sizing: border-box;
    position: relative;
}

.page-bx__content-bx__footer-bx {
    margin-top: 20px;
    width: 90%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.page-bx__content-bx__header-bx__img-container {
    width: 40%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-bx__content-bx__header-bx__img-container--img {
    width: 140px;
    object-fit: contain;
}


.page-bx__content-bx__footer-bx__bottom-img-container--img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.page-bx__content-bx__form-bx {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.page-bx__content-bx__form-bx__container-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 70%;
    color: #25272A;
}

.page-bx__content-bx__form-bx__container-login--form-info-container {
    width: 100%;
    height: 4%;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.page-bx__content-bx__form-bx__container-login--form-info-container--h5 {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14.1px;
    color: #25272A;

}

.page-bx__content-bx__form-bx__container-login__input-bx {
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}

.page-bx__content-bx__form-bx__container-login__input-bx__container {
    position: relative;
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 6px 0px;
    display: none;
}

.page-bx__content-bx__form-bx__container-login__input-bx__container--i {
    position: absolute;
    left: 14px;
    top: 51%;
    transform: translateY(-50%);
    color: #66686A;
}

.page-bx__content-bx__form-bx__container-login__input-bx__container--input {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding-left: 35px;
    border-radius: 6px;
    border: 1px solid #D0CFCB
}

i {
    color: #25272A;
}

.page-bx__content-bx__form-bx__container-login__input-bx--input {
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid black;
}

.page-bx__content-bx__form-bx__container-login__forgot-link {
    width: 100%;
    height: 10%;
    align-items: center;
    justify-content: right;
    text-align: right;
    margin-bottom: 8px;
    display: none;
}

.page-bx__content-bx__form-bx__container-login__forgot-link--a {
    color: #004D44;
    font-size: 14px;
    text-decoration: none;
}

/* THIS IS THE BUTTON MANAGING SSO-LOGIN, SIGNIN, SEND LINK TASKS */

.page-bx__content-bx__form-bx__container-login__button {
    width: 100%;
    height: 17%;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page-bx__content-bx__form-bx__container-login__button--btn-continue {
    width: 100%;
    height: 45px;
    border: 0.5px solid #001714;
    border-radius: 4px;
    padding: 9px 0px;
    border: 0.5px solid black;
    cursor: pointer;
    font-weight: 500;
    background: #DADF50;
    color: #25272A;
    font-size: 14px;
}

.page-bx__content-bx__form-bx__container-login__button--btn-cancel {
    width: 48%;
    height: 100%;
    background: #F0F0F0;
    border: 0.5px solid #001714;
    border-radius: 4px;
    padding: 9px 0px;
    border: 0.5px solid black;
    cursor: pointer;
    font-weight: 500;
    color: #25272A;
}

.page-bx__content-bx__form-bx__container-login__sso-container {
    margin-top: 20px;
    height: 20%;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}

.disabled {
    cursor: not-allowed;
}

.disabled-sso-client {
    background: #DEDDDB;
    color: #66686A;
}

.enabled-sso-client {
    background: #FFFF; 
    color: #25272A;
}

.enabled {
    cursor: pointer;
}

.tooltip {
    position: absolute;
    top: -64px;
    left: 8%;
    width: 250px;
    text-align: center;
    background: black;
    color: white;
    padding: 8px;
    border-radius: 4px;
    visibility: hidden;
    /* Hidden by default */
    opacity: 0;
    /* Initially transparent */
    transition: opacity 0.2s;
    font-size: 12px;
    display: none;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* Position below the tooltip */
    left: 50%; /* Center it horizontally */
    margin-left: -5px; /* Adjust based on arrow size */
    border-width: 5px; /* Adjust for arrow size */
    border-style: solid;
    border-color: black transparent transparent transparent; /* Arrow color */
}

.circular-loader{
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 0.25rem solid #004d44;
    border-top-color: #d9e020;
    animation: spin 0.75s infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.page-bx__content-bx__form-bx__container-login__sso-container__heading {
    width: 100%;
    height: 0%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 15px;
    display: none;
}

.page-bx__content-bx__form-bx__container-login__sso-container__heading--h {
    color: #66686A;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 17.58px;
    text-align: center;

}

.page-bx__content-bx__form-bx__container-login__sso-container__button {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 5px;
    position: relative;
}

.page-bx__content-bx__form-bx__container-login__sso-container__button--btn {
    width: 100%;
    height: 45px;
    padding: 8px 0px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    border: 1px solid #25272A;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-bx__content-bx__form-bx__container-login__sso-container__a {
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 2px;
    position: relative;
    display: none;
}

.page-bx__content-bx__form-bx__container-login__sso-container__a--a {
    color: #1a0dab;
    text-decoration:underline;
}

/* FOLLOWING CSS IS FOR THE NEED HELP CONTAINER, ICON, LINK TAG */
.page-bx__content-bx__form-bx__container-login__need-help {
    margin-top: 15px;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 16.41px;
    padding: 5px 0px;
    width: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

.page-bx__content-bx__form-bx__container-login__need-help--i {
    color: #004D44;
}

.page-bx__content-bx__form-bx__container-login__need-help--a {
    color: #004D44;
    text-decoration: none;
    cursor: pointer;
}

/* ALL THE CONTAINERS USED FOR DISPLAYING ANY TYPE OF MSGS */

.page-bx__content-bx__form-bx__container-login--error-msg {
    display: none;
    width: 70%;
    text-align: left;
    background: #FCEDE7;
    border-radius: 7px;
    font-weight: 400;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
}

.page-bx__content-bx__form-bx__container-login--error-msg--i {
    color: #E24912;
    padding-right: 10px;
    font-weight: 900;
    height: 18px;
}

.page-bx__content-bx__form-bx__container-login--success-msg--i {
    color: #337169;
    padding-right: 10px;
    font-weight: 900;
    height: 18px;
}

.page-bx__content-bx__form-bx__container-login__google-recaptcha-section {
    width: 100%;
}

.page-bx__content-bx__form-bx__container-login__google-recaptcha-section iframe {
    width: 100%;
}

.page-bx__content-bx--help {
    display: none;
    margin-top: 10px;
    width: 70%;
    max-height: 100px;
    text-align: center;
    background: #FCEDE7;
    color: #24272A;
    border-radius: 7px;
    font-weight: 400;
    padding: 10px 10px;
    font-size: 11.5px;
    box-sizing: border-box;
    overflow: auto;
}


/* /////////////////////////////////////////////SSO-PAGE-CSS-/////////////////////////////// */

.page-sso {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-sso__content-bx {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page-sso__content-bx__header-bx {
    width: 100%;
    height: 20%;
}

.page-sso__content-bx__form-bx {
    height: 60%;
    width: 80%;
    background: #F2FCF9;
    border-radius: 13px;
}

.page-sso__content-bx__footer-bx {
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-sso__content-bx__header-bx__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.page-sso__content-bx__header-bx__img-container--img {
    width: 38%;
    height: 55%;
}

.page-sso__content-bx__form-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page-sso__content-bx__form-bx__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15%;
}

.page-sso__content-bx__form-bx__img-container--img {
    width: 30%;
    height: 40%;
}

.page-sso__content-bx__form-bx__error-msg {
    display: none;
    width: 63%;
    text-align: left;
    background: #FCEDE7;
    border-radius: 7px;
    font-weight: 400;
    padding: 10px 12px;
    margin-bottom: 8px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
}

.page-sso__content-bx__form-bx__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-sso__content-bx__form-bx__form__heading {
    display: flex;
    width: 80%;
    height: 10%;
    align-items: center;
    justify-content: left;
}

.page-sso__content-bx__form-bx__form__container-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    position: relative;
}

.page-sso__content-bx__form-bx__form__container-login--input {
    width: 80%;
    height: 50%;
    padding-left: 40px;
    border-radius: 6px;
    border: 0.5px solid #D0CFCB;
    box-sizing: border-box;
}

.page-sso__content-bx__form-bx__form__container-login--i {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
}

.page-sso__content-bx__form-bx__form__button {
    width: 80%;
    height: 30%;
    display: flex;
}

.page-sso__content-bx__form-bx__form__button--btn {
    width: 100%;
    height: 80%;
    border-radius: 4px;
    border: 0.5px solid #66686A;
}

.page-sso__content-bx__form-bx__need-help {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8%;
}

.page-sso__content-bx__form-bx__need-help__container {
    color: #004D44;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-sso__content-bx__form-bx__need-help__container--i {
    color: #004D44;
}

.page-sso__content-bx__form-bx__need-help--help-msg {
    display: none;
}


.page-sso__content-bx__footer-bx__img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.page-sso__content-bx__footer-bx__img-container--img {
    width: 30%;
    height: 33%;
}

.page-bx__content-bx__form-bx__container-forgot {
    display: none;
    flex-direction: column;
    width: 70%;
    color: #25272A;

}

.page-bx__content-bx__form-bx__container-forgot--form-info-container {
    width: 100%;
    height: 4%;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.page-bx__content-bx__form-bx__container-forgot--form-info-container--h5 {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 14.1px;
    color: #25272A;
}

.page-bx__content-bx__form-bx__container-forgot__container {
    position: relative;
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 15px;
}

.page-bx__content-bx__form-bx__container-forgot__container--i {
    position: absolute;
    left: 14px;
    top: 51%;
    transform: translateY(-50%);
    color: #66686A;
}

.page-bx__content-bx__form-bx__container-forgot__container--input {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding-left: 35px;
    border-radius: 6px;
    border: 1px solid #D0CFCB
}

.page-bx__content-bx__form-bx__container-login__google-recaptcha-section {
    width: 100%;
    height: 30%;
}

.page-bx__content-bx__form-bx__container-forgot__button {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn {
    height: 45px;
}

.btn-continue {
    width: 48%;
    border: 0.5px solid #001714;
    border-radius: 4px;
    padding: 9px 0px;
    border: 0.5px solid black;
    cursor: pointer;
    font-weight: 500;
    background: #DADF50;
    color: #25272A;
}

.btn-cancel {
    width: 48%;
    background: #F0F0F0;
    border: 0.5px solid #001714;
    border-radius: 4px;
    padding: 9px 0px;
    border: 0.5px solid black;
    cursor: pointer;
    font-weight: 500;
    color: #25272A;
}


/* /////////////////////////////////////////////SSO-PAGE-CSS-/////////////////////////////// */

@media (max-width:786px) {
    .page-bx__img-bx {
        display: none;
    }

    .page-bx__content-bx__form-bx {
        height: 80%;
    }

    .page-bx__content-bx {
        width: 80%;
        height: 90%;
    }

    .page-bx {
        background: #f1fffb;
    }
}