2024-09-17 08:14:28 +00:00
|
|
|
.login {
|
|
|
|
|
min-height: 100vh;
|
2024-09-24 06:15:26 +00:00
|
|
|
font-family: "Onest", sans-serif;
|
2024-09-17 08:14:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-image {
|
2024-09-24 06:15:26 +00:00
|
|
|
background-image: url('../../../assets/images/auth.png');
|
2024-09-17 08:14:28 +00:00
|
|
|
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;
|
|
|
|
|
}
|