.login-bg{
	background: url('../img/login/bg.png') no-repeat;
	background-size: 100% 100%;
}

.login-bj{
    width:100%;
    height: 50vh;
    top: 0px;
    z-index: 0;
    background-color: transparent;
    /* opacity: 0.05; */
    position: absolute; 
}

.login-tb{
    width: 100vw;
    height: 90px;
    left: 0;
    top: 60px;
   
    z-index: 1;
 
    /* opacity: 0.85; */
    position: absolute;
	text-align: center;
}

.login-tb > img {
	width: 90px;
}

.form-box {
	margin-top: 120px;
	padding: 16px;
	z-index: 2;
    position: relative;
}
.form-box > .title {
	position: absolute;
	top: 16px;
    left: 20px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
}

.form-inbox {
	position: relative;
	padding: 50px 0 0;
	min-height: 640px;
	
}

.login-input-group {
	margin-bottom: 15px;
}
.login-input-group .label {
	padding-left: 12px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	color: white;
}
.login-input-box {
	position: relative;
	height: 50px;
	background: url('../img/login/bg1.png') no-repeat;
	background-size: 100% 100%;
}
.login-input-icon {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 22px;
	
}
.login-input-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 15px 0 50px;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	color: white;
	border: none;
	background: transparent;
}

.login-input-control::placeholder {
	color: white;
}

.login-input-box.phone .login-input-control {
	padding-left: 100px;
}

.login-input-eye-ico {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
}

.login-form-phone-select {
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
}
.login-form-phone-select::after {
	content: ' ';
	display: block;
	position: absolute;
	right: 3px;
	top: 12px;
	width: 0;
	height: 0;
	outline: none;
	border-left: 5px solid transparent;
	border-top: 5px solid white;
	border-right: 5px solid transparent;
}
.login-form-phone-value {
    padding-right:20px;
	color: white;
	width: 50px;
	height: 30px;
	line-height: 30px;
}

.login-footer {
	display: flex;
	justify-content: left;
    align-items: center;
	margin: 12px 0 25px;
	font-size: 13px;
}
.login-footer label {
	margin-right: 4px;
	color: var(--mainColor);
}
.login-footer label input {
	display: none;
}
.login-footer label input+i {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	text-align: center;
	text-indent: 200px;
	color: black;
	border: 1px solid var(--mainColor);
	border-radius: 5px;
	overflow: hidden;
	vertical-align: middle;
}
.login-footer label input:checked+i {
	background-color: var(--mainColor);
	text-indent: 0;
}


.phone-options-modal {
	display: none;
	position: relative;
	width: 100vw;
	min-height: 200px;
	padding: 40px 30px 50px;
	background: url('../img/login/bg2.png') no-repeat;
	background-size: 100% 100%;
	
}
.phone-options-search {
	margin-bottom: 15px;
	position: relative;
	height: 45px;
	line-height: 45px;
	background: white;
	border-radius: 5px;
	border: 1px solid rgba(6, 240, 254, 1);
}
.phone-options-search::before {
	content: ' ';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background: url('../img/login/search.png') no-repeat;
	background-size: 100% 100%;
}
.phone-options-search > input {
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 36px;
	color: black;
	background: transparent;
	border: none;
	outline: none;
}
.login-form-phone-options {
	height: 300px;
	overflow: auto;
}
.login-form-phone-option {
	padding: 5px;
	color: white;
	line-height: 36px;
	border-bottom: 1px solid rgba(102, 255, 255, 0.91);
	box-shadow: 0px 0px 4px  rgba(255, 255, 255, 0.77);
}
.login-form-phone-option img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

