@import url(https://fonts.googleapis.com/css?family=Roboto:300);
.err{
	font-size:20px;
	color:red;
	margin-top:30px;
/*	text-align:center; */
}

.form {
 
  background: #FFFFFF;
/*max-width: 260px; */
  margin-top:  25px; 
  padding: 15px;
  text-align: right;
  border: 5px solid #418BCA;
  border-radius :14px;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: white;
  width: 100%;
  border:2px solid silver;
  border-radius :10px; 
  margin: 0 0 15px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #418BCA;
  width: 100%;
  border: 0;
  padding: 10px;
  border-radius :14px;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: red;
}
.register {
  margin: 15px 0 0;
  color: #418BCA;
  font-size: 14px;
  text-align:right;
}
/*.form .register a {
  color: #418BCA;
  text-decoration: none;
  
}
*/
.form .loginMSG{
	color: #418BCA;
	text-align:left;
	font-size:1.2em;
	font-weight:700;
}

td.tdlogin{
	width:40%;
	vertical-align:top;
	}
td.tdspace{
	width:5%;	
	}
td.tdinstructions{
	width:55%;
	font-size:1.0em;	
	vertical-align:top;
	}
body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

