2018-02-13 19:32:59 +00:00
|
|
|
.passwordSection {
|
2018-07-31 18:09:18 +00:00
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
2018-02-19 22:02:06 +00:00
|
|
|
padding: 40px 0;
|
|
|
|
width: 80%;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.passwordForm {
|
2018-07-31 18:09:18 +00:00
|
|
|
margin: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.passwordForm__input {
|
2018-02-13 19:32:59 +00:00
|
|
|
width: 100%;
|
2018-07-31 18:09:18 +00:00
|
|
|
height: 40px;
|
|
|
|
box-sizing: border-box;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|
|
|
|
|
2018-07-31 18:09:18 +00:00
|
|
|
.unlockBtn {
|
|
|
|
margin-top: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unlockBtn--error,
|
|
|
|
.unlockBtn--error:hover {
|
|
|
|
background-color: var(--errorColor);
|
|
|
|
}
|
2018-02-19 22:29:13 +00:00
|
|
|
|
2018-07-31 18:09:18 +00:00
|
|
|
.passwordForm__error {
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 600;
|
|
|
|
visibility: hidden;
|
2018-02-13 19:32:59 +00:00
|
|
|
}
|