34 lines
622 B
CSS
34 lines
622 B
CSS
.login {
|
|
width: 251px;
|
|
height: 320px;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
box-shadow: 0px 0px 17px #e7e5e5;
|
|
text-align: center;
|
|
}
|
|
.login .user_img{
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 100%;
|
|
margin-bottom: 50px;
|
|
margin-top: 30px;
|
|
}
|
|
.login input{
|
|
width: 185px;
|
|
border: none;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
padding-bottom: 8px;
|
|
font-size: 12px;
|
|
color: #929090;
|
|
margin-bottom: 10px;
|
|
}
|
|
.login i{
|
|
font-size: 21px;
|
|
margin-top: 9px;
|
|
color: #b7b1b1;
|
|
display: inline-block;
|
|
}
|
|
.modal-body img {
|
|
width: 50px;
|
|
height: 50px;
|
|
} |