.main-container {
    width: 100%;
    height: 100%;
}

.Auth-container {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(85 161 41 / 34%), white);
    display: flex;
    FLEX-WRAP: WRAP;
    align-content: center;
    justify-content: space-around;
}

.Fiestalogo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.welcomeWord {
    font-size: 18px;
    font-family: emoji;
    display: flex;
    align-items: center;
}

.fa-1x {
    font-size: 1.5em !important;
}

.SignIn-up {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SignInForm {
    background-color: white;
    height: 413px;
    width: 346px;
    box-shadow: 7px 7px 2px 1px #949c8e47;
    border-radius: 5%;
    padding: 2%;
    position: absolute;
    z-index: 1;
}

.SignUpForm {
    background-color: white;
    height: 413px;
    width: 346px;
    box-shadow: 7px 7px 2px 1px #949c8e47;
    border-radius: 5%;
    padding: 2%;
    position: absolute;
}

#CdtSignupForm,
#CdtSignInForm,
#teach-SignInForm,
#CdtResetPwdForm,
#ChooseAccountForm,
#addmailAddressForm,
#EditPwdForm,
#forgotpwdForm,
#CdtForgotpwdForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center !important;
}

#CdtResetPwdForm {
    display: none;
}

.Formheader {
    text-transform: uppercase;
    font-family: "Gill Sans", sans-serif;
    font-size: 27px;
    background: -webkit-linear-gradient(rgb(156, 217, 71), #558B2F);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.075);
    margin-bottom: 1%;
}

#otp-Authenticate,
#EnterCodeOtp {
    display: none;
}

#goToPfSpace,
#sinscrire,
#forgotpwdbtn,
#skip,
#goToPfSpace1,
#goTostSpace,
#goToLogin,
#connexion1,
#cancelNew_MP,
#goToLogin {
    background: none;
    color: #428BCD;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    box-shadow: none !important;
    font-size: 13px;
}

#goToPfSpace:hover,
#sinscrire:hover,
#forgotpwdbtn:hover,
#goToPfSpace1:hover,
#goTostSpace:hover,
#connexion1:hover {
    text-decoration: underline;
}

:where(#input-otpCode, #form-otpCode, .input-field, header) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 8%;
}

#input-otpCode header {
    height: 65px;
    width: 65px;
}

#input-otpCode header span {
    font-size: 67px;
    color: #669643;
}

.resetPwdCode,
.newPwd {
    display: none;
}

.cdtBtn {
    font-style: italic;
    font-weight: bolder;
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s linear 3;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

#pdfGuideDeConnexion {
    cursor: help;
}