﻿/* BASIC */
html {
    background-color: #1ABB9C;
}
#loginButton {
    background-color: #1ABB9C;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #1ABB9C;
}

   
/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    background-color: #1ABB9C;
}
