:root {
    --first: #304173;
    --second:#f1c338;
  }
body {
    background-color: var(--first) !important;
}
.login-card {
    padding:30px !important;
}
.login-button {
    width: 100% !important;
    height: 100% !important;
    background-color: var(--first);
    color: white !important;
}
.login-button:hover {
    background-color: var(--first);
    color: white !important;
}