body {
    background-color: #fff;
    font-family:"Open Sans",sans-serif;
    margin: 0;
    padding: 0;
}
.wrapper {
    width: 100%;
    float: left;
    background-color: #fff;
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* overflow-x: hidden; */
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.logo_area {
    width: 100%;
    float: left;
    margin-top:0;margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #3f5d9d;

}
.logo_area img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0px auto;
}
.main_area {
    width: 100%;
    float: left;
    margin: 60px 0px;
}
@media (min-width :768px) {
.logo_area img {
    max-width: 90%;
    width: auto;
    height: auto;
    display: block;
    margin: 0px;
}
.main_area {
    width: 100%;
    float: left;
    margin: 50px 0px 0px 0px;
}    
}
.login_form {
    width: 100%;
    float: left;
    
}
.form_wrapper {
    width: 100%;
    background-color: #fff;
}

.col-md-8 .about {
    width: 100%;
    float: left;
    line-height: 22px;
    margin: 0;
    padding-top: 20px;
}
@media (min-width :768px){
.col-md-8 .about {
    width: 100%;
    float: left;
    line-height: 22px;
    margin: 0;
    padding-top: 0px;
}
}
.col_3 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}


.col_3 p {
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 16px;
    text-transform: uppercase
}

.footer {
   
    position: fixed;
    bottom: 0;right: 0;left: 0;
    margin: 0px;
    padding: 0 !important;
   
    
}
 .footer  p,
 .footer  a {
    
    margin: 0 !important;
    padding: 0;
    font-size: 14px;
    padding: 19px;
    color: #000;

}
.col-md-6 ul {
    list-style: none;
    width: 100%;
    float: left;
}
.col-md-6 ul li {
    float: left;
    padding: 0 3px;
}
@media (min-width: 768px){
.col-md-6 ul li {
    float: right;
    padding: 0 5px;
}
}
/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  /*max-width: 320px;*/
  width: 100%;
  border-top: 5px solid #3f5d9d;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .form {
  display: block;
  padding: 40px 40px 22px 40px;
}
.form-module .form:nth-child(2) {
  display: none;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #3f5d9d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module span{height: 50px;}
.form-module span i{padding-top: 5px;width: 20px;}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 50px;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module .submit_btn{
  cursor: pointer;
  background: #3f5d9d !important;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module .submit_btn:hover {
  background: #036eb4 !important;
}
.form-module .cta {
  background: #3f5d9d;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
  position: relative;
}
