@CHARSET "UTF-8";
body {
	background: url(../images/login-page-images/body_background.jpg) no-repeat;
	margin: 0;
	padding: 0;
	overflow-y: visible;
	overflow-x: hidden;
	background-size: cover;
	width: 100%;
	min-height: 1080px;
}
/* Loading Screen Overlay */
.screen-overlay {
    background: #fff;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity: 0.8;
	z-index: 1;
}
.screen-overlay i{
	font-size: 100px;
	position: absolute;
	top: 35%;
	left: 50%;
	color: #3097d1;
}
/* Loading Screen Overlay */

/* Login Header */
@font-face {
	font-family: headerFont;
	src: url('custom-fonts/login-header-font.ttf');
}
#header-info-helper{ 
	display: none;
}
.responsive-menu-wrapper{
	display: none;
}
.header-info-section{
	margin-top: 20px;
	width: 298px;
	margin-right: 6px; /* 44px optional for simitric */
}

.header-icon {
	padding: 20px;
	float: left;
	margin-top: -10px;
	cursor: pointer;
}

#header-email {
	background: url(../images/login-page-images/header-info-icons/email-icon.png) no-repeat center center;
	background-size: cover;
}

#header-telephone {
	background: url(../images/login-page-images/header-info-icons/telephone-icon.png) no-repeat center center;
	background-size: cover;
}

.header-info-section a{
	margin-left: 15px;
	font-family: headerFont;
	color: #3097d1;
	font-size: 18px;
	text-decoration: none;
	float: left;
}
.collumn-inner{
	float: right;
}

.inner{
	margin-bottom: 10px;
	margin-right: 0 !important;
	margin-left: 0 !important;
}


/* Login Header */

/* Logout Page Styles*/
.logout-container {
	margin: 50px auto 0 auto;
	box-shadow: 0px 4px 4px -3px rgba(3,3,3,0.3);
}
.reset-pwd-message-container {
	margin: 50px auto 0 auto;
	box-shadow: 0px 4px 4px -3px rgba(3,3,3,0.3);
	background: #fff;
	float: none;
	padding: 1px 20px 20px 20px;
	text-align: center;
}
/* Logout Page Styles*/

/* Login form styles */
#logo-wrapper{
	width: 218px;
	float: left;
	margin: 10px;
}
#main-logo {
	max-width: 100%;
}
.password-error {
	height: 90px;
	margin-top: -15px !important;
	margin-bottom: 20px;
}
.user-login-input{
	width: 100%;
}
.login-form-wrapper{
	margin-top: 40px;
}
.login-username-label{
    float: left;
    font-weight: 500;
}
.login-password-label{
    float: left;
    font-weight: 500;
}
.login-form{
	background: #fff;
	padding: 25px;
	box-shadow: 0px 4px 4px -3px rgba(3,3,3,0.3);
	/* border-bottom: 1px solid #3097D1; */
}
.header-icons-collumn{
	float: right;
}
.create-user-wrapper{
	padding-right: 15px;
	margin-top: -5px;
}
/* Optional */
/* #login-email{
    border-radius: 0;
} */
/* Optional */

/*Login Recaptcha */
.login-by-password-recaptcha{
	float: right; 
	margin: 5px 0 15px 0;
	width: 54.5%;
}
/*Login Recaptcha */

/* Login form styles */
#login-logo {
	margin-top: 150px;
	width: 400px; /* 300px default value */
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #f6f6f1;
	height: 54px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0;
	text-align: center;
}
@media (max-height: 700px)
{ 
	#login-logo {
		margin-top: 0;
	} 
	h1 {
		margin-top: 0;
	}
}
#login-logo img {
	border: 0;
}
#login {
	width: 400px; /* 300px default value */
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #fff;
	/* border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 0; */
	text-align: center;
}
.login-form-grp{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#login #user:focus, #login #pwd:focus {
	border-radius: 2px;
	border: 2px solid #328ccd;
	transition: 0.3s ease-in-out;
}
#login table {
	width: 100%;
}
#register-page-terms-of-use{
	display: block;
	margin: 0 auto;
	width: 80%;
	text-align: left;
}
#register_container {
	margin-bottom: 20%;
}
#user-registration-form{
	background: #fff;
	padding: 25px;
	box-shadow: 0px 4px 4px -3px rgba(3,3,3,0.3);
}

/* #pwd, #user,#old_pwd, #new_pwd, #retype_new_pwd {
	width: 10em;
} */
.center {
	text-align: center;
}

