You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
341 B
22 lines
341 B
|
|
.item-horizontal-div{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
background-color:#fff;
|
|
border-radius: 15px;
|
|
width: 500px;
|
|
margin: 10px 20px;
|
|
}
|
|
|
|
/**Form**/
|
|
.form-container {
|
|
/* background-color: #D7D4C6; */
|
|
background-color: #fff;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
form{
|
|
margin : auto 150px;
|
|
}
|