.maxHeight {
    height: 100vh;
}

.wavestore-title {
    font-size: 46px;
    font-weight: 700;
    color: slategray;
}

.login-title {
    font-size: 26px;
}

.login-main .bgImage {
    background: url('../images/loginSideImg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-side-image {
    max-width: 250px;
}

.login-main .login-form {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
}

.login-form .form-control {
    border: 0;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

.btnSubmit {
    background-color: slategray !important;
    color: white;
}

.login-main .login-form .form-control:focus {
    border-color: slategray !important;
    outline: 0;
    box-shadow: none !important;
}

.btn.btnSubmit:hover {
    color: white !important;
}

.login-main .login-form .button {
    width: 150px;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    .wavestore-title {
        font-size: 28px !important;
    }
}