.loginM {
    background-color: #fff;
    /*margin-top: 30px;*/
}

.loginM .cllogoin {
    height: 549px;
    background-color: #fff;
    margin-top: 30px;
}

.loginM .lo_bg {
    display: inline-block;
    width: 703px;
    height: 499px;
    background: url(../img/login_pic00.png) no-repeat center;
    margin-left: 50px;
    background-position-x: -500px;
    background-position-y: center;
    float: left;
}

.loginM .fright {
    position: relative;
    width: 251px;
    height: 360px;
    /*border: 1px solid #ccc;*/
    margin: 75px 0 0;
    padding: 0 29px;
    float: right;
    background-color: #fff;
    box-shadow:6px 6px 0px rgba(255,87,34,0.22);
    margin-right: 57px;
}

.loginM .logontop {
    /*margin-top: 28px;*/
    height: 28px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.loginM .logontop label {
    font-size: 19px;
    color: #5D5D5D;
    float: left;
    font-weight: bold;
}

.loginM .logontop a {
    font-size: 15px;
    color: #aaa;
    float: right;
}

.layui-container{
    background: url("/static/img/bg-login-008.png") !important;
    height: 499px;
    width: 100%;
}


.loginM .fright .logonbox i {
    width: 38px;
    height: 18px;
    display: inline-block;
    margin: 13px 0;
    float: left;
}

.loginM .fright .logonbox i.i1 {
    background: url(../img/i1-bg.png) no-repeat center;
}

.loginM .fright .logonbox i.i2 {
    background: url(../img/i2-bg.png) no-repeat center;
}

.loginM .fright .logonbox input {
    width: 272px;
    border: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 14px;
}

.loginM .fright .logonbox .boxun {
    margin-top: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    height: 45px;
    vertical-align: middle;
    display: flex;
}

.loginM .fright .logonbox .boxun input#userName {
}

.loginM .fright .logonbox .boxpwd {
    margin-top: 12px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    display: flex;
}

.loginM .fright .logonbox .boxpwd input#txtPwd {
}

.loginM .fright .logonbox .boxcode {
    margin: 10px 0 20px;
    display: flex;
}

.loginM .fright .logonbox .boxcode input {
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    float: left;
}

.loginM .fright .logonbox .boxcode img {
    position: relative;
    margin-left: 10px;
    float: left;
    height: 30px;
    margin-top: 15px;
}

.loginM .fright .logonbox .boxcode a {
    font-size: 12px;
    color: #aaa;
    float: right;
    margin-top: 11px;
}

.loginM .fright .fogmima a {
    font-size: 12px;
    color: #aaa;
    float: right;
    margin-bottom: 16px;
}

.loginM .fright .logoinbtn {
    width: 251px;
    height: 40px;
    border: 0;
    background-color: #fd7418;
    background:linear-gradient(231deg,rgba(255,87,34,1) 0%,rgba(255,128,81,1) 100%);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    border-radius: 3px;
}
.boxcont{
    height: 32px;
    float: right;
    margin-top: -3px;

}
.boxcont a{
    color: #999;
}

.lable{
    position: absolute;
   bottom:100px;
    display: flex;
    color: #999;

}
.lable input{
    margin-right: 10px;
}

input[type=checkbox]{
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

input[type=checkbox]::after{
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #000;
    border:1px solid #E2E2E2;
    width: 15px;
    height: 15px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
    opacity: 1;
}
input[type=checkbox]:checked::after{
    content: "✓";
    font-size: 12px;
    font-weight: bold;
    background-color: #ff5722;
    color: #fff !important;
    border:none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    color: #fff !important;
    -webkit-text-fill-color: #999;
    -webkit-transition: background-color 43200s ease-in-out 0s;
    transition: background-color 43200s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus {
    -webkit-text-fill-color: #999;
    -webkit-transition: background-color 43200s ease-in-out 0s;
    transition: background-color 43200s ease-in-out 0s;
}
.layui-icon-password{
    color: #ccc;
    width: 27px !important;
}
.gd-vcode-solid{

    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 5px;
}
.logonbox{
    height: 210px;
}
.gd-vcode-cen{
    display: flex;
    justify-content: center;
    height: 20px;
    line-height: 20px;
    color: #999;
    margin-top: 10px;
}