@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 100;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-ultralight-58646b19bf205.woff") format("woff");
}

@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 200;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-thin-58646e9b26e8b.woff") format("woff");
}

@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 300;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-light-58646b33e0551.woff") format("woff");
}

@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 400;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-medium-58646be638f96.woff") format("woff");
}

@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 500;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-semibold-58646eddcae92.woff") format("woff");
}

@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 600;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-bold-58646a511e3d9.woff") format("woff");
}

@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 700;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-heavy-586470160b9e5.woff") format("woff");
}

@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 800;
    src: local("SF UI Display"),
    url("../fonts/sf-ui-display-cufonfonts-webfont/sf-ui-display-black-58646a6b80d5a.woff") format("woff");
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "SF UI Display Medium", sans-serif;
    font-size: 16px;
}

.main-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
}

.content-container,
.title-container {
    width: 50%;
    flex-grow: 1;
    height: 100%;
}

.content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-title {
    margin: 2.5rem 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #464646;
}

.header {
    display: flex;
    width: inherit;
    justify-content: center;
    align-items: center;
}

.back {
    position: absolute;
    display: flex;
    align-items: center;
    top: 32px;
    left: 42px;
    gap: 7px;
    cursor: pointer;
}

.back > span {
    font-size: 18px;
    font-weight: 400;
}

.back-btn {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 0px solid #48b88a;
    border-right: 14px solid #48b88a;
    cursor: pointer;
}

.content-form {
    width: 330px;
    max-width: 98%;
}


.loading-img {
    width: 32px;
    display: flex;
    margin: 0px auto;
}

.hidden {
    display: none;
}

.hiddenButtonVisible {
    display: none;
}

.loadingIcon {
    width: 50%;
    position: absolute;
}

.content-form input {
    font-size: 18px;
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    transition: border-bottom 0.3s ease;
    padding-bottom: 0.5rem;
}

.form-icon-right-input {
    position: relative;
    color: #999999;
}

.form-icon-right-input input {
    padding-right: 1rem;
}

.icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content-form input:focus {
    border-bottom: 1px solid #32be8f;
    outline: none;
}

.form-fragment {
    /*margin-bottom: 2.5rem;*/
}

.form-fragment.message {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #464646;
    margin-bottom: 111px;
    margin-top: 40px;
    height: 96px;
    margin-left: -18px;
    width: 366px;
}

.form-fragment.email {
    margin-bottom: 1.15rem !important;
}

.form-fragment.password {
    /*margin-bottom: 4.5rem !important;*/
}

.button-container {
    margin-top: 1.5rem;
}

.lable-email,
.lable-password,
.lable-verifyPassword {
    visibility: hidden;
    height: 14px;
}

.marginTop {
    margin-top: 0.5rem;
}

.lable-email.visible,
.lable-verifyPassword.visible,
.lable-password.visible {
    visibility: visible;
    line-height: 14px;
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    /* margin-bottom: 0.5rem; */
    margin-left: 10px;
}

.forgot-password,
.error-email,
.error-password {
    display: flex;
    flex-direction: column;
    gap: 10px;

    margin-top: 0.75rem;
    padding: 0 4%;

    color: red;
    font-size: 13px;
    text-align: left;
}

.forgot-password a,
.error-email span,
.error-password p {
    line-height: 14px;
    color: #999999;
    text-decoration: none;
    font-size: 12px;
}

.error-email.visible span {
    color: #f9781b;
}

.error-password.visible p {
    color: #c21b1b;
}

#email.visible {
    border-bottom: 1px solid #f9781b;
}

#password.visible,
#passV.visible {
    border-bottom: 1px solid #c21b1b;
}

.forgot-visible {
    display: none;
}

.btn {
    display: block;
    padding: 1rem;
    border-radius: 70px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}

