.mt30 {
    margin-top: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5%;
}

.text-red {
    color: red;
    text-align: center;
}

#login .img-jsystem {
    text-align: center;
    margin: 20px;
}

#login .img-jsystem > img {
    width: 160px;
    max-width: 100%;
}

#login .img-user {
    text-align: center;
    margin: 20px;
}

#login .img-user > img {
    width: 50px;
    max-width: 100%;
}

/*.wrapper {*/
    /*margin: auto auto 15%;*/
/*}*/

.icon-login {
    font-size: 70px;
    color: #151fb4;
    text-align: center;
}

.form-signin {
    padding: 15px 35px 15px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2%;
}

.form-reset-password {
    padding: 15px 35px 15px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2%;
}

.form-forgot-password {
    padding: 15px 35px 15px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2%;
}

#reset-password .img-jsystem {
    text-align: center;
    margin: 20px;
}

#reset-password .img-jsystem > img {
    width: 160px;
    max-width: 100%;
}

#reset-password .img-user {
    text-align: center;
    margin: 20px;
}

#reset-password .img-user > img {
    width: 50px;
    max-width: 100%;
}

.form-send-notice {
    padding: 15px 35px 15px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 2%;
}

.form-signin-heading,
.checkbox {
    text-align: center;
}

.checkbox {
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.form-control {
    position: relative;
    font-size: 13px;
    height: auto;
    padding: 8px 10px;
}
/*@include box-sizing(border-box);*/

:focus {
     z-index: 2;

}


input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    /*margin-bottom: 20px;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-block {
    display: block;
    width: 120px;
    margin: auto;
}

.btn-block-forgot-password {
    display: block;
    width: 120px;
    margin: auto auto 20px;
}

.ip-forgot-password {
    width: 75%;
    margin: auto auto 15%;
}

.forgot-password {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    margin-top: 25px;
    font-size: 0.7em;
    font-weight: bold;
}

.checkbox label input[type='checkbox']:checked + span::before {
    background: #151fb4;
    border: none;
}

.checkbox label input[type='radio']:checked + span::before {
    background: #151fb4;
    border: none;
}

.checkbox label span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 5px;
}

.checkbox label input[type='checkbox']:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

.checkbox label input[type='radio']:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
}

.checkbox label:focus {
    outline: none;
}

.checkbox label:focus span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.checkbox label span {
    padding-left: 26px;
    position: relative;
    font-size: 0.8em;
    font-weight: bold;
}

.border-btn-bt {
    border-bottom: 2.5px solid #1a1919e3;
    font-size: 1em;
}

#footer {
    background: #151fb4;
    display: block;
    height: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.flex-container {
    display: flex;
    min-height: 100vh!important;
    flex-wrap: wrap;
    align-content: space-between;
}

.flex-container > div.admin_master {
    width: 100%;
}

.text-login {
    font-size: 0.6em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.text-forgot-password {
    background: #151fb4;
    width: 75%;
    margin: auto auto 20px;
    color: #fff;
}

.text-send-notice {
    font-size: 0.6em;
    text-align: center;
    font-weight: bold;
    color: #545b62de;
    margin: auto auto 25%;
}

.btn-disabled {
    background: #989da2;
    color: #fff !important;
}

.border-btn-bt-disabled {
    border-bottom: 2.5px solid #6c757d;
    font-size: 1em;
}

@media (min-width: 375px) {
    .form-signin {
        width: 330px;
    }
    .form-reset-password {
        width: 330px;
    }
}

@media (min-width: 411px) {
    .text-login {
        font-size: 0.7em;
    }
}

@media (min-width: 460px) {
    .form-forgot-password {
        width: 430px;
    }
    .form-send-notice {
        width: 430px;
    }
}

@media (min-width: 768px) {
    .form-signin {
        width: 330px;
        min-height: 450px;
        max-height: 100%;
    }
    .form-reset-password {
        width: 400px;
        min-height: 550px;
        max-height: 100%;
    }
    .form-forgot-password {
        width: 430px;
        min-height: 450px;
        max-height: 100%;
    }
    .form-send-notice {
        width: 430px;
        height: 370px;
    }
    .text-login {
        font-size: 0.8em;
    }
}

.btn-primary {
    background: #151fb4;
}

.fs-10px {
    font-size: 10px;
}