#login {
    width: 400px !important;
}
#login h1 a {
    background-image: url('../../assets/img/site-logo.png');
    height: 90px;
    width: 240px;
    background-size: 100%;
    background-repeat: no-repeat;
}
p {
    font-size: .875rem !important;
}
a:hover,
a:active {
    color: #E72728 !important;
}
.login-message {
    background-color: #E7EBF7;
    border: 1px solid #C3D0E8;
    border-radius: 0.375rem;
    margin-bottom: 1.75rem !important;
    padding: 1rem 1.5rem !important;
}
.login form {
    border: none !important;
    border-radius: 0.375rem !important;
    padding: 1.625rem !important;
}
.button-primary {
    background: #2D4762 !important;
    border-color: #2D4762 !important;
    border-radius: .188rem !important;
}
.button-primary:hover {
    background: #24384E !important;
    border-color: #24384E !important;
}