You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
32 lines
491 B
32 lines
491 B
.auth-container { |
|
height: inherit; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
.auth-title |
|
{ |
|
font-size: 50px; |
|
} |
|
|
|
.auth{ |
|
width: 300px; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
justify-content: center; |
|
background-color: var(--main-color); |
|
padding: 30px; |
|
border-radius: 5px; |
|
} |
|
|
|
.auth-grp-label { |
|
font-size: 20px; |
|
display: flex; |
|
justify-content: space-between; |
|
} |
|
|
|
.errors { |
|
color: red; |
|
} |