body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}



.login-card {
  padding: 40px;
  width: 274px;
  background-color: #FFF;
  margin: 15% auto 10px;
  border-radius: 2px;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position:relative;
}


.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  cursor:pointer;
}

.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 #d9d9d9;
  border-top: 1px solid #c0c0c0;
  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 #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -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 {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;

}
.login-submit:disabled, .login-submit:disabled:hover  {
	background-color: #ddd;
}

.login-submit {

  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;

}

.login-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;

}

.forgot {
	position: absolute;
	bottom: 16px;
	right:40px;
	font-size: 12px;
	color: #4d90fe;
	cursor:pointer;
}
.privacy-policy {
	position:absolute;
	bottom:16px;
	left:40px;
	font-size:12px;
}
.privacy-policy a {
	text-decoration:none;
	color: #4d90fe;
}
#instruction {
	display:none;
	margin:12px 0 23px 0;
	text-align:center;
}

img {
  display: block;
  width: 150px;
}

p{
  color: red;
  text-align: center;
  font-size: 14px;
}










