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;
    font-size: 13px;
}

.login-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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