|
|
@ -6,10 +6,10 @@ |
|
|
|
width: 357px; |
|
|
|
width: 357px; |
|
|
|
padding: 30px; |
|
|
|
padding: 30px; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: var(--silver-chalice); |
|
|
|
color: var(--color-text-default); |
|
|
|
|
|
|
|
|
|
|
|
&__container { |
|
|
|
&__container { |
|
|
|
background: var(--white); |
|
|
|
background: var(--color-background-default); |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-self: stretch; |
|
|
|
align-self: stretch; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
@ -25,7 +25,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
margin-top: 5px; |
|
|
|
margin-top: 5px; |
|
|
|
font-weight: 800; |
|
|
|
font-weight: 800; |
|
|
|
color: var(--tundora); |
|
|
|
color: var(--color-text-alternative); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&__form { |
|
|
|
&__form { |
|
|
@ -50,7 +50,7 @@ |
|
|
|
font-size: 0.75rem; |
|
|
|
font-size: 0.75rem; |
|
|
|
|
|
|
|
|
|
|
|
a { |
|
|
|
a { |
|
|
|
color: var(--Blue-500); |
|
|
|
color: var(--color-primary-default); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|