@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Prompt:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap');
body {
    background-color: #fff;
    font-family: 'Nunito', 'Prompt', sans-serif;
}

#auth {
    height: 100vh;
    overflow-x: hidden;
    background: linear-gradient(rgba(244, 254, 245, .85), rgba(219, 255, 215, .85)), url(../../img/bg/4853433.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#auth #auth-right {
    height: 100%;
    background: url(../../img/bg/4853433.jpg), linear-gradient(90deg, #0072bb, #0072bb)
}

#auth #auth-left {
    padding: 5rem;
    margin: 0 5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #ccc;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

#auth #auth-left .auth-title {
    font-size: 3rem;
    margin-bottom: 0;
    color: #fff;
}

#auth #auth-left .auth-subtitle {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #777;
    text-align: center;
}

#auth #auth-left .auth-logo {
    margin-bottom: 4rem
}

#auth #auth-left .auth-logo img {
    width: 100%;
}

#auth #auth-left .btn-success {
    font-size: 1.25rem;
    padding: 0.65rem;
    width: 100%!important;
}

.btn-primary {
    color: #fff;
    background-color: #0072bb !important;
    border-color: #0072bb !important;
}

@media screen and (max-width:767px) {
    #auth #auth-left {
        padding: 3.5rem 2rem;
        margin: 0 2rem;
    }
}

@media screen and (min-width:768px) {
    #auth #auth-left {
        padding: 3.5rem 1.5rem;
    }
}

@media screen and (min-width:1400px) {
    #auth #auth-left {
        padding: 3.5rem;
    }
}