.auth-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-left {
    display: flex;
    flex-direction: column;
    max-width: 416px;
}

.logo-auth {
    max-width: 302px;
}

.auth-left-description {
    margin-top: 30px;
    font-size: 16px;
    font-family: "Lato-Regular";
    font-weight: 400;
    font-style: normal;
    color: #0A0A0A;
}

.register-link {
    margin-left: 30px;
    color: #AEAEBB;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.register-link:hover {
    color: #0A0A0A;
}

.auth-group {
    margin: 0 auto;
}

.auth-form-block {
    padding: 30px 20px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    max-width: 416px;
}

.auth-content {
    max-width: 832px;
}

.auth-form {
    margin-top: 30px;
}

.auth-form-group {
    margin-bottom: 16px;
}

.input-password-img, .input-password-img-2 {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.input-password {
    padding: 11px 48px 11px 16px;
}

.forgot-password-text {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #F86A04;
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
}

.forgot-password-text:hover {
    color: #F86A04;
}

.auth-form > .button-orange {
    display: block;
    margin: 30px auto 0 auto;
}

.text-bottom {
    margin-top: 30px;
}

.text-bottom > span {
    font-family: "Lato-Bold";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #AEAEBB;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.text-bottom > span:before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #AEAEBB;
    margin-right: 12px;
}

.text-bottom > span:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #AEAEBB;
    margin-left: 12px;
}

.auth-social-buttons-group {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-social-buttons-group > .button-orange {
    background-color: #fff;
    color: #F86A04;
    border: 1px solid #F86A04;
    padding: 13px 0 !important;
    width: 100% !important;
}

.auth-group-register > a {
    color: #AEAEBB !important;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
}

.auth-group-register > a:hover {
    color: #0A0A0A !important;
}

.auth-group-register > .register-link {
    color: #0A0A0A;
}

.password-prompt {
    line-height: 1;
    color: #AEAEBB;
    font-family: "Lato-Regular";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}

.auth-group > a, .auth-group > span {
    line-height: 1;
}

.guest-image-wrap {
    margin-top: 30px;
}

.guest > button {
    margin: 30px auto 0 auto;
}

@media (max-width: 1024px) {
    .auth-content {
        flex-direction: column;
    }

    .auth-form-block {
        margin: 0 0 0 0;
        padding: 23px 14px;
    }

    .auth-form {
        margin-top: 24px;
    }

    .forgot-password-text {
        margin: 14px auto 0 auto;
    }

    .auth-form > .button-orange {
        margin: 24px auto 0 auto;
    }

    .text-bottom {
        margin-top: 24px;
    }

    .auth-social-buttons-group {
        margin-top: 18px;
    }

    .logo-auth {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .auth-form-block {
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 575px) {
    .logo-auth {
        max-width: 100%;
    }

    .auth-left {
        max-width: 100%;
    }

    .auth-form-block {
        max-width: 100%;
    }

    .text-bottom > span {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .auth-social-buttons-group > .button-orange {
        padding: 12px 0;
        font-size: 15px;
    }
}
