html,
body {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.login-form label {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 90%;
    letter-spacing: 0.8px;
    color: #6c757d;
}

form h2 {
    color: black;
    font-weight: 700;
    margin-bottom: 3px;
}

form h6 {
    color: #424242;
    font-weight: 600;
}

.login-form input {
    border: 1px solid #E0E0E0;
}

.login-form input:active,
.login-form input:hover {
    border: 1px solid #999999;
}
