2016-11-03 19:40:54 +00:00
|
|
|
.forgot-password {
|
2017-01-13 23:32:21 +00:00
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -170px;
|
|
|
|
|
height: 420px;
|
|
|
|
|
|
2016-11-03 19:40:54 +00:00
|
|
|
&__header {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__text-wrapper {
|
|
|
|
|
padding: $pad-base;
|
|
|
|
|
background-color: $accent-light;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
margin-bottom: $pad-base;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__text {
|
|
|
|
|
font-size: $medium;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__email {
|
|
|
|
|
color: $link;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__button {
|
|
|
|
|
background-color: $success-light;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
color: $white;
|
|
|
|
|
padding: $pad-base;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__icon {
|
2016-11-17 18:16:09 +00:00
|
|
|
font-size: 35px;
|
2016-11-03 19:40:54 +00:00
|
|
|
left: 18px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|