.auth a {
    color: #0DA8FF;
}

.auth {
    font-size: 14px;
    line-height: 19.07px;
    font-weight: 400;
    padding-bottom: 95px;
}

.auth__left {
    background-size: auto;
    background-attachment: fixed;
    background-position: top;
    height: 366px;
}

.auth-form {
    width: 300px;
    margin-top: 74px;
}

.auth__right h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.auth label {
    color: #000
}

.auth input:not([type="checkbox"],
    [type="radio"]),
select,
button {
    width: 100%;
    font-size: 14px;
    padding: 14px 17px;
    height: 48px;
}

.auth select {
    padding: 14px 17px !important;
    height: 48px !important;
}

.auth button[type="submit"] {
    border-color: #FFD600
}

.auth .slide-image {
    width: 300px;
}

.auth .slide-image .slick-dots {
    text-align: left;
}

.auth .slick-dots li button:before,
.auth .slick-dots li.slick-active button:before {
    content: '';
    height: 12px;
    width: 12px;
    color: #fff;
    opacity: 1;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.auth .slick-dots li.slick-active button:before {
    background: #fff
}

button[type="submit"] {
    background-color: #FFD600;
    font-weight: 700;
    margin-top: 39px;
    margin-bottom: 23px;
    color: #000;
}

.auth a {
    color: #0DA8FF;
    font-weight: 700;
}

.auth-form__rememberme {
    margin-top: 26px;
}

.auth-form .form-check-input {
    margin-left: 0;
}

.auth__left .logo {
    display: none;
}

.auth__right .logo {
    display: block;
}

.auth__right .logo,
.auth__left .logo {
    position: absolute;
    left: 40px;
    top: 37px;
}

.auth-form-wrapper {
    margin-top: 98px
}

@media (min-width: 768px) {
    .auth-form-wrapper {
        margin-top: 0;
    }

    .auth {
        padding-bottom: 0;
    }

    .auth .slide-image {
        width: 500px;
    }

    .auth__left {
        height: 100%;
        min-height: 100vh;
        background-position: left;
        background-size: cover;
    }

    .auth__left .logo {
        display: block
    }

    .auth__right .logo {
        display: none
    }
}
