Newer
Older
.register {
display: flex;
flex-direction: column;
}
form {
display: flex;
flex-direction: column;
Holzheu Hannah
committed
margin-left: 20px;
Holzheu Hannah
committed
padding: 20px;
}
.form-group {
display: flex;
flex-direction: row;
}
.input {
Holzheu Hannah
committed
width: 60%;
background-color: #f9f9f9;
border-radius: 5px;
}
.input:hover{
border-color: darkgrey;
}
.submitButton {
border-radius: 5px;
cursor: pointer;
Holzheu Hannah
committed
background-color: #f9f9f9;
Holzheu Hannah
committed
font-weight: bold;
Holzheu Hannah
committed
border-color: darkgray;