body {
    height: 100vh;
    background-color: white;
}

#login-bg-image {
    background-image: url('../img/owly-login-bg.jpg');
    background-size: cover;
    background-position: center;
}

.login-form-header {
    font: normal normal 500 28px/42px Poppins;
}

.login-form {
    padding: 0 10vw;
}


#login-description {
    font-family: Poppins;
    color: white;
    width: 85%;
}

#login-description h1 {
    width: 65%;
    font: normal normal bold 72px/90px Poppins;
}

@media only screen and (max-width: 991px) {
    #login-description h1 {
        font: normal normal bold 40px Poppins;
    }
}

#login-description p {
    font: normal normal normal 15px/23px Poppins;
}

.profile-image {
    border-radius: 8px;
    width: 120px;
    height: 120px;
}

.profile-image-small {
    width: 40px;
    height: 40px;
}

#forgot_password {
    color: #409FFF;
    font-size: 15px;
}

#owly_logo {
    width: 217px;
}

@media (max-width: 767px) {
    #owly_logo {
        width: 130px;
    }
}
