frontend-smartfarming/agrilink_vocpro/src/app/pages/register/register.component.scss
2024-11-28 19:39:59 +07:00

60 lines
1.0 KiB
SCSS

.login {
min-height: 100vh;
font-family: "Onest", sans-serif;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bg-image {
background-image: url('../../../assets/images/bg-auth.jpg');
background-size: cover;
background-position: right;
height: 100vh;
border-radius: 0px 10px 10px 0px;
}
.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;
}
.form-floating {
position: relative;
.btn-link {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
border: none;
background: transparent;
cursor: pointer;
color: #16423C;
&:hover {
color: #16423C;
}
}
}
.text-center-copyright {
text-align: center;
font-size: 0.85rem;
color: #636363;
padding: 15px 0;
}