@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.renergiaForm { 
padding:30px;
background:#fff;
width: 100%;
color:#003512;
font-family: "Montserrat", sans-serif !important;
}
.renergiaForm h3 {
color:#003512;
font-family: "Montserrat", sans-serif !important;
font-weight: bold;
margin:0px 0px 20px 0px;
padding:0px;
}
.renergiaForm label {
display: block;
font-family: "Montserrat", sans-serif !important;
width: 100%;
font-size: 14px;
padding-bottom:5px;
font-weight: 500;
}
.renergiaForm p {
font-weight: 500;
font-family: "Montserrat", sans-serif !important;
width: 100%;
}
.renergiaForm .field {
margin-bottom: 30px;
width: 100%;
display: block;
}
.renergiaForm input[type="text"] {
background:#f5f1f0;
color:#003512;
padding: 15px 20px;
border-radius: 30px;
border:0px;
width: 100%;
box-sizing: border-box;
}
.renergiaForm input[type="number"] {
background:#f5f1f0;
color:#003512;
padding: 15px 20px;
border-radius: 30px;
border:0px;
width: 100%;
box-sizing: border-box;
}
.renergiaForm input[type="email"] {
background:#f5f1f0;
color:#003512;
padding: 15px 20px;
border-radius: 30px;
border:0px;
width: 100%;
box-sizing: border-box;
}
.renergiaForm select {
display: block;
background:#f5f1f0;
color:#003512;
padding: 15px 20px;
border-radius: 30px;
border:0px;
width: 100%;
-webkit-appearance: none;
box-sizing: border-box;
}
.renergiaForm button {
background:#f5f1f0;
color:#003512;
padding: 15px 20px;
border-radius: 30px;
border:0px;
margin-right: 10px;
cursor: pointer;
box-sizing: border-box;
}
.renergiaForm button.active{
background:#003511;
color:#fff;
}
.renergiaSubmit {
background:#003511;
color:#fff;
padding: 15px 20px;
border-radius: 60px;
border:0px;
margin-right: 10px;
cursor: pointer;
width:100%;
font-size:20px;
font-weight: bold;
}
.renergiaForm .mb-10{
margin-bottom:10px;
}
.renergiaForm .renergia-success{
color:#003511;
font-weight: bold;
font-size:16px;
padding: 10px 15px;
border-radius: 30px;
display: none;
margin-bottom:20px;
text-align: center;
}
.renergiaForm .renergia-error{
background:#86001f;
color:#fff;
display: none;
font-size:16px;
padding: 10px 15px;
border-radius: 30px;
text-align: center;
margin-bottom:20px;
}