Untitled
4 years ago in Plain Text
/**
*********** MODULE HEAD *****************
*/
.iacona-moduleHead {
overflow: hidden;
background: #798190;
}
.iacona-moduleHead .iacona-moduleTitle {
color: #FFF;
text-align: center;
font-size: 1.3em;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
}
/**
*********** MODULE CONTENT *****************
*/
.iacona-moduleContent {
background: #798190;
padding: 10px 9% 25px;
text-align: center;
}
.iacona-moduleContent #form {
display: flex;
flex-direction: column;
}
.iacona-moduleContent .iacona-clearfix {
margin: 10px 0px;
display: flex;
}
.iacona-moduleContent input {
width: 100%;
}
.iacona-moduleContent input[type="text"], .moduleContent textarea {
background: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 10px;
font-size: 13px;
}
.iacona-clearfix .iacona-grid-12-12 {
width: 100%;
display: flex;
flex-direction: column;
}
.iacona-error {
font-weight: bold;
color: rgb(155, 23, 13);
}
.iacona-limitTextBoxBarWrpr {
width: 100%;
border: 0px solid #000;
overflow: hidden;
font-size: 9px;
color: #000;
white-space: nowrap;
height: 5px;
background-color: #FDFBBE;
}
.iacona-limitTextBoxBarInner {
width: 0%;
background-color: #FF0000;
}
/**
******** BTN Submit ********
*/
.iacona-btn, a.btn {
background: #204284;
border: 2px solid #fff;
padding: 8px 18px;
color: #fff;
cursor: pointer;
font-weight: 500;
}