67 lines
1.2 KiB
SCSS
67 lines
1.2 KiB
SCSS
.forgot__area-one {
|
|
padding: 60px 0px 250px 0px;
|
|
background-image: url(/img/forgot/bg-forgot.png);
|
|
background-repeat: no-repeat;
|
|
background-position: top center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.text-16-semibold {
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.form-forgot {
|
|
.text-infos {
|
|
padding: 0px 0px 0px 29px;
|
|
background-image: url(/img/forgot/info.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: left center;
|
|
color: var(--tg-body-color);
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.alert-warning {
|
|
background-color: var(--tg-color-yellow-light-3);
|
|
padding: 15px 24px;
|
|
margin-bottom: 24px;
|
|
border: 0px;
|
|
|
|
p {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.alert-accept {
|
|
background-color: rgba(56, 135, 254, 0.2);
|
|
padding: 15px 24px;
|
|
margin-bottom: 24px;
|
|
border: 0px;
|
|
|
|
p {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.border-btn.btn-login {
|
|
padding: 19px 26px;
|
|
|
|
svg {
|
|
fill: var(--tg-body-color);
|
|
width: 16px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
&:hover {
|
|
svg {
|
|
fill: var(--tg-color-white-default);
|
|
}
|
|
}
|
|
|
|
&::after {
|
|
display: none;
|
|
}
|
|
}
|