html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    /*background: url(../images/login.jpg)no-repeat;*/
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale');
}

.logo img {
    margin: 4em 0;
}

.login_box {
    border-radius: 8px;
    position: relative;
    background-color: #FFF;
    padding: 0;
    margin-top: 15px;
    padding-bottom: 15px;
}

.login_2box {
    text-align: center;
    margin-bottom: 15px;
}

.login_b {
    text-align: center;
}

.login_2box h4 {
    margin-top: 10px;
    color: #FFF;
}

.login_title {
    background-color: #14A83C;
    color: #FFF;
    line-height: 6rem;
    border-top-left-radius:4px;

    border-top-right-radius:4px;
}

.nav {
    text-align: center;
    /*padding-top: 15px;*/
}

.nav .dh li {
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}

.nav .dh span {
    color: #ccc
}

.nav .dh .li-left {
    padding-right: 40px;
}

.nav .dh .li-right {
    padding-left: 40px;
}

.form-group-line {
    background: #FFF;
    line-height: 2rem;
    margin: 2.8rem 0 2rem 0;
}

.form-group-line input {
    height: 3.2rem;
    ;
}

.form-group-line h5 {
    color: #A2A2A2;
}

.form-group-line i {
    color: #ccc
}

.login_Up {
    padding: 0 15px;
}

.form-control {
    border: 1px solid #A2A2A2;
    width: 100%;
    display: inline-block;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.checkbox {*/
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
    /*padding-left: 5px;*/
/*}*/

/*.checkbox input[type=checkbox],*/
/*.checkbox-inline input[type=checkbox],*/
/*.radio input[type=radio],*/
/*.radio-inline input[type=radio] {*/
    /*position: relative;*/
    /*margin-left: 10px;*/
/*}*/

/*.checkbox input[type="checkbox"]:focus+label::before,*/
/*.checkbox input[type="radio"]:focus+label::before {*/
    /*outline: thin dotted;*/
    /*outline: 5px auto -webkit-focus-ring-color;*/
    /*!* outline-offset: -2px;*!*/
    /*background-color: #fff;*/
    /*border-color: #46b8da;*/
/*}*/

/*.checkbox input[type="checkbox"]:checked+label::before,*/
/*.checkbox input[type="radio"]:checked+label::before {*/
    /*background-color: #14A83C;*/
    /*border-color: #14A83C;*/
/*}*/

/*.checkbox input[type="checkbox"]:checked+label::after,*/
/*.checkbox input[type="radio"]:checked+label::after {*/
    /*font-family: "FontAwesome";*/
    /*content: "\f00c";*/
/*}*/

/*.checkbox input[type="checkbox"]:disabled+label,*/
/*.checkbox input[type="radio"]:disabled+label {*/
    /*opacity: 0.65;*/
/*}*/

/*.checkbox input[type="checkbox"]:disabled+label::before,*/
/*.checkbox input[type="radio"]:disabled+label::before {*/
    /*background-color: #eeeeee;*/
    /*cursor: not-allowed;*/
/*}*/

/*.checkbox label::before {*/
    /*font-size: 25px;*/
    /*content: "";*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*left: 0;*/
    /*margin-left: -30px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 2px;*/
    /*background-color: #fff;*/
    /*-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;*/
    /*-o-transition: border .15s ease-in-out, color .15s ease-in-out;*/
    /*transition: border .15s ease-in-out, color .15s ease-in-out;*/
/*}*/

/*.checkbox label::after {*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*left: 0;*/
    /*top: 0;*/
    /*margin-left: -32px;*/
    /*padding-left: 6px;*/
    /*padding-top: -5px;*/
    /*font-size: 10px;*/
    /*color: #ad6969;*/
/*}*/

.checkbox-primary .wjmm {
    display: inline-block;
    font-size: 15px;
    float: right;
}
.btn-success1{
    background:#14A83C; border:0;border-Radius:10px;
}
.btn-success2{
    background:#00a8ea; border:0;border-Radius:4px;
    color: #FFF;
}
.btn-success1:hover{
    background-color: #138451;
}
.btn-success2:hover{
    background-color: #037CAF;
}
