body {
  background-color: #fff;
  background: url("/cas/themes/ecn/images/ecn-logo-621f4de13c0ea299ae5d591c4451172e.png");
  background-repeat: no-repeat;
}

.mdc-top-app-bar {
  visibility: hidden;
}

@media (min-width: 992px) {
        body {
                background-color: #fab500;
                background-image: url("/cas/themes/ecn/images/ecn-background-fa917373b7b7c26b35a48d7fef0499e7.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        #main-content {
                width: 40% !important;
                max-width: 650px !important;
        }

        #main-content {
                margin-right: auto !important;
                margin-left: 20% !important;
                padding-top: 5% !important;
        }
}

@media (max-width: 991px) {

        body {
                background-position: center 15px;
        }

        #main-content {
                margin-top: 60px !important;
                margin-right: 0 !important;
                margin-left: 0 !important;
                background-color: #fab500;
        }

}

@media screen and (max-width: 767.99px) {
        .login-section {
                padding: 2rem 2.5rem !important;
        }
}

.mdc-button--unelevated:not(:disabled),
.mdc-button--raised:not(:disabled, .reveal-password) {
        background-color: #102648 !important;
}

.mdc-button--raised:not(:disabled, .reveal-password) {
        border-radius: 3px !important;
        filter: none !important;
}