.btn.--submit {
    color: #fff;
    background: #48b88a;
    font-size: 18px;
    line-height: 21px;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.--signup {
    color: #999999;
    /*background: #48b88a;*/
    font-size: 18px;
    line-height: 21px;
    height: inherit;
    text-decoration: none;
    text-align: center;
    cursor: default;
    font-family: "SF UI Display", serif;
}

.btn-fix {
    /*margin-top: -20px;*/
}

.sign-up {
    color: #48B88A;
    font-family: "SF UI Display", serif;
    /*background: #48b88a;*/
    font-size: 18px;
    line-height: 21px;
    height: inherit;
    text-align: center;
    cursor: pointer;
}

.btn.sing-up:link {
    text-decoration: none;
}

.btn.sing-up:visited {
    text-decoration: none;
}

.btn.sing-up:hover {
    text-decoration: none;
}

.btn.sing-up:active {
    text-decoration: none;
}

.btn.btn-google.--submit {
    color: #999999;
    background: none;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    line-height: 21px;
}

.title-container {
    background: url("../img/background-gradient.png") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-rectangle {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 76px;
    padding: 5.25rem 6.5rem 5.25rem 5.25rem;
    width: 770px;
    max-width: 95%;
}

.main-title {
    font-size: 82px;
    font-weight: 800;
    line-height: 98px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0 0 1.5rem 0;
}

.main-title .marked-thin {
    font-weight: 400;
}

.main-title .marked {
    color: #1e1c1c;
}

.line {
    display: flex;
    justify-content: space-between;
    width: inherit;
    margin-bottom: 2.5rem;
}

.line hr {
    border: none;
    border-top: 1px solid #bfbfbf;
    width: 100px;
}

.line > .title {
    color: #999999;
    font-size: 18px;
}

.haveAccount {
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding-top: 20px;
}

.haveAccount a {
    color: #48b88a;
    text-decoration: none;
}

.button-submit-text {
    display: inline-block;
}

.loader {
    display: none;
    position: relative;

    box-sizing: border-box;
    animation: rotation 2s linear infinite;

    width: 24px;
    height: 24px;
    border: 5px dotted #FFF;
    border-radius: 50%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

input {
    padding-left: 10px;
    font-family: "SF UI Display";
}

input::placeholder {
    font-weight: 400;
}

input:not(:placeholder-shown) {
    font-weight: 500;
    color: #464646;
}

#typewriter {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    display: block;
    width: max-content;
    margin-left: 40%;
    min-height: 130px;
    max-width: 300px;
}

@media (max-width: 1200px) {
    .main-title {
        font-size: 50px;
        line-height: 60px;
    }

    #typewriter {
        width: inherit;
        margin: 0;
    }
}

@media (max-width: 760px) {
    .btn-fix {
        margin-top: 0;
    }

    .main-container {
        flex-direction: column;
        padding: 1.25rem 1rem 0.25rem;
    }

    .content-container,
    .title-container {
        width: 100%;
    }

    .logo {
        /* align-self: flex-end;
        transform: scale(0.75) translate(20%, -20%); */
        width: 30%;
        max-height: 37px;
        user-select: none;
    }

    .header {
        justify-content: space-between;
    }

    .logo-align {
        align-self: center;
        width: 51%;
        margin-top: -3px;
    }

    .back {
        position: relative;
        top: 0;
        left: 0;
    }

    .content-container {
        height: 100%;
    }

    .content-form {
        width: 100%;
        max-width: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .input-container {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .form-fragment {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .form-fragment.message {
        margin: 0;
    }

    .logo-success {
        padding-top: 122px;
    }

    .button-container {
        width: 100%;
    }

    .title-container {
        display: none;
    }
}

.notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 15px;
    display: none;
    text-align: center;
}

.notification.show {
    display: block;
}

.notification.error {
    background-color: #d34343c9;
}

.notification.success {
    background-color: #48b88a;
}

.close-btn {
    float: right;
    cursor: pointer;
}

.link-expired-message {
    text-align: center;
    width: min(90%, 352px);
    margin-bottom: 20px;
    font-size: 15px;
}

.password-requirements__container {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: max(70%, 330px);
    /*width: max(70%, 265px);*/

    padding: 10px;

    border: solid #f3f3f3 1px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 8px 5px rgba(0, 0, 0, 0.06);

    color: #999999 !important;
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
}

.password-requirements__title {
    width: 100%;
    font-size: 17px;
    padding: 4px 10px 10px;
    border-bottom: solid 1px #48b88a;
}

.password-requirements__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;

    width: 100%;

    margin: 0;
    padding: 10px 10px 10px 30px;
    /*padding-left: 30px;*/

    font-size: 16px;
    color: #b6b6b6;
    /* list-style-type: none; */
}

.password-requirements__list li::marker {
    color: #48b88a;
}