h1 {
	color: #1C94C4;
	font-size: 18pt;
}
.v-spacer {
	padding-top: 1em;
}
#login-by-username-form:hover{
	box-shadow: 4px 4px 15px -3px rgba(3,3,3,0.3);
	transition: 0.3s ease-in-out;
}

/* Login Page Custom CSS Code for STEMO */
.forgot-pwd-form{
	background: #fff;
    padding: 10px 25px 5px 25px;
	box-shadow: 0px 4px 4px -3px rgba(3,3,3,0.3);
}
.forgot-pwd-paragraph{
	color: #fff;
}
#login-page-not-registered-p, #login-page-register-link{
	display: inline-block !important;
}
#login-page-register-link {
	color: #1C94C4;
	margin-left: 10px;
	text-decoration: underline;
	font-weight: bold;
}
#login-one-btn, #forgot-pwd-btn{
	float: right;
	margin-bottom: 20px;
	padding: 5px 20px;
	background: #3097d1;
	color: #fff;
}
.login-one-btn{
	/* margin-right: 14px; */
}
#forgot-pwd-btn-cancel {
	float: right;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 5px 20px;
	background: #cccccc;
	color: #000;
}
.reset-pwd-message-col{
	float: none !important;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.reset-pwd-form-wrapper{
	margin-top: 20px;
}
.reset-pwd-message-wrapper{
	margin-top: 60px;
	color: #fff;
}
.reset-pwd-message-wrapper h1 {
	color: #fff;

}
.pwd-form-group{
	margin-bottom: 15px !important;
}
.no-margin-btn{
	margin-bottom: 0 !important;
}
#login-page-heading{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#login-page-forgot-password{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;

}
#login-page-forgot-password:hover{
	text-decoration: none;
}
.forgot-pwd-wrapper{
	text-align: right;
	padding: 15px 0;
	margin: 0;
}

#Header {
	height: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 4px 4px -3px rgba(3,3,3,0.3);
	background-size: contain;
}

/* Register Page Styles */

.login-by-password-recaptcha{
	margin: 25px 25px auto auto;
}
.message-wrapper-padding{
	float: none !important;
	margin: 0 auto;
	padding: 25px 15px !important
}
.email-message-container, .activation-message-wrapper{
	float: none !important;
	margin: 0 auto;
	padding: 10px !important;
}
/* .email-error-alert{
	padding: 10px;
} */
.register_container{
	padding: 50px 0;
}
.register-page-heading, .register-page-heading-paragraph{
	text-align: center;
	margin: 30px auto 20px auto;
	display: block;
	color: #fff;
}
.form-control:focus{
	border-color: #3097d1 !important;
}
.form-centered{
    margin: 0 auto;
	float: none;

}
.form-group{
    margin: 20px 0;
}

.has-required-icon{
	background: url(../images/login-page-images/input-icon.png) no-repeat;
	background-position: right 4px center;
	background-size: 5px; 
}
.has-required-icon:focus{
	background: none;
}
.input-ok {
	background: url(../images/login-page-images/input-icon-ok.png) no-repeat;
	background-position: right 4px center;
	background-size: 10px; 
}
.help-block-is-adult, .help-block-terms-of-use, .help-block-privacy-policy{
	float: right !important;
	margin-top: 0 !important;
}
.reg-form-checkbox, .reg-form-checkbox-label{
	float: left !important;
	margin-right: 8px !important;
}

.form-control{
    padding: 20px 5px; 
}
.organizaiton-input-label{
	font-weight: normal;
	font-size: 12px;	
	font-style: italic;
	margin-top: 8px;
    margin-bottom: 0px;
}
.reg-form-checkbox-label{
    font-weight: normal;
}
.reg-form-labeled-link{
    color: #1C94C4;
    text-decoration: none;
}
.reg-form-labeled-link:hover{
    color: #1C94C4;
    transition: 0.3s ease-in-out;
}
.reg-form-checkbox{
    border: 2px solid red;
}
.form-btns-bottom{
	margin-top: 15px;
	margin-left: 10px;
	float: right;
}
/* Register Page Styles */



/* Media Queries for Login Page */
@media screen and (max-width: 1199px){
	.login-by-password-recaptcha {
		margin: 25px -5px auto auto;
	}
	
}

/*Body BG Background Shifting 1140px */

@media screen and (max-width: 1140px){
	body {
		background: url(../images/login-page-images/body-bg-responsive-images/body-bg-1140x800.jpg) no-repeat;
		background-size: cover;
		background-position-x: 37%;
	}
	.login-by-password-recaptcha {
		margin: 25px -5px auto auto;
	}
	
}
/*Body BG Background Shifting */

