Newer
Older
.welcome {
display: flex;
justify-content: center;
align-items: center;
.form-elements {
display: flex;
flex-direction: column;
margin-left: 10px;
}
.form-input {
display: flex;
justify-content: space-between;
}
input[type=text]:focus {
background-color: white;