body{

margin: 0;
padding: 0;
background: url('../img/back.jpg');
background-size: cover;
background-repeat: no-repeat;

}

h2 {
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    color: #24659d;
    font-weight: 700;
    font-size: 22px;
}

.errorMessage {
    margin-bottom: 0rem;
    text-align: left;  
}
.errorMessage li{
	color: #58151c;
}
.errorMessage li span{
	color: #58151c;
}

.labelField {
    width: 100%;
    margin-left: 8px;
    text-align: left;
}

.inputField {
    background-color: #f6f6f6;
    border: 1px solid #e7e2e2;
    color: #0d0d0d;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.inputField1 {
    background-color: #f6f6f6;
    border: 1px solid #e7e2e2;
    color: #0d0d0d;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 18px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.inputField2 {
    background-color: #f6f6f6;
    border: 1px solid #e7e2e2;
    color: #0d0d0d;
    padding: 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 7px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.img12{
	
	margin-bottom: 1rem;
}

.inputButton1 {
    /* background-color: #0079ef; */
    background: url(../../images/bg2.jpg);
    border: none;
    color: white;
    padding: 15px 84px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 35px 20px 20px 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}

.box{
    width: 60%;
    padding:20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 2px solid #d2dd2;
    margin-top: 1rem;
    background-color: #fff;
}

.box1{
    width: 34%;
    padding:20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 2px solid #d2dd2;
    margin-top: 1rem;
    background-color: #fff;
}

.box2 {
  width: 35%;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  border: 2px solid #ffa500;
  margin-top: 4rem;
  background: url(../../images/bg2.jpg);
}

.box2 .fadeIn h2 {
  color: #fff;
}

.box2 .labelField {
  width: 99%;
  margin-left: 8px;
  text-align: left;
  color: #fff;
}

.box2 label {
  display: inline-block;
  margin-bottom: 0.1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #24659d;
  font-weight: 600;
}

.box2 .inputField {
  background-color: #f6f6f6;
  border: 1px solid #e7e2e2;
  color: #0d0d0d;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  width: 99%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.box2 .inputButton {
  background: #39ace7;
  border: none;
  color: white;
  width: 252px;
  padding: 13px 68px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 27px 20px 40px 10px;
  border: 1px solid #fff;
}

.box2 .inputField1 {
  background-color: #f6f6f6;
  border: 1px solid #e7e2e2;
  color: #0d0d0d;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 18px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.box2 .captchaimg img {
  height: 44px;
  width: 140px;
  margin-top: 59px;
  margin-left: 22px;
  border: 1px solid #ced4da;
}

.box label {
  display: inline-block;
  margin-bottom: 0.1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #24659d;
  font-weight: 600;
}

.sideimg{

float: right;
background: url('../../images/BrownBg.jpg');
background-size: cover;
background-repeat: no-repeat;
border-radius: 10px;

}

.sideimg1 {
    width: 41%;
    float: right;
    background: url(../../images/BrownBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-left: 102px
}

.sideimg h1,ul,li{
    color: #fff;

}

.sideimg1 h1,ul,li{
    color: #fff;

}

.sideimg h1{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding-top: 1rem;
}

.sideimg1 h1{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding-top: 1rem;
}

hr{

    color: #fff;
    height: 1px;
    border: 1px solid #fff;
}

.sideimg ul,li{
    padding-right: .5rem;
    line-height: 1.5;


}

.wrapper1 {
    width: 95%;
    padding: 0rem 2rem 2rem 2rem;
    border: 1px solid #f4eded;
    margin: 1.5rem 1.5rem 1.5rem 1rem;
    border-radius: 10px;
}

.wrapper2 {
    width: 48%;
    padding: 0rem 2rem 2rem 2rem;
    border: 1px solid #f4eded;
    margin: 1.5rem 0rem 1.5rem 1rem;
    border-radius: 10px;
}

#formContent1 {
     position: relative;
    padding: 0px;
    text-align: center;
}

.captchaimg{

    line-height: 0.2;
}

.captchaimg img {
    height: 34px;
    width: 140px;
    margin-top: 59px;
    margin-left: 22px;
    border: 1px solid #ced4da;
}

.captchaimg1 img {
    height: 34px;
    width: 140px;
    margin-top: 5px;
    margin-left: 22px;
    border: 1px solid #ced4da;
}

.captchaimg1 {
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  margin-top: -60px;
}

#formFooter a{

    text-decoration: none;
    font-weight: 600;
}



@media (max-width: 576px) { 

.box {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 2px solid #d2dd2;
    margin-top: 0rem;
}

 }


@media (min-width: 768px) { ... }


@media (max-width: 992px) {

    .box {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 2px solid #d2dd2;
   }
}


@media (min-width: 1200px) { ... }


@media (min-width: 1400px) { ... }