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;
}

.login-form input,
.login-form input:hover {
    color: black;
    background: transparent !important;
    border-bottom: 1px solid #6c757d !important;
    border: 0px;
    border-radius: 0px !important;
}


@media only screen and (max-width:786px) {
    div.col-lg-6.col-md-12.col-sm-12 {
        padding: 0px !important;
    }

    .rounded-10 {
        border-radius: 0px !important;
    }
}
