html {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
 	background: #4C8CC9; 
	/* Old browsers */ 
	background: -webkit-linear-gradient(top, rgb(68, 180, 223) 0%, rgb(76, 140, 201) 100%); 
	background: -o-linear-gradient(top, rgb(68, 180, 223) 0%, rgb(76, 140, 201) 100%); 
	background: -ms-linear-gradient(top, rgb(68, 180, 223) 0%, rgb(76, 140, 201) 100%); 
	background: -moz-linear-gradient(top, rgb(68, 180, 223) 0%, rgb(76, 140, 201) 100%); 
	background: linear-gradient(to bottom, rgb(68, 180, 223) 0%, rgb(76, 140, 201) 100%); 
	font-family: arial; 
	margin: 0; 
	padding: 0; 
}

label {	
	font-size: 15px;
	font-family: arial;
	font-style: normal; 
}

.text {
	width: 299px;
	height: 31px;
	margin: 3px 0;
	border-radius: 4px;
	border: solid 1px #e9e0e0;
	font-size: 18px;
	color: #5F5F5F;
	text-indent: 5px;
}

.alert-warning {
    border-color: #EED3D7;
    color: #B94A48;
}

.alert-success {
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
border-radius: 4px;
color: #468847;
font-size: 14px;
left: 424px;
margin: 0 !important;
padding: 4px 78px 4px 20px;
position: absolute;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
top: -36px;
width: 200px;
display: none;
}
.error {
	display: none;
}

.forgot_password {
	color:#0000ff;
	font-size: 12px;
}
.pop_up_background{ 
  *display: none;
  position: fixed;
  width: 100%;
  background: #000;
  opacity: 0.7;
  height: 100%;
  top: 0px;
  left: 0px;
}

.pop_up {
  display: none;
}

#button_forgot{
	width:50%;
}
#pop_up_content{
   *display: none;
position: fixed;
width: 30%;
height: auto;
top: 20%;
left: 50%;
margin-left: -15%;
}
#email{
  width: 100%;
}
#table_forgott_password{
	width: 100%;
}
#error-message {
	background-color: #FFFFEA;
    border: 1px solid #FFFF8F;
    border-radius: 3px 3px 3px 3px;
    display: none;
    font-size: 14px;
    line-height: 9px;
    margin-left: 422px;
    margin-top: 5px;
    padding: 10px;
}

.button {
	background-color: #67ABFF;
	border-radius: 2px;
	height: 45px;
	width: 145px;
	border: 1px #7C90C4;
	font: bold 18px Arial,Helvetica,sans-serif;
	color: white;
	padding: 12px;
	border-style: solid;
}

.button:hover
{
	background-color: #AAABFF;
}


#all-container {
	width: 100%; height: 100%;
}

#middle-container {
	left: 50%;
	margin: -150px 0 0 -370px;
	padding: 0;
	position: fixed;
	top: 50%;
	width: 740px;
}

#logo {
	/*height: 55px;*/
    margin: 18px 32px;
    /*width: 255px;*/
    max-width: none !important;
}

#logo2 {
	display: none;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}

#login {
	border-radius: 8px;	
	background: #e9e9e9 url("../../img/signin/arrow-login-box.gif") no-repeat 0 center;	
	background-size: 387px auto;	
	line-height: 20px;	
	width: 740px;	
	height: 300px;	
	box-shadow: 0px 0px 30px rgba(63, 0, 0, 0.5);
	position:relative;
}

#login-fields {
	margin: 10px 0;
}

#login-content
{
	border-collapse: separate; 
	border-spacing: 2px; 
	border-color: blue; 
	width: 387px; 
	padding: 22px 5px;
}
.loading{
	display:none;
	float: right;
	position: relative;
	top: 8px;
	left: -20px;
}
.loading_forgot{
	display:none;
	float: right;
	position: relative;
	top: 8px;
	left: -20px;
}

#user-info-form {
	padding: 5px 1px;
}

#user-info
{
	position: relative;	
	display: block;	
	padding: 0px 13px;	
	height: 227px;	
	width: 306px;
	margin-left: 60px;
}

#username{
	margin-bottom: 5px;
}

