2021-10-11 16:43:25 +02:00
|
|
|
.create-password {
|
2022-03-07 16:35:03 +01:00
|
|
|
&__weak {
|
|
|
|
color: var(--error-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
&__average {
|
|
|
|
color: var(--secondary-3);;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__strong {
|
|
|
|
color: var(--success-3);
|
|
|
|
}
|
|
|
|
|
2021-07-07 00:19:11 +02:00
|
|
|
&__wrapper {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2021-10-11 16:43:25 +02:00
|
|
|
max-width: 600px;
|
|
|
|
max-height: 750px;
|
2021-07-07 00:19:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__link-text {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--primary-1);
|
2021-07-07 00:19:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__form {
|
|
|
|
padding: 0 24px;
|
|
|
|
|
|
|
|
&--password-button {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--submit-button {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--checkmark {
|
|
|
|
i {
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--success-1);
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|