body {
	margin:0;
	padding:0;
  font-family:sans-serif;
 	font-size: 100%; /*base font size 14px; 100%=16px*/
 	height:auto;
 	background:#f7f7f7;
  font-weight: normal;
}
#page {
	width:40%;
	height:auto;
	margin:5% auto;
  align-content: center;
	-webkit-transition: opacity .5s, bottom .5s;
  -moz-transition: opacity .5s, bottom .5s;
  -ms-transition: opacity .5s, bottom .5s;
  -o-transition: opacity .5s, bottom .5s;
  transition: opacity .5s, bottom .5s;
}
/* greenline background image layout */
#page > a > img{
  margin: 1% auto;
  display: block;
}
/* login error layout */
#login-error-display{
  width: auto;
  height: auto;
  color: #333333;
  display: block;
	padding: 2%;
	margin: 0 auto;
  text-align: center;
	border: 1px solid #fccc0d;
	border-radius: 5px;
	visibility: hidden;
}
/* login table layout */
#login-table{
  width:70%;
	margin:0 15%;
  border-collapse: collapse;
}

#login-table td{
  padding-top: 2%;
  padding-bottom: 2%;
}
/* login inputs layout */
.login{
  padding: 1%;
  width: 98%;
  height: 28px;
  border: 1px solid #e0e0e0;
  font-weight:normal;
  font-size: 100%;
	color: #333333;
}
/* admin create account inputs layout */
.admin-create-account{
	margin: 2% 0;
	padding: 1%;
  width: 88%;
  height: 28px;
  border: 1px solid #e0e0e0;
  font-weight:normal;
  font-size: 100%;
}

/* create account error display layout */
.create-account-error-display{
	height: 15px;
	display: block;
	visibility: hidden;
	text-align: left;
	margin: 0 auto;
	width: 88%;
	color: red;
}

/* forgot password error display layout */
.forgot-password-error-display{
	height: 15px;
	display: block;
	visibility: hidden;
	text-align: left;
	margin: 0 auto;
	width: 88%;
	color: red;
}

/* login button layout  */
#x-login{
  text-align: center;
  background: #333333;
	width:100%;
	height: auto;
  padding: 0.5em 0;
	border-radius: 3px;
	cursor: pointer;
	font-style: bold;
	font-size: 1.2em;
  border: 0;
  color: #fccc0d;
}
/* login input error display layout */
.login-inputs-error-display{
	height: 15px;
	display: block;
	visibility: hidden;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	color: red;
}
/* forgot password button layout */
#forgot-password, #create-admin-account{
	font-size:100%;
  margin-top: 2%;
	margin-bottom: 1%;
  color: #333333;
  display: inline-block;
}
/* create admin account link layout */
#create-admin-account{
  color: #0174DF;
}
/* forgot pasword mouse hover */
#forgot-password:hover{
	color:#000000;
	cursor:pointer;
}
/* create admin account hover layout */
#create-admin-account:hover{
  color:#045FB4;
	cursor:pointer;
}
/* masking layout */
#mask{
  height:auto;
  width: 100%;
  opacity: 0.4;
  top:0px;
  padding-top:0px;
  margin:auto;
  position:fixed;
  background-color: #000000;
  z-index: 999;
}
/* forgot password popup box layout */
#forgot-password-popup-box{
	background:#FFFFFF;
	width:31%;
	height:auto;
	padding:1%;
	z-index:1000;
	position:fixed;
	visibility:hidden;
	top: 27%;
	left:34%;
	opacity: 0;
	-webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
  -moz-box-shadow: 0 0 5px 5px #333434;
  -webkit-box-shadow: 0 0 5px 5px#333434;
  box-shadow: 0 0 5px 5px #333434;
  text-align: center;
}
/* close button layout */
#x-close-circle{
  width: 10%;
  height: auto;
  padding: 1%;
  color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 150%;
  font-weight: 100;
  float: right;
}
/* forgot password header label layout*/
#forgot-password-header-label,#create-admin-account-header-label{
	width:85%;
  font-size: 125%;
  font-weight: 300;
  float: left;
}
#forgot-password-header-label span,#create-admin-account-header-label span{
  font-size: 100%;
  position: relative;
  top: 0.2em;
  left: 1.5em;
  text-align: center;
}
/*  forgot password email input layout*/
#forgot-password-email-id{
  padding:1%;
  width: 88%;
  height: 25px;
  margin-top: 5%;
  border: 1px solid #808080;
  background: #F7F7F3;
  font-weight:300;
  font-size:125%;
  border-radius:2px;
}
/* reset password button layout */
#reset-password-button{
  width: 90%;
  height: auto;
  background: #333333;
  border: 1px solid #0A617F;
  border-radius:2px;
  font-size: 125%;
  font-weight: 100;
  color: #fccc0d;
  padding:2% 0;
  margin:5% 0 0 0;
  text-align: center;
  cursor: pointer;
}
/* admin account create layout */
#create-admin-account-popup-box{
	background:#FFFFFF;
	width:31%;
	height:auto;
	padding:1%;
	z-index:1000;
	position:fixed;
	visibility:hidden;
	top: 27%;
	left:34%;
	opacity: 0;
	-webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
  -moz-box-shadow: 0 0 5px 5px #333434;
  -webkit-box-shadow: 0 0 5px 5px#333434;
  box-shadow: 0 0 5px 5px #333434;
  text-align: center;
}
/* create admin account button layout */
#create-account-button{
	width: 90%;
  height: auto;
  background: #333333;
  border-radius:2px;
  font-size: 125%;
  font-weight: 100;
  color: #fccc0d;
  padding:2% 0;
  margin:5% 0 0 0;
  text-align: center;
  cursor: pointer;
}
/* remember me layout */
#remember-me{
	margin-right: 8px;
}
#remember-me+label{
	font-size: 87.5%;
	color: #333333;
}
/* loader */
#loader {
  position: relative;
	top: -2.5em;
  right: 0;
  margin: 0 auto;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #fccc0d;
  width: 2em;
  height: 2em;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1000;
  display: block;
	visibility: hidden;
}

/* create admin loader */
#create-admin-loader {
  position: relative;
	top: -2.5em;
  right: 0;
  margin: 0 auto;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #fccc0d;
  width: 2em;
  height: 2em;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1000;
  display: block;
	visibility: hidden;
}

/* forgot password loader */
#forgot-password-loader {
  position: relative;
	top: -2.5em;
  right: 0;
  margin: 0 auto;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #fccc0d;
  width: 2em;
  height: 2em;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1000;
  display: block;
	visibility: hidden;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
