Newer
Older
.searchToolBar {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.login {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.login-logo {
width: 100px;
height: 70px;
margin: 20px 0;
}
.login-input {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
background-color: #feffff;
width: 100%;
border-radius: 5px;
margin-bottom: 20px;
padding: 7px 3px;
font-size: 16px;
border: 1px solid #fee7e7;
color: #333333;
}
input::-webkit-input-placeholder{
color: #e9acad;
}
.login-bt {
background-color: #488afa;
font-size: 20px;
}
.introduce {
margin: 20px 30px 0 30px;
font-size: 14px;
color: #e9acad;
}
.login-btn {
display: block;
width: 100%;
margin-bottom: 10px;
padding: 11px 0;
color: #fff;
border: 1px solid #e12724;
background-color: #e12724;
font-size: 18px;
font-weight: 600;
position: relative;
text-align: center;
white-space: nowrap;
border-radius: 3px;
}
.jizhu-password {
color: #4a89f9;
font-family: Muiicons;
font-size: 28px;
font-weight: 400;
line-height: 1;
text-decoration: none;
border-radius: 0;
background: 0 0;
-webkit-font-smoothing: antialiased;
}