body {
    font-family: 'Source Sans Pro', sans-serif;
}
.logo_div {
    padding: 15px 0 0 0 !important;
}
.logo {
    width: 100%;
}
/* LOGIN PAGE */
#login_div .input-field label {
    position: inherit;
    top: 0;
    left: 0 !important;
}
#login_div input {
    border: 1px solid #cccccc !important;
    background: white !important;
    border-bottom: none;
    padding-left: 10px !important;
    height: 40px !important;
    margin-bottom: 0 !important;
}
#login_div input:focus {
    border-bottom: 1px solid #cccccc !important;
    box-shadow: none !important;
}
#login_div {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 10px 10px 10px #666 ;
}
#login_div .form_header {
    background: #525866;
    /* height: 30px; */
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0;
}
#login_div form {
    background: #efefef;
}
#login_div .login_button_div {
    margin-top: 20px;
}
#login_div .error {
    color: red;
    text-align: center;
    padding: 15px 0 0 0;
}
/* .swal2-modal {
    width: auto !important;
} */
.divider {
    /* padding: 20px 0 !important; */
    margin: 0 0 !important;
    height: 40px;
    background: #525866 !important;
}
#login_div {
    margin-top: 40px;
}
#login_div .form_header {
    background: #525866;
}
#login_button {
    background: #525866;
    padding: 13px;
    color: #ffffff;
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
    /* float: right; */
    transition: all 500ms ease;
    border-radius: 5px;
    text-transform: uppercase;
}
#login_button:hover {
    background: #C3030A;
}
#loginForm {
    padding-bottom: 15px;
}