* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
img {
    border: none;
}
body {
    line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
.login {
    min-width: 1180px;
    width: 100vw;
    height: 100vh;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form-box {
    display: flex;
}
.login-right {
    width: 500px;
    height: 500px;
    background-color: white;
}
.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 50px;
}
.form-box-item {
    width: 346px;
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid rgba(229,229,229,1);
    margin-top: 16px;
}
.icon {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(229,229,229,1);
}
.login-btn, .login-input, .login-select, .login-textarea, .login-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

.login-input, .login-select, .login-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
	border-color: #e6e6e6;
}
.login-input, .login-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
	border: none;
    width: 150px;
    padding-left: 20px;
}

.form-box-checked {
    width: 346px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    height: 40px;
}
.submit-btn {
    width: 346px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
	background-color: #2C85EA;
    border: none;
}
