@charset "utf-8";
/* CSS Document */

.form_title {
    margin-bottom: 10px;
    padding-left: 55px;
    position: relative;
}
.form_title p {
    color: #999;
    font-size: 13px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
.form_title h3 {
    font-size: 28px; margin-bottom:0px; 
}


.form_title h3 strong {
    background-color: #e45166;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
b, strong {
    font-weight: 700;
}
.step {
    border-left: 1px solid #ddd;
    margin: 0 0 10px 20px;
    padding: 20px 0 20px 31px;
}
* {
    box-sizing: border-box;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}
.form-group label span {
    color: #999;
    font-size: 12px;
    line-height: 12px;
	font-weight:200;
    margin: 0;
    padding: 0;
}

.form-group .reqd{   color: #ff0000; font-size: 6px; font-weight: normal; position: relative; top: -8px;  }


.form-control {
    border-radius: 3px;
    color: #333;
    font-size: 12px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
* {
    box-sizing: border-box;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
