body {
	 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

.login-card {
	padding: 20px;
	width: 400px;
	height: 600px;
	/*background-color:#710000;*/
	
	margin: 0 auto 0px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border-radius: 20px;
	
	
    background: -webkit-linear-gradient(-90deg,#700,red,#700);
    background: -o-linear-gradient(-90deg,#700,red,#700);
    background: -moz-linear-gradient(-90deg,#700,red,#700);
    background: linear-gradient(-90deg,#700,red,#700);

}



.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}


.login-card input[type=submit] {
	margin-left:120px;
  width: 30%;
  text-align:center;
  display: block;
  border-color:#FFF;
  background-color:#FFF;
  margin-bottom: 10px;
  position: relative;
  border-radius:15px;
  
}

.login-card input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background:#FFF;
  border: 1px solid ;
  border-top: 1px solid ;
  border-radius:20px;
  
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-card input[type=text]:hover, input[type=password]:hover {
  border: 1px solid ;
  border-top: 1px solid ;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}


.login-card a {
  text-decoration: none;
   font-family:"Phetsarath OT";
		color:#FFF;
		font-size:14px;
		text-align:center;
}

.login-card a:hover {
  font-family:"Phetsarath OT";
		color:#CCC;
		font-size:14px;
