body {
	background: url('../img/Background_AMC.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
}

/* Add logo above login card */
#kc-header-wrapper::before {
    content: '';
    display: block;
    background: url('../img/cropped-AMC_Banking.png') no-repeat center;
    background-size: contain;
    width: 200px;
    height: 80px;
    margin: 0 auto 20px;
}

/* Make the header text smaller */
#kc-header-wrapper {
    font-size: 18px !important;
}