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.
48 lines
694 B
48 lines
694 B
.auth-container { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
justify-content: center; |
|
background-color: rgba(0, 0, 0, 0.863); |
|
padding: 30px; |
|
border-radius: 5px; |
|
} |
|
|
|
.auth-input { |
|
border-radius: 2px; |
|
padding: 5px; |
|
} |
|
|
|
.auth-grp-label { |
|
display: flex; |
|
justify-content: space-between; |
|
} |
|
|
|
.auth-btn { |
|
margin: 3px; |
|
padding: 4px; |
|
font-size: 20px; |
|
color: white; |
|
border-radius: 5px; |
|
} |
|
|
|
.auth-btn-val { |
|
background-color: blue; |
|
} |
|
|
|
.auth-btn-can { |
|
background-color: red; |
|
} |
|
|
|
.auth-btn-other { |
|
background-color: darkgreen; |
|
} |
|
|
|
.auth-select { |
|
margin-top: 1vh; |
|
border-radius: 3px; |
|
} |
|
|
|
.errors { |
|
color: red; |
|
} |