input[type=email], [type=password] {
    outline: 0; 
    border: 0;
    border-bottom: 2px solid #989698;
    padding: 6px 12px;
    margin: 8px 0;
    box-sizing: border-box;
/*    background-color: #66ccff; */
    background-color: #ffffff;
    width: 300px;
    font-family: Verdana, Arial;
    font-size: 10pt;
}

input[type=email]:focus, [type=password]:focus {
    border-bottom: 2px solid black;
    background-color: #ecf9f2;
}

a, td {
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.linkButton { 
    background: none;
    border: none;
    color: #0066ff;
    text-decoration: underline;
    cursor: pointer; 
    font-family: Verdana, Arial;
    font-size: 10pt;
}

.login-background-image {
  background-image: url("images/login_background.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
