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-head {
    padding-bottom: 30px;
}
.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;
}

.isa_loader.active {
    display: block;
}
.isa_loader {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: none;
}
.isa_loader img {
    margin: 0 auto;
    width: 300px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}