body {
    background-color: #fff;
}
#app {
    height: 100vh;
    overflow-x: hidden;
}
#app #auth-right {
    height: 100%;
    background: url("../images/villa-4918227_1280.jpg"),
        linear-gradient(90deg, #007f81, #007f81);
    background-size: cover;
}
#app #auth-left {
    padding: 5rem 8rem;
}
#app #auth-left .auth-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}
#app #auth-left .auth-subtitle {
    font-size: 1.3rem;
    line-height: 1.9rem;
    color: #818895;
}
#app #auth-left .auth-logo {
    margin-bottom: 7rem;
}
#app #auth-left .auth-logo img {
    height: 2rem;
}
@media screen and (max-width: 767px) {
    #app #auth-left {
        padding: 3rem;
    }
    #app #auth-left .auth-logo {
        margin-bottom: 1rem;
    }
}
#app .form-group[class*="has-icon-"] .form-control-icon {
    top: 25px;
}