30 lines
503 B
SCSS
30 lines
503 B
SCSS
|
|
.login {
|
||
|
|
min-height: 100vh;
|
||
|
|
font-family: "Poppins", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-image {
|
||
|
|
background-image: url('https://www.verifiedmarketreports.com/images/blogs/05-24/top-7-trends-in-smart-farming.webp');
|
||
|
|
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;
|
||
|
|
}
|