/* ------------------------------------------------------------------------------------------------ */
/* COMMON */
/* ------------------------------------------------------------------------------------------------ */

@font-face {
    font-family: 'area-normal';
    src: url(./webfonts/AreaNormal-Regular.woff2) format('woff2');
    font-style: normal;
    font-display: block;
    font-weight: 400;
}

@font-face {
    font-family: 'area-normal';
    src: url(./webfonts/AreaNormal-Bold.woff2) format('woff2');
    font-style: normal;
    font-display: block;
    font-weight: 600;
}

@font-face {
    font-family: 'area-normal';
    src: url(./webfonts/AreaNormal-Extrabold.woff2) format('woff2');
    font-style: normal;
    font-display: block;
    font-weight: 700;
}

.new-theme {
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
    font-family: 'area-normal';
}

.new-theme .flex-column {
    display: flex;
    flex-direction: column;
}

.new-theme .align-center {
    align-items: center;
}

.new-theme .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.new-theme .paragraph {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.new-theme span {
    color: #595959;
}

.new-theme .font-14 {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.new-theme .mb-10 {
    margin-bottom: 10px;
}

.new-theme .mb-24 {
    margin-bottom: 24px;
}

.new-theme .mb-48 {
    margin-bottom: 48px;
}

.new-theme .m-20 {
    margin: 20px 0;
}

.new-theme .align-self-end {
    align-self: flex-end;
}

.new-theme .line {
    height: 2px;
    width: 100%;
    background-color: #D1D1D1;
}

.new-theme .gap-16 {
    gap: 16px;
}

.new-theme .gap-50 {
    gap: 50px;
}

.new-theme .gap-50::after {
    display: none;
}

.new-theme.wrapper {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 24px 64px;
    background-color: #FEFDF9;
}

@media (min-width: 768px) {
    .new-theme.wrapper {
        align-items: center;
        padding: 0 24px 24px;
    }

}

.new-theme .card {
    background-color: #FFF;
    padding: 24px 16px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 0px #240F350D;
}

@media (min-width: 768px) {
    .new-theme .card {
        padding: 32px 20px;
    }
}

.new-theme form.form {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.new-theme .form-title {
    font-size: 22px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    color: #240F35;
}

@media (min-width: 768px) {
    .new-theme .form-title {
        font-size: 26px;
    }
}

.new-theme input.input {
    color: #240F35;
    border: 2px solid #595959;
    height: 52px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}

.new-theme input.input::placeholder {
    font-size: 16px;
}

.new-theme input.input:active,
.new-theme input.input:focus {
    box-shadow: 0px 0px 8px 0px #B97BE6;
    border: 2px solid #595959;
    outline: none;
}

@media (min-width: 768px) {
    .new-theme input.input {
        height: 56px;
    }
}

.new-theme .link-container {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
}

.new-theme .link-label {
    color: #240F35;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.new-theme .link-label:focus,
.new-theme .link-label:active {
    text-decoration: underline;
}

.new-theme .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 10px;
    background-color: #7FDCD7;
    color: #240F35;
    font-size: 18px;
    height: 52px;
    box-shadow: none;
    letter-spacing: 0;
}

.new-theme .button:hover {
    background-color: #8BE9E4;
    border: 0;
}

.new-theme .button:focus,
.new-theme .button:active {
    border: 2px solid #000000;
    background-color: #7FDCD7;
}

@media (min-width: 768px) {
    .new-theme .button {
        height: 56px;
    }
}

.new-theme .button.secondary {
    border: 2px solid #7FDCD7;
    background-color: #FFF;
    font-weight: 700;
}

.new-theme .secondary:focus,
.new-theme .secondary:active {
    border: 2px solid #240F35;
    background-color: #FFF;
}

.new-theme .logo-container {
    display: flex;
    margin-top: 20px;
    height: 30px;
}

.new-theme .logo-container img.logo {
    margin: 0;
}

.new-theme .nl-footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}

.new-theme .header {
    height: 56px;
    display: flex;
    padding: 14px 0;
}

@media (min-width: 768px) {
    .new-theme .header {
        align-self: stretch;
        padding: 0 48px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1280px) {
    .new-theme .header {
        padding: 0 100px;
        margin-bottom: 60px;
    }
}

.new-theme .my-error-message {
    color: #FF2F2F;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.new-theme .social-icon {
    position: relative;
    height: 20px;
    margin-right: 10px;
    top: -2px
}

/* ------------------------------------------------------------------- */
/* LOGIN
/* ------------------------------------------------------------------- */

.new-theme form.login-form {
    margin: 40px 0 24px;
}

@media (min-width: 768px) {
    .new-theme form.login-form {
        width: 420px;
    }
}

.new-theme .help-message-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

@media (min-width: 1280px) {
    .new-theme .help-message-container {
        flex-direction: row;
    }
}

.new-theme img.woman-image-mobile {
    z-index: 20;
    margin: 80px 0;
}

.new-theme img.woman-image-desktop {
    display: none;
}

.new-theme img.man-image-desktop {
    display: none;
}


@media (min-width: 1280px) {
    .new-theme img.woman-image-mobile {
        display: none;
    }

    .new-theme img.woman-image-desktop {
        display: block;
        position: absolute;
        top: 0;
        right: -350px;
    }

    .new-theme img.man-image-desktop {
        display: block;
        position: absolute;
        bottom: 50px;
        left: -350px;
    }

}

/* ------------------------------------ */
/* RECOVERY */
/* ------------------------------------ */

.new-theme form.form.recovery-form {
    background-color: #FEFDF9;
    margin: 48px 0;
}

@media (min-width: 768px) {
    .new-theme form.form.recovery-form {
        max-width: 368px;
    }
}

/* ------------------------------------ */
/* SENT */
/* ------------------------------------ */
.new-theme .sent-form {
    display: flex;
    flex-direction: column;
    margin: 48px 0;
}

@media (min-width: 768px) {
    .new-theme .sent-form {
        max-width: 368px;
        gap: 0;
    }
}

.new-theme .resend-container {
    display: flex;
    justify-content: center;
    font-size: 14px;
    gap: 5px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .new-theme .resend-container {
        margin-bottom: 2px;
    }

}
/* ------------------------------------ */
/* SET NEW PASSWORD */
/* ------------------------------------ */
.new-theme .set-password-form {
    display: flex;
    flex-direction: column;
    margin: 48px 0;
    align-items: center;

    input {
        max-width: 350px;
    }

    .button {
        width: 350px;
    }
}

/* ------------------------------------ */
/* MEDIA QUERIES */
/* ------------------------------------ */

.new-theme .only-mobile {
    display: flex;
}

@media (min-width: 768px) {
    .new-theme .only-mobile {
        display: none;
    }
}

.new-theme .only-desktop {
    display: none;
}

@media (min-width: 768px) {
    .new-theme .only-desktop {
        display: flex;
        height: 30px;
        margin-top: 10px;
    }
}