body{font:400 18px/24px 'Poppins', sans-serif;color:#2c3345;background:#f3f3fe;}
img{display:block;max-width:100%;height:auto;}
a,.btn{text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
a:hover,a:focus,a:focus:active,*:focus,.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{outline:none;}
a:focus, a:hover{text-decoration:none;}
ol, ul{list-style:none;}
.form-main {
    background-image: url("IHL.png");
    background-size: 50%;
}
.form-head {
    padding-bottom: 30px;
}
.form-head h2 {
    color : rgb(20, 17, 226);
}
.form-field-set {
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.form-field-set h3 {
    margin-bottom: 20px;
    font-size: 22px;
}
.form-field-set label {
    font-size: 15px;
}
.form-field-set .form-control {
    font-size: 15px;
}
.form-field-set textarea.form-control {
    height: 150px;
}
sup {
    color: red;
}
.btn-submit {
    width: 200px;
    font-size: 18px;
    border: 0;
    background: #18bd5b;
    height: 50px;
}
.btn-submit:hover {
    background: #07a346;
}
.error{
    color:red;
    font-size:12px !important;
}
input.error {
    border: 1px red solid;
}
#form_fail {
    color:red;
}
.full-container {
    background-color: lightskyblue;
}