File: /home/valuehealthquotes/public_html/assets/css/form.css
/*form styles*/
#msform {
width: 100%;
text-align: center;
position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
#msform input,
#msform textarea {
font-family: montserrat !important;
font-size: 25px !important;
line-height: 3 !important;
color: #364266 !important;
background-image: url(images/arrowz.svg) !important;
border: 1px solid #ccc;
border-radius: 3px;
width: 100%;
color: #2C3E50;
font-size: 13px;
height: 75px !important;
margin: 10px 0px 10px 0px !important;
padding: 20px 40px 20px 40px;
}
/*buttons*/
#msform .action-button {
width: 100%;
background: #32dd7c;
border-color: #1dab69;
box-shadow: 0 6px #1dab69 !important;
font-weight: bold;
color: white !important;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 0px 5px;
margin: 10px 5px;
}
#msform .action-button:hover,
#msform .action-button:focus {
background: #32dd7c;
border-color: #1dab69;
box-shadow: 0 6px #1dab69 !important;
}
.eod-bg {
background: #ffffff !important;
box-shadow: 0px 20px 40px rgb(16 49 120 / 6%);
padding: 40px;
}
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
color: #2C3E50;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: #2C3E50;
text-transform: uppercase;
font-size: 24px;
font-weight: 600;
width: 33.33%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 30px;
line-height: 30px;
display: block;
font-size: 15px;
color: #333;
background: #f1f1f1;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1;
/*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
background: #0779bf;
color: white;
}
.form-select {
line-height: 4.5 !important;
}
.form-title-1 {
font-size: 45px;
font-weight: 600;
color: #0d1b44;
text-transform: none !important;
}
.form-select {
background: #eff1f5 !important;
font-family: montserrat !important;
font-size: 25px !important;
line-height: 3 !important;
color: #364266 !important;
border: 1px solid #ccc;
border-radius: 3px;
width: 100%;
color: #2C3E50;
font-size: 13px;
height: 75px !important;
margin: 10px 0px 10px 0px !important;
padding: 20px 40px 20px 40px;
}
.stepwizard-step p {
margin-top: 10px;
}
.stepwizard-row {
display: table-row;
}
.stepwizard {
display: table;
width: 100%;
position: relative;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
top: 14px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
z-order: 0;
}
.stepwizard-step {
display: table-cell;
text-align: center;
position: relative;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.error {
color: #f9322b !important;
font-family: montserrat !important;
font-size: 25px !important;
line-height: 3 !important;
letter-spacing: 3px !important;
}