You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
475 B
25 lines
475 B
.signUp{
|
|
color: #FFFFFF !important;
|
|
background-image: linear-gradient(to right, #FFA3DC, #1C8D36);
|
|
border-radius: 15px;
|
|
}
|
|
.login-container{
|
|
width: 420px;
|
|
height: 556px;
|
|
background: #111534;
|
|
border-radius: 6px;
|
|
padding: 40px;
|
|
}
|
|
.login-item .tips{
|
|
font: 12px "Arial";
|
|
color: rgba(255, 255, 255, 0.45);
|
|
margin-top: 8px;
|
|
display: inline-block;
|
|
}
|
|
.login-item .tips .color-blue{
|
|
font-size: 16px;
|
|
color: #00A1E8;
|
|
}
|
|
.mt10{
|
|
margin-top: 10px !important;
|
|
}
|
|
|