body{background:url("../../img/loginnewbg.png");display: flex;align-items: center}
.content{
    width:75vw;
    min-width:960px;
    min-height:720px;
    height:auto;

    position: relative;}
.bgpng{width:100%;height:auto;}
.login_con{
    position: absolute;
    /*right: 74px;*/
    right: 10%;
    top:15%;
    width: 37%;
    /*max-width:363px;*/
}
.paddingt7{padding-top:7px;}
.logo{width:60%;max-width:363px;}
/*.login_left{width:50%;float:left;}*/
.login_right{width:100%;padding-top:10px;}
.checkbox label{width:100%;}
.btn_d{width:100%;line-height:30px;font-size:14px;
    background: -webkit-linear-gradient(0deg, rgba(70, 150, 187, 0.8) 1%, rgba(50, 124, 175, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(70, 150, 187, 0.8) 1%, rgba(50, 124, 175, 1) 100%);
    background: linear-gradient(90deg, rgba(70, 150, 187, 0.8) 1%, rgba(50, 124, 175, 1) 100%);background: -webkit-linear-gradient(0deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(70, 150, 187, 0.8) 1%, rgba(50, 124, 175, 1) 100%);
    background: linear-gradient(80deg, rgba(70, 150, 187, 0.8) 1%, rgba(50, 124, 175, 1) 100%);
    border-width: 0px;color:#fff;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn_d:hover,.btn_d:active{color:#fff;border:0;opacity:0.8;}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 0;
    outline-offset: -2px;
    background: -webkit-linear-gradient(0deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);background: -webkit-linear-gradient(0deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: linear-gradient(80deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    border-width: 0px;color:#fff;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
    background: -webkit-linear-gradient(0deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);background: -webkit-linear-gradient(0deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: linear-gradient(80deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    border-width: 0px;color:#fff;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-linear-gradient(0deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);background: -webkit-linear-gradient(0deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    background: linear-gradient(80deg, rgba(111, 178, 255, 1) 1%, rgba(11, 98, 255, 1) 100%);
    border-width: 0px;color:#fff;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login_le_box{text-align:center;margin-bottom:10%}
#login-form .form-group:nth-of-type(2){margin-bottom:5%;}
#login-form .form-group:nth-of-type(3){margin-bottom:1%;}
#login-form .form-group:nth-of-type(4){margin-bottom:8%;}
input.form-control{height:38px;}
@media (min-width: 768px){
    .form-horizontal .control-label {
        padding-top: 10px;
    }
}
.color-gl a{color:#4696BB;text-decoration: underline;}
