.login-header.navbar-light {
    background-color: #fff;
}
body .login-header .header-btn {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c2324 !important;
	background-color:#fff !important;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 2px solid #8c2324;
    padding: 0.5rem 1rem;
}
body .login-header .header-btn:hover,
body .login-header .header-btn:focus {
    color: #fff !important;
    border: 2px solid #000 !important;
	background-color:#000 !important;
}
body .login-header .navbar-brand img{
    max-height: 54px;
}
.bg-center {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.login-container {
    height: calc(100vh - 223px);
    display: flex;
    align-items: center;
    justify-content: center;
}
    .login-container .login-div {
        background: rgb(255 255 255 / 95%);
        margin: 0 auto;
        max-width: 450px;
        box-shadow: 5px 4px 10px rgb(0 0 0 / 50%);
        border-radius: 0;
    }

.login-container .login-section {
    padding: 1.5em;
    color: #000;
}
.login-container .form-group {
    margin-bottom: 15px;
}
.login-container .form-group  .form-control {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    height: 40px;
    border-radius: .3rem;
    border-color: #b0b0b0;
    box-shadow: 3px 4px 12px -6px rgb(204 204 204 / 60%);
}
.login-container .form-group  .form-control:focus{
    border-color: #962a27;
}
.icheck-primary label::before {
    box-shadow: 3px 4px 12px -6px rgb(204 204 204 / 60%);
}
.login-box .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
.icheckbox_square-blue {
    background-position: 0 0;
}
.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    *: ;
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}
.login-container .btn-login{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #962a27;
    height: 40px;
    padding: 0.5rem 1.5rem;
    line-height: 1;
}
.login-container .btn-login:hover,
.login-container .btn-login:focus{
    color: #fff;
    background: #000;
}
.login-container .robot-text {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}
.login-container .refresh-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .5rem;
    margin-bottom: 0;
}
.login-container .refresh-div  img{
    margin-right:0.5rem;
}
.login-container .icheck-primary label {
    font-size: 12px;
    font-weight: 400;
}
.login-container .refresh-div label {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.login-container .inst {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 480px){
.login-container .refresh-div {
    justify-content: flex-start;
}
.login-container .refresh-div {
    margin-bottom: 0;
}
.login-container .inst {
    font-size: 10px;
}
.login-container .form-group  .form-control {
    font-size: 16px;
    height: 35px;
}
}

.login-container .login-div {
    background: rgb(255 255 255 / 95%);
    margin: 0 auto;
    max-width: 450px;
    box-shadow: 5px 4px 10px rgb(0 0 0 / 50%);
    border-radius: 0;
}