20 lines
266 B
CSS
20 lines
266 B
CSS
.login-form {
|
|
padding: 20px 24px;
|
|
}
|
|
|
|
.page-title {
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
color: #333;
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.login-form .input-row {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.login-form .green-btn {
|
|
margin-top: 40px;
|
|
}
|