
/* global */
body{ background: #ffffff;}
.login_wrapper{
	height: 80%;
	background: #fff;
	border-radius:1rem;
	max-width: 500px !important;
    min-width: 300px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
} 
.login_wrapper .wrapperImg{    
	width: 50%;
    height: 100%;
    vertical-align: middle;
}
.login_wrapper .wrapper{
	display: inline-block;
    width: 90%;
    vertical-align: middle;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    padding: 20px;
}
.login_wrapper .way{
	color: #A2A19F;
    font-size: 19px;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
}
.login_wrapper .productName{
	font-size: 25px;
    font-family: SourceHanSerifCN-Heavy,SourceHanSerifCN;
    font-weight: 800;
    text-align: center;
}
#loginBtn{
    border-radius: 6px;
    border: none;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    margin-top: 30px;
   	background: #ff8533;
    border-color: #ff8533;
    color: #fff;
    height: 40px;
}
.login_tip{
	text-align: left;
	color: #A2A19F;
    margin-bottom: 10px;
}
.login_wrapper .wrapper .form-horizontal .form-group .login_tip+input{
	width: 100%;
	border: none;
    border-bottom: 1px solid #dcdfe6;
}
input::-webkit-input-placeholder {
	color: #A2A19F;
	font-size: 12px !important;
}


