h1{
    font-size: 25px;
}

.logo{
   margin: auto;
   margin-bottom: 25px;
}

.loaddiv{
    width: 200px;
    height: 200px;
    text-align: center;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-container {

 background-color:#1C6897;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1C6897, endColorstr=#4B2170);
 background-image:-moz-linear-gradient(top, #1C6897 5%, #4B2170 100%);
 background-image:-webkit-linear-gradient(top, #1C6897 5%, #4B2170 100%);
 background-image:-ms-linear-gradient(top, #1C6897 5%, #4B2170 100%);
 background-image:linear-gradient(top, #1C6897 5%, #4B2170 100%);
 background-image:-o-linear-gradient(top, #1C6897 5%, #4B2170 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(5%,#1C6897), color-stop(100%,#4B2170));
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
        margin: auto;
    width: 55%;
    position: relative;
    text-align: center;
   vertical-align: middle;
   padding:20px;
   width:250px;
   
   }
.form-field {
   border: 1px solid #4B2170;
   background: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #778795;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:80%;

   }
.form-fieldx {
   border: 1px solid #4B2170;
   background: #fff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #778795;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-right: 5px;
   margin-bottom:20px;
   width:80%;

   }
   
.form-container h2 {
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #fff;
   
   }
   .sizered {
   margin-bottom:10px;
   color: #ff0000;
   
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
   
 .main-button {
   background: #F15A29;
      color: #fff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 25px;
   text-decoration: none;
   vertical-align: middle;
   width: 75%;
   height: 80px;
   }
.main-button:hover {

   background: #E44D1A;
   color: #fff;
   }
.main-button:active {
   background: #D8410E;
   color: #fff;
   }
   
.submit-button {
   background: #F15A29;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #fff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {

   background: #E44D1A;
   color: #fff;
   }
.submit-button:active {
   background: #D8410E;
   color: #fff;
   }
   

   
  
   
   .cl-button {
   background: #F15A29;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   border-radius: 50px;
   color: #fff;
   font-family: helvetica, serif;
   padding: 4.5px 8px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.cl-button:hover {

   background: #E44D1A;
   color: #fff;
   }
.cl-button:active {
   background: #D8410E;
   color: #fff;
   }
   
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/Core Short term.png') center no-repeat #fff;
}
@media only screen and (max-width: 350px){
    .form-container {
        width: 80%; 
    }
    .main-button{
        padding: 0;
        font-size: 16px;
    }
    
}