.box-form-login{
    height:610px;
    border: 1px solid #cccccc;
    border-radius: 10px;

}
.box-form-loginA{
    height: auto;
    min-height: 437px;

}
.box-form-login h3{
    max-width: 140px;
    margin:20px auto 0;
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    text-align: center;
}
.box-form-login h3.register:before {
    font-family: 'feather';
    content: "\e915";
    position: relative;
    top: 2px;
}
.box-form-login h3.login:before {
    font-family: 'icomoon';
    content: "\e90f";
    position: relative;
    top: 2px;
}
.box-form-login .required{
   color:red;
}
.box-form-login .form-login{
padding: 30px;
}

.box-form-login .rememberme-lost{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-form-login label{
    display: block;
    height: 35px;
    line-height: 35px;
}
.box-form-login .input-text{
    background: #FFFFFF;
    width: 100%;
    height: 55px;
    line-height: 55px;
}
.rememberme-lost{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.rememberme{
    width: 150px;
    display: flex;
    align-items: center;
}

input[type="checkbox"]{	
	appearance:none;

	width:20px;
	height:20px;
	border:1px solid #aaaaaa;
	border-radius:50%;

}
/*复选框选择后的样式*/
input[type="checkbox"]:checked {
	background-image:url('../images/index/003.png');
	background-repeat:no-repeat;
	background-size:27px 27px;
	background-position: center;
}

.inline{
    margin-top: 5px;
    margin-left: 5px;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}
.button-login{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    background:  #000000;
    border: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px 0;
}
.button-login:hover{
    background:  #ffb300;
}
.button-register{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    background:  #b9b9b9;
    border: 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 20px 0;
}
.button-register:hover{
    background:  #ffb300;
}

.nav{
    width: 100%;
    height: 100%;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0!important;
}
.nav .arrow{
    width: 4px;
    height: 8px;
    flex-shrink: 0;
    stroke-width: 1px;
    stroke: #000;
    margin: 0 10px;
}
.activeNav{
    color: #FFB300;
    text-align: justify;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.mainNav{
    width: 100%;
    height: 100%;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.loginBg{
    background: url("../images/role/loginBg.png") no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
    .loginBg{
        display: none!important;
    }
}