body{font-size: 120%;
font-family: 'Open Sans', sans-serif;
} 

@media screen and (min-width: 480px) {
body{font-size: 150%;font-family: 'Open Sans', sans-serif;} 
} 

.topgrad {
	height: 70px;
	opacity: 0.7;
	background: #bbbbbb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#bbbbbb, #fdfdfd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#bbbbbb, #fdfdfd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#bbbbbb, #fdfdfd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#bbbbbb, #fdfdfd); /* Standard syntax */
}

 .bottomgrad {
 	position: fixed;
 	width: 100%;
 	bottom: 0;
 	left: 0;
 	height: 70px;
	opacity: 0.7;
	background: #bbbbbb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fdfdfd, #bbbbbb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fdfdfd, #bbbbbb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fdfdfd, #bbbbbb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fdfdfd, #bbbbbb); /* Standard syntax */
 }
.login-container {
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.line-top {
	background: rgb(31, 112, 193);
	width: 100%;
	height: 10px;
	position: fixed;
	top: 70px;
	left: 0;
}

.line-bottom {
	background: rgb(31, 112, 193);
	width: 100%;
	height: 10px;
	position: fixed;
	bottom: 70px;
	left: 0;
 }

.pos-center{
	margin-top: 280px;
}

.login-wrapper {
	margin-top: 20px;
}

.login-heading{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.login-form {
	position: relative;	
	border: 1px solid #1f70c1;		
}

.login-form > .form-icon {
	width: 44px;
	height: 45px;
	background: rgb(31, 112, 193);
	position: absolute;
	top:0;
	left: 0;
}
.email {
	padding: 12px 12px 12px 57px;
	width: 100%;
	border: 0;
}

.password {
	padding: 12px 12px 12px 57px;
	width: 100%;
	border: 0;
}

.form-icon > .fa {
	position: absolute;
	color: #fff;
	top: 12px;
	left: 14px;
}

.form-icon > .glyphicon {
	position: absolute;
	color: #fff;
	top: 12px;
	left: 12px;
}

.glyphicon-user  {
	font-size: 1.5em;
}

.fa-lock {
	right: 18px;
	font-size: 1.7em;
}

::-webkit-input-placeholder {
	font-style: normal;
}
:-moz-placeholder {
	font-style: normal;				
}
::-moz-placeholder {
	font-style: normal;				
}
:-ms-input-placeholder {
	font-style: normal;				
}	

.links-login {
	width: 100%;
}

.checkbox {
	display: inline-block;
	margin: 0;
}

.checkbox input[type=checkbox] {
	margin-left: 0;
	cursor: pointer;
}

.checkbox label {
	cursor: default;
	color: #1f70c1;
}

.links-login > a {
	display: inline-block;
	color: #1f70c1;
	float: right;
}	

.btn-signin {
	background: transparent;
	border: 1px solid #1f70c1;
	color: #1f70c1;
	padding: 12px;
	width: 100%;
	margin-top: 12px;
	font-size: 16px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
 }		    	    

.btn-signin:hover{
	background: #1f70c1;
	color: #fff;
	border: 1px solid #fff;

}	

.btn-signin:active {
	background: #1f70c1;
	color: #1f70c1;
	border: 1px solid #fff;

}

.btn-signin:focus {
	background: #1f70c1;
	color: #fff;
	border: 1px solid #fff;

}		 	

button.submit-btn {
	margin-top: 10px;
	display: block;
}

.forgot-pswd{
	margin-top: 10px;
	display: block;
	text-decoration: underline;
	color: #1f70c1;
}

.spacer {
	height: 300px;
	margin: 0 auto;
	border-right: 2px solid #1f70c1;
	width: 0;
}

.logo-wrapper {
	text-align: center;
	margin-top: 100px;
}

.logo-image > img {
	width: 100%;
}

 .heat-logo-wrapper {
 	position: relative;
}

.heat-logo {
	/*position: fixed;*/
	float:right;
	bottom: 130px;
	left: 50%;
}

.heat-logo > img {	
	width: 90px;
	height: 48px;
	margin-right: 10px;
	float: left;
}

.loginerr {
    position: relative;  
    top: 10px;
    font-family: "Helvetica Neue";
    color: crimson; 
    font-size:.9e;
}

 .loader {
    position: relative; 
    top:10px;
    left:29%;
}
.fa-envelope {
    margin-left:-3px;
	font-size: 1.5em;
}
.recovery-pswd{
    margin-top: 10px;
    display: block;
    color: #1f70c1;
    text-align:center;
}
.language {
	margin-top: 10px;
}

.selected{
	font-weight: 700;
	text-decoration: underline;
}

.language a, .language span {
	color: #1f70c1;
	font-size: 16px;
}
.boxeffect{
       box-shadow: 5px 5px 3px #a94442;
}

@media only screen and (max-width: 1920px) {
    

    .pos-center {
    	margin-top: 280px;
    }

    
}

@media only screen and (max-width: 1600px) {
   

    .pos-center {
    	margin-top: 80px;
    }

    
}

@media only screen and (max-width: 1280px) {
    

    .pos-center {
    	margin-top: 180px;
    }

    
}


@media only screen and (max-width: 990px) {
    .spacer {
    	display: none;
    }

    .pos-center {
    	margin-top: 50px;
    }

    .logo-image > img {
		width: 80%;
	}

	.logo-wrapper {
		text-align: center;
		margin-top: 20px;
	}

    .heat-logo {
		bottom: 100px;
		left: 5%;
    }
}

 


