.login-button {
background: #B9DFFF;
color: #fff;
height: 35px;
width: 120px;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow: none;
}

.login-button:hover {
background: #016ABC;
color: #fff;
height: 35px;
width: 120px;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow: none;
}

.login-message {
font-size: X-Large;
font-weight: bold;
}

