@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
body,ul,ol,h1,h2,h3,h4,h5,h6,li,p{
margin:0;
padding:0;
}
body {
    background-image: url("../images/login_bg.jpg");
    background-attachment: fixed;
    background-size: cover;
}
img{border:0px; vertical-align:middle;}
.clearfix:after{
	content:'';
	clear:both;
	display:block;
}
a{text-decoration:none}
li{list-style:none}
.logo {
    width: 200px;
    height: 200px;
    margin-top: 60px;
    margin-left: 70px;
}
.login-logo {
    width: 400px;
    height: 32px;
    margin-top: 60px;
    margin-left: 70px;
    display: flex;
}
.login-logo-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}
.login-logo-text{
    margin-left: 16px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: bold;
}
.text1 {
    height: 50px;
    color: #fff;
    margin-top: 60px;
    margin-left: 200px;
    font-size: 36px;
    font-weight: bold;
}
.text2 {
    height: 40px;
    color: #fff;
    margin-top: 10px;
    margin-left: 200px;
    font-size: 30px;
    letter-spacing: 5px;
}
.form-info {
    width: 480px;
    height: 600px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    right: 140px;
}
.registerBox {
    width: 480px;
    height: 50px;
    margin-left: 40px;
    margin-top: 16px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
#old-account {
    width: 480px;
    height: 20px;
    font-size: 14px;
    color: #9B9B9B;
    float: left;
    margin-left: 40px;
}
.form1 {
    margin-top: 60px;
}
.form {
    width: 480px;
    height: 40px;
    margin-left: 40px;
}
.form2 {
    margin-top: 35px;
}
label {
    width: 58px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 200;
}
.input1 {
    width: 340px;
    margin-left: -5px;
}
#login {
    color: #2e58ff;
    cursor: pointer;
    text-decoration: none;
}
.input {
    height: 40px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
}
.input3{
    width: 120px;
    cursor: pointer;
}
#register {
    width: 480px;
    height: 50px;
    margin-left: 40px;
    margin-top: 16px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.input2 {
    width: 205px;
}
.register {
    width: 400px;
    height: 50px;
    background: #4e78fc;
    border-radius: 25px;
    border: rgba(255, 255, 255, 0.5) 1px solid;
    color: white;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}