.top_header .container{
    margin-top: 0;
}
.top_header .menu a{
    font-size: 16px;
    padding: 0;
    font-weight: normal;
}
.bg{
    padding: 80px 0;
}
body{
    overflow: auto;
}
.container{
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.bgcolor{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.form-check-inline{
    margin-bottom: 0;
}
a.active{
    font-size: 30px;
}
.bgcolor a.active, .bgcolor a:hover {
    color: #fff;
}
.headerTop a.active:after{
    background: #fff;
}
form{
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(168, 168, 168, 0.5);
    background: #fff;
}
body label{
    color: #4E709D;
}
.content .d-flex{
    flex-wrap: wrap;
    justify-content: end;
}
.form-control{
    text-align: left;
}
.form-group{
    flex-direction: column;
    align-items: start;
}
#mb_no, #password{
    margin-top: 8px;
}
.form-group div{
    display: flex;
    align-items: center;
}
#imgcode{
    height: 40px;
    object-fit: fill;
}
.form-check-label{
    cursor: pointer;
}
.go_to a:hover{
    color: #4E709D;
}
a.forget{
    color: #F24;
    margin-top: 20px;
    font-weight: bold;
}
a.forget:hover{
    color: #F24;
}
.form-check-inline label{
    margin: 0;
}
.form-check-inline:nth-child(2){
    margin-left: auto;
}
.form-check-inline + .form-check-inline label{
    color: #16C47F;
}
.go_to{
    margin: 2% 0;
}
#login_message{
    display: block;
    font-size: 16px;
    width: 440px;
}
.btn_blue{
    width: 100%;
    /* margin-top: 20px; */
    height: 40px;
    position: relative;
    background: #1A65A9;
    box-shadow: #15548F 0px 4px 0px 0px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    border: none;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}
.btn_blue:before {
    content: "";
    background: #1C6EBA;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 700ms ease-in-out;
    display: inline-block;
}
.btn_blue:hover {
    background: #175996;
    color: #fff;
}
.btn_blue:hover:before, .btn_blue:focus:before {
    width: 100%;
}
.swal2-html-container{
    overflow: hidden !important;
}
@media (min-width: 500px) {
    .content{
        width: 75%;
    }
}
@media (min-width: 700px) and (max-width: 1200px) {
    .bg {
        padding-top: 140px;
    }
    .form-check-inline:nth-child(2){
        margin: 0 auto;
    }
    .form-check-inline:nth-child(3){
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .content{
        width: 47%;
    }
    .bgcolor{
        padding: 0 15px;
        margin-top: 0;
    }
    .bg{
        padding-top: 180px;
    }
    .form-check-inline:nth-child(2){
        margin: 0 auto;
    }
    .form-check-inline:nth-child(3){
        margin-right: 0;
    }
    a.forget{
        margin-top: 0;
    }
}