30 lines
345 B
CSS
30 lines
345 B
CSS
.container {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.login-icon {
|
|
text-align: center;
|
|
height: 35vh;
|
|
}
|
|
|
|
.login-img {
|
|
width: 50vw;
|
|
}
|
|
|
|
.login-from {
|
|
padding: 0 20vw;
|
|
}
|
|
|
|
.inputText {
|
|
width: 95%;
|
|
border-bottom: solid 1px;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.loginBtnView {
|
|
margin-top: 70px;
|
|
}
|
|
.loginBtn {
|
|
margin-bottom: 25px;
|
|
}
|