﻿.login {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bg-img {
    height: 100%;
    width: 100%;
}

.bg-img-item {
    display: block;
    width: 100%;
    height: 100%;
}

.login-wrap {
    width: 370px;
    height: 475px;
    max-height: 530px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(9, 9, 9, 0.4);
    margin: auto;
}

.switch-wrap {
    width: 0;
    height: 0;
    border-top: 80px solid #717F8E;
    border-left: 80px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.switch-wrap-img {
    cursor: pointer;
    position: absolute;
    top: -65px;
    right: 10px;
    display: block;
    width: 28px;
    height: 28px;
    margin: auto;
}

.form-logo-header {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
}

.form-logo-header img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.form-wrap {
    width: 70%;
    margin: 30px auto 0;
}

.form-wrap li {
    list-style: none;
}

.form-wrap .input {
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
}

.form-wrap .pro {
    display: block;
    width: 20px;
    height: 20px;
}

.checkbox {
    color: #ffffff;
    display: flex; 
    align-items: center;
	font-size: 13px;
}

#checkUserName {
    height: 16px;
    width: 16px;
}

.checkbox span {
    color: #ffffff;
    white-space: nowrap;
}

.button {
	padding:0;
    width: 100%;
    height: 38px;
    line-height: 38px;
     margin: 20px 0 10px 0;
    background: #16253E;
    border: 1px solid #16253E;
    text-align: center;
    cursor: pointer;
}

.button span {
    color: #ffffff;
    text-shadow: none;
}

.form-wrap input {
    display: block;
    width: 300px;
    height: 34px;
    margin: 3px 10px;
    padding: 0 10px;
    background-color: transparent !important;
    color: #ffffff;
    caret-color: #ffffff;
    font-size: 14px;
    border: none;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    /*背景颜色*/
    box-shadow: 0 0 0 60px rgba(113, 127, 142, 0.9) inset;
    background-color: transparent !important;
    /*字的颜色*/
    -webkit-text-fill-color: #ffffff;
}

.rqcode-wrap {
    background: #ffffff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}


input::-webkit-input-placeholder {
    color: #bbbbbb;
}


.switch-bg-wrap {
    position: absolute;
    top: 0px;
    right: 50px;
	 z-index: 99;
}

.switch-bg-btn {
    width: 80px;
    position: relative;
}

.gesture {
    width: 60px;
    height: 150px;
    position: absolute;
    right: 0px;
    top: -60px;
    cursor: move;
}

.title {
    display: none;
    border: 1px solid #d1d1d1;
    height: 45px;
    width: 250px;
    background-color: #ffffff;
    padding: 10px;
    color: #666666;
    position: absolute;
    right: 80px;
    top: 50px;
    z-index: 1;
}

.switch-bg-btn:hover .title {
    display: block;
}

.switch-bg-con {
    display: none;
    max-width: 510px;
    width: 450px;
    background: #ffffff;
    position: absolute;
    top: 56px;
    right: 100px;
    padding: 15px;
}

.switch-bg-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
}

.switch-bg-option div {
    display: flex;
    align-items: center;
    margin-right: 30px;
    white-space: nowrap;
}


.switch-bg-option span {
    margin-right: 8px;
    white-space: nowrap;
}

.switch-bg-option .checkbox {
    height: 16px;
    width: 16px;
}

.switch-bg-option input {
    border: 1px solid #666666;
    width: 30px;
    height: 25px;
    color: #666666;
    text-align: center;
}

.switch-bg-container {
    height: 140px;
    border: 1px solid #dddddd;
}

.switch-bg-container li {
    list-style: none;
    width: 54px;
    height: 54px;
    float: left;
    margin: 7px;
    cursor: pointer;
}

.switch-bg-container .active {
    border: 2px solid #2db7f5;
    box-sizing: border-box;
}

.switch-bg-container li img {
    display: block;
    width: 100%;
    height: 100%;
}

.form-wrap  .button {
 
}
.img-code {
	 display: block;
     width: 20px;
     height: 20px;
}
.img-code-input {
      width: calc(100% - 90px) !important;
            }
.img-code-img {
              display: block;
              width: 90px;
              height: 35px;
              border: 1px solid #dddddd;
}
.m-login-form{
	height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}




