31 lines
421 B
CSS
31 lines
421 B
CSS
.main-contact {
|
|
padding: 3rem 16.5rem;
|
|
}
|
|
|
|
.required {
|
|
color: #E54242;
|
|
font-weight: 400;
|
|
font-family: 'Roboto', sans-serif;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.form {
|
|
padding-top: 3.5rem;
|
|
}
|
|
|
|
.form-title {
|
|
text-align: left;
|
|
font-weight: 700;
|
|
font-family: 'Roboto', sans-serif;
|
|
font-size: 1.12rem;
|
|
color: #212121;
|
|
}
|
|
|
|
.hide {
|
|
position:absolute;
|
|
top:-1px;
|
|
left:-1px;
|
|
width:1px;
|
|
height:1px;
|
|
}
|