16 lines
262 B
CSS
16 lines
262 B
CSS
.register-wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.field-wrapper {
|
|
margin-top: 25vh;
|
|
min-width: 30vw;
|
|
|
|
padding: 30px;
|
|
border: 2px solid #ced4da;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
}
|