body {
    background-color: #FFFFFF!important;
}

.login-form {
    background-color: #f8fafc;
    padding: 40px;
    border-radius:10px;
    margin: 50px auto;
    z-index: 999;
    width: 400px;
    max-width: 90%;
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.15), 0px 0px 15px 10px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.15), 0px 0px 15px 10px rgba(0,0,0,0.15);
    font-family: Arial, Helvetica, sans-serif;
}

.login-form label {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

.login-form input {
    border: 1px solid #ccc;
    line-height: 1.5;
    font-size: .875rem;
    height: 30px;
    padding: 3px 7px 4px;
    border-radius: 5px;
    width: 100%;
}

.login-form button {
    color: #FFF;
    background-color: #0d6efd;
    cursor: pointer;
    text-decoration: none;
    transition: 80ms cubic-bezier(.33,1,.68,1);
    transition-property: all;
    transition-property: box-shadow;
    white-space: nowrap;
    border: 0;
    border-radius: 5px;
    line-height: 2.5;
    margin-top: 20px;
    min-width: 100px;
    text-align: center;
    font-size: 0.875rem;
}

.login-form .dashboard-button {
    color: #FFF;
    background-color: #0d6efd;
    cursor: pointer;
    text-decoration: none;
    transition: 80ms cubic-bezier(.33,1,.68,1);
    transition-property: all;
    transition-property: box-shadow;
    white-space: nowrap;
    border: 0;
    border-radius: 5px;
    line-height: 2.5;
    margin-top: 20px;
    min-width: 100px;
    text-align: center;
    font-size: 0.875rem;
    display: inline-block;
}
