.error {color: #FF0000;}
h2 {font-family: sans-serif; color: #46759B;}
h3 {font-family: sans-serif; color: #46759B;}
body{text-align: center; font-family: sans-serif; line-height: 24px;}
a{
  text-decoration: none;
  color: #46759B;
}
a:hover{
  text-decoration: underline;
}
.button {
    background-color: #46759B; /* BCD Blue */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border: 2px solid #46759B;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 550;
    border-radius: 4px;
}
.button:hover {
    background-color: #FFFFFF;
    color: #46759B;
}
.topright {
	position: absolute;
	top: 1%;
	right: 1%;
}
.topleft {
	position: absolute;
	top: 1%;
	left: 1%;
}
input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
input[type=text] {
  width: 80px;
}
