@import "responsive-font-size";

body{
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	line-height: 1;
	background-color:#321;
	background-image: url("../images/img/img3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;


}

.login-submit, .login-submit:before, .login-submit:after {
  background: #373737 url("../images/newbg.png") 0 0 no-repeat;
  background-repeat: no-repeat;

}
/* $inputHeight: 40px;  */
/* %bg { background: #373737 url('../images/img3.png') 0 0 no-repeat; } */

#entire_login_page {
	position:absolute;
	width:99%;
	/* border:1px solid #000; */
	height:98%;
}

#entire_login_page h2{
	z-index:-1;
	color:#FFF;
	position:absolute;
	top:13%; left:25.5%;
	/* width:30%; */
	text-shadow: -1px -1px 1px #373737, 5px 1px 3px #000;
    font: 36px 'Museo700';
	/* border:1px solid; */
	
}
#wrapper{
	position:relative;
	top:12.5%;
	background-color:#373737;
	margin:6.5% auto ;
	width:50%;
	height:46%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-box-shadow: 0px 0px 15px 5px #fff;
	-moz-box-shadow: 0px 0px 15px 5px #fff;
	box-shadow: 0px 0px 15px 5px #fff; 
	
	
}

#loginForm{
	position:relative;
	width:70%;
	height:60%;
	margin-left:15%;
	text-align: center;
	/* border-right:4px groove rgba(0, 0, 0, 0.1); */
	/* border-left:2px groove rgba(0, 0, 0, 0.1); */
	
	
}
#loginForm form{
	position:relative;
	top:18%;
	/* border:1px solid black; */
}
#loginForm .forgot-password {
	position:relative;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
a{text-decoration:none; }

.login {
  position: relative;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}


input, button{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=password] {
  padding: 0 10px;
  width: 70%;
  height: 40px;
  color: #bbb;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px #13cff4;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px #13cff4;
}
input[type=text]:focus, input[type=password]:focus {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
}



.login-submit {
  position: absolute;
  top: 15px;
  right: 9%;
  width: 12%;
  height: 27%;
  padding: 8px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.login-submit:before, .login-submit:after {
  content: '';
  z-index: 1;
  position: absolute;
}
.login-submit:before {
  top: 28px;
  left: -4px;
  width: 4px;
  height: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
  top: -4px;
  bottom: -4px;
  right: -4px;
  width: 36px;
}

.login-button {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0 0 48px;
  /* Fix wrong positioning in Firefox 9 & older (bug 450418) */
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  /* Must use another pseudo element for the gradient background because Webkit */
  /* clips the background incorrectly inside elements with a border-radius.     */
}
.login-button:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #00a2d3;
  border-radius: 24px;
  background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
  background-image: -moz-linear-gradient(top, #00a2d3, #0d7796);
  background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
  background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
  -webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login-button:active:before {
  background: #0591ba;
  background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
  background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}
.login-button:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 12px;
  width: 35px;
  height: 19px;
  background: url("../images/arrow.png") 0 0 no-repeat;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 40px;
  background: #282828;
}
.lt-ie9 .login-submit {
  position: absolute;
  top: 12px;
  right: -28px;
  padding: 4px;
}
.lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
  display: none;
}
.lt-ie9 .login-button {
  line-height: 48px;
}
 
#msg{
	position:absolute;
	height:30px; width:100%;
	top:42%; 
}
.success{
	color:green;
}
.failed{
	color:red;
}