#password{
	margin-bottom: 5px;
}

span.login-checkbox {
	display: inline-block;
}

span.login-checkbox > input[type='checkbox'] {
    opacity: 0;
/*    float: left;*/
    width: 15px;
}

span.login-checkbox > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
    font-size: 12px;
    line-height: 1.3em;
    
    background: url(../../img/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

span.login-checkbox > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}

.login-extra{
	margin-top: 10px;
	color: #fff;
	font-size: 10px;
}

@media  (max-width: 459px){
	#pop_up_content{
		position: fixed;
		width: 80%;
		height: auto;
		top: 20%;
		left: 50%;
		margin-left: -40%;
	}
	#logo {
		display: none;
	}
	#logo2 {
		display: block;
		width: 236px;
		padding-top: 25px;
	}
	#login {
		width: 310px;
		height: 320px;
		margin: 0 auto;
		background-size: 305px auto;
	}
	#name-container {
		font-size: 10px; 
		margin: 10px;
	}
	#middle-container {
		margin: -155px 0 0 -155px;
		padding: 0;
		width: auto !important;
	}
	#user-info {
		padding: 0px 10px;
		display: inline-block;
		width: 260px;
		height: 205px;
		margin-left: 0px;
	}
	#login-content {
		padding: 0px 5px;
	}
	#user-info-form {
		padding: 0;
	}
	#error-message {
		margin-left: 15px; 
	}
	.button {
		font-size: 16px;
		padding: 0;
		width: 245px;
		height: 45px;
	}
	.text {
		height: 38px;
		width: 200px;
		font-size: 22px;
	}
	label {
		display: none;
	}
	#username {
		margin-bottom: 5px;
		padding-left: 45px;
		background: url("../../img/user.png") no-repeat left center;
		background-size: 40px 40px;
	}
	#username:focus {
		color: #202020;
	}
	#password {
		margin-bottom: 15px;
		padding-left: 45px;
		background: url("../../img/password.png") no-repeat left center;
		background-size: 40px 40px;
	}
	#password:focus {
		color: #202020;
	}
	span.login-checkbox {
		margin: 0;
		padding: 0 50px;
	}

	.login-extra{
		margin: 5px;
	}
	.alert-success {
	margin-left: 25px;
	width: 150px;
	padding: 0px 0px 0px 14px;
	}
}

@media (min-width: 460px) and (max-width: 599px) {
	#pop_up_content {
		position: fixed;
		width: 72%;
		height: auto;
		top: 20%;
		left: 50%;
		margin-left: -35.5%;
	}

	#logo {
		display: none;
	}
	#logo2 {
		display: block;
		width: 350px;
		padding-top: 6px;
		}
	#login {
		width: 430px;
		height: 285px;
		margin: 0 auto;
		background-size: 415px auto
	}
	#name-container {
		font-size: 10px;
		margin: 10px;
		}
	#middle-container {
		margin: -150px 0 0 -212px;
		padding: 0;
		width: auto !important;
	}
	#error-message {
		margin-left: 15px; 
	}
	#user-info {
		padding: 0px 10px;
		display: inline-block;
		width: 360px;
		height: 205px;
		margin: 0px;
	}
	#login-content {
		padding: 0px 5px;
	}
	#user-info-form {
		padding: 0;
	}
	.button {
		font-size: 16px;
		padding: 0;
		width: 300px;
		 height: 45px;
		}
	.text {
		height: 38px;
		width: 300px;
		font-size: 22px;
	}
	label {
		display: none;
	}
	#username {
		margin-bottom: 5px;
		padding-left: 45px;
		background: url("../../img/user.png") no-repeat left center;
		background-size: 40px 40px;
	}
	#username:focus {
		color: #202020;
	}
	#password {
		margin-bottom: 10px;
		padding-left: 45px;
		background: url("../../img/password.png") no-repeat left center;
		background-size: 40px 40px;
	}
	#password:focus {
		color: #202020;
	}
	span.login-checkbox {
		margin: -8px;
		padding: 0 105px;
	}
	.login-extra {
		margin: 5px;
	}

	.alert-success {
	margin-left: 25px;
	width: 150px;
	padding: 0px 0px 0px 14px;
	}
}

