html,body{
	width: 100%;
	height: 100%; 
}
.login_container_bg{
	background-image: url(../../../image/oss/iot/login/bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 85px 100px 64px;
	gap: 80px;
	justify-content: space-around;
}
.title_container_box{
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.title_container_logo{
	width: 90px;
	height: 90px;
}
.title_container_project_name{
	width: 770px;
}
.system-title{
	width: 650px;
	margin: 0 auto;
	margin-top: 10%;
}

.system-title p{
	font-size: 38px;
    color: #009688;
    text-align: center;
    margin-bottom: 60px;
}

.login_container{
	width: 580px;
	/* margin: 0 auto; */
	padding: 40px 40px;
	border-radius: 32px;
	background: #fff;
}

.btn{
	height: 40px;
    margin: 0;
    padding: 0 60px;
    vertical-align: middle;
    background: #009688;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    text-shadow: none;
}

.login-title span{ 
	font-size: 20px;
	display:inline-block;
	color: #0a1b39;
	/* padding: 15px 20px 20px 20px; */
}

.login-input{
	padding: 0 0px 20px 0px;
	font-size: 20px;
}

.a-link:HOVER ,.fot-a-link:HOVER{
	color: #009688;
}

.a-link{
	/* margin: 20px; */
	color: #0A1B39;
	cursor: pointer;
}
.a-link-active{
	color: #009688 !important; 
}
.a-link-split{
	width: 1.2px;
	height: 22.6px;
	background-color: #C9CDD4;
	margin:0 15px;
}
.fot-a-link{
	/* margin-right: 30px; */
	/* margin-top: 10px; */
	color: #009688;
	cursor: pointer;
	font-size: 17px;
}

.send-code{
	color:#009688;
}

.send-code:HOVER {
	color:black;
}

input{
	font-size: 20px !important;
}
.login-input input{
	background-color: #f2f3f5;
	height: 55px;
	border: none;
}

.sms-btnGet,.btnGet,.get-btnGet{  
	  position: absolute;right: 20px;top: 3px;
	  display: inline-block;
	  background: #fff;padding: 10px 15px;
	  cursor: pointer;
	  border-radius: 5px;
}

.wxStyle {
   color: #e8e8e8;
   text-decoration:underline; 
   cursor: pointer;
   margin-left: 50px;
}

.footer{
	position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px; 
    color: #fff;
    z-index: 1000000;
    background: #333;
    height: 36px;
    line-height: 36px;
}

.checkbox-remember{
	font-size: 17px;
	line-height: 18px;
}

.checkbox-remember input[type=checkbox]+label:before {
    line-height: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border: 1px solid #dce4e6;
    border-radius: 3px;
    background-color: #f3f6f8;
    background-repeat: no-repeat;
    background-size: 100%;
}

.checkbox-remember input {
    display: none;
    opacity: 0;
}

.checkbox-remember label{
	color: #009688;
}

.checkbox-remember input[type=checkbox]:checked+label:before {
    border: 1px solid #21b351;
    background-color: #21b351;
    background-image: url(../../../image/oss/iot/icon-check.svg);
}

.checkbox-remember input[type=checkbox]+label {
	display: flex;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
}
.login-title-text{
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 40px;
}
.login-title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 20px;
}

.login-title-left{
	display: flex;
	align-items: center;
}
.login_operate_btns{
	display: flex;
	justify-content: space-between;
}
.login_btn_style{
	width: 100%;
	height: 66px;
	font-size: 25px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
} 