@charset "UTF-8";

.login-box{
    height:550px;

}

.login-box input{
    font-size:14px;
    font-weight: bold;
}

.login-box-msg{
    font-size:inherit;
    padding:0px;
}

.login-box-msg b{
    font-family: inherit;
    letter-spacing: -1px;
    font-size: inherit;
}

.checkboxDiv label{
    /*font-family: 'gulim';*/
    letter-spacing: -1px;
}

.card.download span{
    font-size:16px;
    display:inline-block;
    margin-top:5px;
}

.btn-primary{
    line-height:35px;
    background-color: #153961;
}


input::placeholder {color: #8d8d8d !important;}
input::-webkit-input-placeholder {color:#8d8d8d !important;}
input:-ms-input-placeholder {color:#8d8d8d !important;}


.card-primary.card-outline{
    border-top:3px solid #153961;
}

.toasts-top-right{
    z-index: 1050;
}