/* here you can put your own css to customize and override the theme */

/*GENERAL STYLES =================================*/
.seward-bg-maroon {
    background-color: #892034 !important;
}
.seward-lt-grey {
    color:#c9cbcc !important;
}
.wht-text {
    color: white !important;
}
.logo-default {
    margin-top: 0px !important;
}
.page-logo {
    width: 285px !important;
}
.sk-maroon.btn {
  color: white;
  background-color: #892034;
  border-color: "";
}
.sk-maroon.btn:hover, .sk-maroon.btn:focus, .sk-maroon.btn:active, .sk-maroon.btn.active {
  color: white;
  background-color: #771024;
}
input.error {
    border: solid 1px red!important;
}
.error {
    color: red !important;
}

/*LOGIN STYLES =================================*/
.spsgz-login-bg {
    background: none !important;

}