new_akademy_landing/src/components/form/ThreeFormFields.module.css

51 lines
790 B
CSS

.form input,
textarea {
width: 100%;
max-width: 400px;
padding: 0.75rem 0rem;
font-size: 0.8rem;
font-weight: 600;
border-radius: 3px;
border: 1px solid #ededed;
margin-top: 10px;
}
.phn {
max-width: 400px !important;
width: 100% !important;
border-radius: 3px;
background-color: white;
margin-top: 11px;
}
.react-tel-input .form-control {
width: "400px" !important;
}
.form input::placeholder {
color: #163c14;
}
.form button {
background-color: #017dd9;
color: white;
margin-top: 20px;
}
.err_msg {
width: 100%;
max-width: 400px;
padding: 0.75rem 1rem;
font-size: 0.8rem;
font-weight: 600;
border-radius: 3px;
background-color: #d9062e;
color: white;
}
.err_msg_text {
font-size: 0.8rem;
font-weight: 600;
color: #d9062e;
}