frontend-smartfarming/agrilink_vocpro/src/app/pages/auth/auth.component.scss

78 lines
1.3 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;
}
}
}
.form-check-input:checked {
background-color: #16423C;
border-color: #16423C;
}
.form-check-input:checked::before {
color: white;
}
.text-center {
margin-bottom: 20px;
}
.text-center-copyright {
text-align: center;
font-size: 0.85rem;
color: #636363;
padding: 15px 0;
background-color: #f8f9fa;
}
.container{
padding-top: 50px;
}