30 lines
441 B
SCSS
30 lines
441 B
SCSS
|
|
.login {
|
||
|
|
min-height: 100vh;
|
||
|
|
font-family: "Onest", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-image {
|
||
|
|
background-image: url('../../../assets/images/auth.png');
|
||
|
|
background-size: cover;
|
||
|
|
background-position: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.login-heading {
|
||
|
|
font-weight: 300;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-login {
|
||
|
|
font-size: 0.9rem;
|
||
|
|
letter-spacing: 0.05rem;
|
||
|
|
padding: 0.75rem 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.color-btn{
|
||
|
|
background-color: #16423C;
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
.forgot{
|
||
|
|
color: #16423C;
|
||
|
|
}
|