WebDev

Bloque - Formulario de quejas

.ModuloWrap_custom_forms {
position:relative;
width:90%;
max-width:400px;
margin:40pxauto;
overflow:auto;
padding:20px;
box-shadow:03px13pxrgb(000/15%);
border-radius:20px;
.input_container{
float:left;
width:calc(100%-40px);
margin:20px;
}
.label_input{
float:left;
width:100%;
margin-bottom:10px;
font-weight:bold;
letter-spacing:0.5px;
text-transform:uppercase;
}
.input_element{
width:100%;
float:left;
input{
width:96%;
padding:2%;
border:0px;
border-bottom:1pxsolid#ccc;
}
select{
width:100%;
padding:2%;
border:0px;
border-bottom:1pxsolid#ccc;
}
textarea{
width:96%;
float:left;
padding:2%;
border:1pxsolid#ccc;
}
}

.submit_form_container{
float:left;
width:100%;
text-align:center;
margin:20px0px;
.Submit_Custom_Form{
border:0px;
border-radius:0px;
padding:20px30px;
color:#fff;
cursor:pointer;
background:$primary-color;
}
}
}

.texto-gracias {
width:90%;
position:relative;
margin:40pxauto;
text-align:center;
font-size:1.4em;
line-height:1.4em;
}

a.boton-quejas {
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#fff;
background:#24a666;
padding:10px;
border-radius:50px;
}