@media screen and (max-width: 992px){
	body {
		background: url(../images/login-page-images/body-bg-responsive-images/body-bg-992x800.jpg) no-repeat;
		background-size: cover;
		background-position-x: 31%;
		background-position-y: 78px;
	}
	.reg-form-checkbox-label{
		font-size: 13px;
	}
	.help-block-privacy-policy, .help-block-terms-of-use, .help-block-is-adult{
		font-size: 13px;
	}	
}
@media screen and (max-width: 991px){
		.login-by-password-recaptcha {
		margin: 25px 5px auto auto;
	}
}
@media screen and (max-width: 768px){
	body {
		background: url(../images/login-page-images/body-bg-responsive-images/body-bg-768x800.jpg) no-repeat;
		background-size: cover;
		background-position-x: 38%;
		background-position-y: 78px;
	}
	.reg-form-checkbox-label{
		font-size: 11px;
	}
	.help-block-privacy-policy, .help-block-terms-of-use, .help-block-is-adult{
		font-size: 11px;
	}
	
}

@media screen and (max-width: 767px){
	.login-by-password-recaptcha > div {
		float: right !important;
		margin-right: 8px !important;
	}	
	.login-username-label{
		display: none;
	}
	.login-password-label{
		display: none;
	}
}

@media screen and (max-width: 552px){
	.reg-form-checkbox-label{
		font-size: 11px;
	}
	.help-block-privacy-policy, .help-block-terms-of-use, .help-block-is-adult{
		font-size: 11px;
		float: left !important;
	}
	.login-by-password-recaptcha  {
		transform: scale(0.8);
		margin-right: -8px;
	}
	
}
/* Label hidding */
@media screen and (max-width: 540px){		
	body {
		background: url(../images/login-page-images/body-bg-responsive-images/body-bg-540x800.jpg) no-repeat;
		background-size: cover;
		background-position-x: 41%;
		background-position-y: 87px;
	}
			
}

@media screen and (max-width: 541px){	
	.login-username-label{
		display: none;
	}
	.login-password-label{
		display: none;
	}			
}
@media screen and (max-width: 583px){	
	.create-user-wrapper{
		font-size: 11px;
	}			
}
@media screen and (max-width: 468px) {
	body {
		background: url(../images/login-page-images/body-bg-responsive-images/body-bg-468x800.jpg) no-repeat;
		background-size: cover;
		background-position-x: 35%;
		background-position-y: 68px;
	}
	.login-by-password-recaptcha  {
		transform: scale(0.8);
		margin-right: -10px !important;
	}
}
@media screen and (max-width: 466px) {
	#header-info-helper{ 
		margin: 40px auto 0 auto;
	}
	#header-info-helper .inner {
		margin-bottom: 23px;
	}
	#email-anchor, #telephone-anchor{
		color: #fff;
	}
	#logo-wrapper {
		margin: 0 auto;
		display: block;
		float: none;
	}
	#header-info-section {
		display: none;
	}
	.responsive-menu-wrapper{
		display: block;
		float: right;
		position: absolute;
		right: 22px;
		top: 28px;
		font-size: 35px;
	}
	#responsive-menu-icon{
		cursor: pointer;
	}
}
@media screen and (max-width: 416px) {
	.create-user-wrapper{
		position: relative;
		top: -23px;
		left: -13px;
		font-size: 11px;
	}
	#login-page-register-link{
		margin-left: 0;
	
}
@media screen and (max-width: 375px){
	body {
		background: url(../images/login-page-images/body-bg-responsive-images/body-bg-375x800.jpg) no-repeat;
		background-size: cover;
		background-position-x: 35%;
		background-position-y: 68px;
	}
	.login-by-password-recaptchaa {
		float: left;
		margin-left: 10px;
	}
	.screen-overlay i{
		left: 42%;
	}

	.login-username-label{
		display: none;
	}	
	.login-password-label{
		display: none;
	}

	.login-by-password-recaptcha {
		transform: scale(0.8);
		margin-right: -7px !important;
	}		
}	
@media screen and (max-width: 336px) {
	.login-by-password-recaptcha {
		margin-right: -14px !important;
	}
}

@media screen and (max-width: 320px) {
	.login-by-password-recaptcha {
		margin-right: -11px !important;
		transform: scale(0.7);
	}	
}


/* Label hidding */



/* Media Queries for Login Page */

/* Login Page Custom CSS Code for STEMO */

