
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

main{
    background-color: #F5F5F5;
}

#area-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
}

#card-form {
    width: 460px;
    min-height: 595px;
    padding: 42px 42px 54px 42px;
    border-radius: 12px!important;
    border: 1px solid #EDF0F3 !important;
    opacity: 1;
    position: relative;
    z-index: 10;
    box-shadow: 0px 1px 20px 0px #28395B14;
}

#title-form{
    color: #201041;
}

#subtitle-form{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    color: #4D4D4D;
}

.g-recaptcha  {
    height: auto;
}

.g-recaptcha > div {
    margin: 0 auto;
}

#link-reset-password{
    font-size: 18px;
}

#passwordToggler{
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}

.lh-title{
    line-height: 53.2px;
}

.lh-subtitle{
    line-height: 28.8px;
}

#area-message {
    background: url('/images/loginFundo.png') no-repeat center center;
    background-size: cover;
}

#area-message .content{
    max-width: 596px;
}

#container-message{
    min-height: 100vh;
}

#card-message{
    width: 540px;
    height: 695px;
    margin:auto;
}

.border-error {
    border: 1px solid red !important;
}

.btn-resend-code {
    background-color: transparent;
    border-color: #2fde91;
    color: #2fde91;
    border-width: 1px;
    transition: all 0.3s ease;
}

.btn-resend-code:disabled {
    background: transparent !important;
    color: #2fde91 !important;
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-resend-code:disabled:hover {
    background-color: transparent !important;
    border-color: #2fde91 !important;
}

.btn-resend-code:not(:disabled):hover {
    background-color: #2fde91;
    color: white;
    border-color: #2fde91;
}

.email-verification-btn-resend-code {
    color: #2fde91 !important;
    font-weight: 500;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.email-verification-btn-resend-code:disabled {
    color: #2fde91 !important;
    opacity: 0.7;
    cursor: not-allowed;
}

.email-verification-btn-resend-code:disabled:hover {
    background-color: transparent !important;
    border-color: #2fde91 !important;
}

.modal-content-email-verification {
    height: auto !important;
}
