html, body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background: #FFF;
    color: #000;
    font-size: 14px !important;
}
.userData{
    display: block;
    margin: 0px 0px 0px 20px;
    text-align: center;
    font-size: 0.8em;
    margin-top: 1em;
}
.userData p{
    color: #888888;
    font-size: 10px;
    line-height: 0px;
}
.login-image{
    background: url("https://shbalance.shdemexico.com/Sh-Balance/web/niceadmin/img/bg-1.jpg") no-repeat center center fixed;
    background-size: cover;
}
.login-image .card {
    background: rgba(213, 215, 222, 0.9) !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
}
#login-btn {
    background-color: #1a4292 !important;
    border: 5px solid #1a4292 !important;
    color: #fff !important;
}
#login-btn:hover {
    background-color: #05AFF2 !important;
    border: 5px solid #05AFF2 !important;
    color: #fff !important;
}

.minibox {
    width: 23px;

}

.max {
    max-width: 100%;
}
.footer{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
  