.login-white {
    color: #fff !important;
}

.login-note {
    position: absolute; bottom: 0; left: 0; right: 0;
}

.forgetpass-modal {
    text-align: center;
}

#loginCS #loginBox{
    margin-top:0px;
    padding-top:35px;
    padding-bottom:40px;
}
#loginCS #loginBox input[type="text"]:first-child{
    margin-bottom:0px;
}
.input-group-addon .checkbox label{
    min-height:0px;
}
.form-horizontal .checkbox{
    min-height:0px;
    padding-top:0px;
}
input,a,body{
    font-family: latoregular !important;
}
#loginBox .modal-footer{
    color:white !important;
    font-size:13px;
    background:#5A5655;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#loginBox button{
    margin-bottom:0px !important;
    margin-top:15px !important;
}
#loginBox span{
    font-size:13px;
}
button{
    font-family:latobold;
    font-size:15px !important;
}
a{
    color:#23C7C6;
}
input[type="password"]{
    font-family: Arial !important; /*Ini ditambahkan karena latoregular pas ditest di komputer Nisa dan mbak Gita gak muncul buletan2 passwordnya*/
    color:#464646 !important;
}
.modal{
    display:block;
}
@media screen and (min-width:768px){
    .modal-dialog{
        width:407px;
    }
}
.text-red{
    color: #a94442 !important;
}
.modal .modal-content .modal-body input:last-child{
    margin-top:0px;
}
.modal-content{
    background:none !important;
    box-shadow:none !important;
    border:none !important;
}
.btn-warning{background-color:#f0ad4e !important;color:#fff!important;}.btn-warning.focus,.btn-warning:focus{color:#fff !important;background-color:#ec971f !important;border-color:#985f0d !important}.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle{color:#fff !important;background-color:#ec971f !important;border-color:#d58512 !important}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff !important;background-color:#d58512 !important;border-color:#985f0d !important}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}