html,
body {
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}
.box {
    /* display: flex; */
    width: 100%;
    height: 100%;
    background: url(../images/loginback.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.box-small {
    max-width: 360px;
    min-width: 340px;
    width: 24%;
    height: auto;
    padding: 10px 1% 20px 2%;
    background-color: #ffffff;
    border-radius: 10px;
    position: absolute;
    right: 26%;
    top: 50%;
    margin-right: -180px;
    margin-top: -230px;
}
h2 {
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.8em;
    color: #333333;
    line-height: 40px;
    margin: 0px 0px 10px 0px;
}
h3 {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.2em;
    color: #666666;
}
.blue {
    color: #007bff;
    font-size: 0.9em;
}
.forgot_password {
    display: block;
    float: right;
    font-size: 0.9em;
    cursor: pointer;
}
.login_close {
    width: 14px;
    float: right;
}
.loginbtn {
    width: 94%;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    background-color: #007bff;
    margin-top: 14px;
    border-radius: 5px;
    cursor: pointer;
}

.inputbox {
    position: relative;
    width: 94%;
    /* border: 1px solid; */
}
.inputtext {
    display: block;
    width: 100%;
    margin: 10px 0px;
    border: 1px solid #e3e6eb;
    border-radius: 5px;
    padding: 10px 10px 10px 36px;
    font-size: 1.2em;
    box-sizing: border-box;
}
.inputbox img {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 8px;
}
.pos_left {
    left: 2%;
}
.pos_right {
    right: 2%;
}
.loginboxspan {
    font-size: 1.2em;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}
.spancolor {
    color: #999999;
}
.logbox {
    width: 94%;
    margin-top: 40px;
}
.line {
    height: 0;
    border-top: 1px dashed #333;
    text-align: center;
}
.text {
    position: relative;
    top: -8px;
    background-color: #fff;
    padding: 3px 14px;
}
.logbox img {
    width: 50px;
    height: 50px;
    margin-left: 23%;
    margin-top: 26px;
    cursor: pointer;
}

.code {
    position: absolute;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.9em;
    color: #007bff;
    cursor: pointer;
    margin-top: 10px;
}

.tow_input_box {
    width: 100%;
    height: 40px;
    margin: 14px 0px;
    overflow: hidden;
    box-sizing: border-box;
}
.width50 {
    width: 48%;
    float: left;
    margin-top: 0px;
    /* padding: 10px 10px 10px 20px; */
}
.marginleft {
    margin-left: 4%;
}
.right50 {
    right: 40%;
}
.reg_top {
    margin-top: 0px !important;
}
