16 lines
260 B
CSS
16 lines
260 B
CSS
.login-card{
|
|
width: 80%;
|
|
border: #eee solid 2px;
|
|
border-radius: 5px;
|
|
}
|
|
input{
|
|
width: 75%;
|
|
height: 35px;
|
|
border: grey solid 2px;
|
|
border-radius: 5px;
|
|
margin: 5px;
|
|
padding: 5px;
|
|
line-height: 100%;
|
|
text-align: center;
|
|
}
|