@media (min-width: 600px) and (max-width: 759px) {

	#logo {
		display: none;
	}
	#logo2 {
		display: block;
		width: 350px;
	}
	#login {
		width: 430px;
		height: 330px;
		margin: 0 auto;
		background-size: 415px auto
	}
	#name-container {
		font-size: 10px;
		margin: 10px;
		}
	#middle-container {
		margin: -195px 0 0 -212px;
		padding: 0;
		width: auto !important;
	}
	#user-info {
		padding: 8px 10px;
		display: inline-block;
		width: 360px;
		height: 205px;
		margin-left: 0px;
	}
	#error-message {
		margin-left: 15px; 
	}
	#login-content {
		padding: 0px 5px;
	}
	#user-info-form {
		padding: 0;
	}
	.button {
		font-size: 16px;
		padding: 0;
		width: 300px;
		height: 45px;
		}
	.text {
		height: 38px;
		width: 300px;
		font-size: 22px;
	}
	label {
		display: none;
	}
	#username {
		margin-bottom: 5px;
		padding-left: 45px;
		background: url("../../img/user.png") no-repeat left center;
		background-size: 40px 40px;
	}
	#username:focus {
		color: #202020;
	}
	#password {
		margin-bottom: 15px;
		padding-left: 45px;
		background: url("../../img/password.png") no-repeat left center;

		background-size: 40px 40px;
	}
	#password:focus {
		color: #202020;
	}
	span.login-checkbox {
		margin: -8px;
		padding: 0 105px;
	}
	.login-extra {
		margin: 5px 90px;
	}
	#loading {
		text-align: center;
	}
	#pop_up_content {
		position: fixed;
		width: 56%;
		height: auto;
		top: 20%;
		left: 50%;
		margin-left: -27.5%;
	}
	.alert-success {
	margin-left: 25px;
	width: 150px;
	padding: 0px 0px 0px 14px;
	}
}

@media (min-width: 760px) and (max-width: 1024px) {

	#middle-container {
		margin: -180px 0 0 -370px;
		padding: 0;
		width: 740px;
	}
	.loading {
		float: right;
		position: relative;
		top: 10px;
	}
	.loading_forgot{
		float: right;
		position: relative;
		top: 8px;
		left: -20px;
	}
	#pop_up_content{
		position: fixed;
		width: 50%;
		height: auto;
		top: 20%;
		left: 50%;
		margin-left: -25%;
	}
	.alert-success {
	margin-left: 422px;
	}
}

@media (min-width: 1024px) {
	#pop_up_content{
		position: fixed;
		/* width: 40%; */
		height: auto;
		top: 20%;
		left: 50%;
		/* margin-left: -20%; */
	}
	.loading{
	float: right;
	position: relative;
	top: 10px;
	}
	.loading_forgot{
	float: right;
	position: relative;
	top: 8px;
	left: -20px;
	}
	.alert-success {
		margin-left: 422px;
	}

}
#login .error_message {
  margin-right: 16px;
  position: absolute;
  right: 0;
  top: -36px;
  width: 250px;
  display:none;
}

.error_message, 
.success_message, 
.info_message, 
.warning_message {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 2px 4px;
	font: bold 13px Arial, sans-serif;
	padding: 7px 12px 5px 36px;
	-moz-border-radius: 6px 6px 6px 6px;
	}

.error_message {
	border: solid 1px #FBD3C6;
	background: url("../../img/icon/error_icon_16.png") no-repeat scroll 11px 7px #FDE4E1;
	color: #B10009;
}

.success_message {
	border: solid 1px #ADDE5C;
	background: url("../../img/icon/success_icon_16.png") no-repeat scroll 11px 7px #DFF2BF;
	color: #008000;
}

.info_message {
	border: solid 1px #46B6EC;
	background: url("../../img/icon/info_icon_16.png") no-repeat scroll 11px 7px #BDE5F8;
	color: #00529B;
}

.warning_message {
	border: solid 1px #FDDD5B;
	background: url("../../img/icon/warning_icon_16.png") no-repeat scroll 11px 7px #FEEFB3;
	color: #9F6000;
}