2021-10-11 16:43:25 +02:00
|
|
|
.create-password {
|
2022-03-07 16:35:03 +01:00
|
|
|
&__weak {
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-error-default);
|
2022-03-07 16:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__average {
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-warning-alternative);
|
2022-03-07 16:35:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&__strong {
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-success-alternative);
|
2022-03-07 16:35:03 +01:00
|
|
|
}
|
|
|
|
|
2021-07-07 00:19:11 +02:00
|
|
|
&__wrapper {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__link-text {
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-primary-default);
|
2021-07-07 00:19:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__form {
|
2022-08-04 16:03:02 +02:00
|
|
|
@include screen-sm-min {
|
2022-05-16 20:38:04 +02:00
|
|
|
max-width: 320px;
|
|
|
|
}
|
2021-07-07 00:19:11 +02:00
|
|
|
|
|
|
|
&--password-button {
|
2022-12-12 15:36:02 +01:00
|
|
|
color: var(--color-primary-default);
|
2021-07-07 00:19:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&--checkmark {
|
|
|
|
i {
|
2022-03-19 01:43:33 +01:00
|
|
|
color: var(--color-success-default);
|
2021-07-07 00:19:11 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-15 02:27:02 +01:00
|
|
|
&__terms-label {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2021-07-07 00:19:11 +02:00
|
|
|
.form-field__input {
|
|
|
|
height: 50px;
|
2022-05-16 20:38:04 +02:00
|
|
|
width: 100%;
|
2021-07-07 00:19:11 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|