body.login {
    background: radial-gradient(farthest-side at top, #2b1f99, #0c082f);
    background-size: cover;
    background-position: 100% 0%;
    z-index: 10;
    position: relative;
}

body.login::after {
    background: url(https://heinze-media.com/wp-content/uploads/2023/12/integrations-bg-1.svg) no-repeat;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
}

body {

    color:#ffffff !important;
        font-size: 16px !important;
}

.login h1 a {
	background-image: url('https://heinze-media.com/logo.svg');
	background-size: 100% 100%;
	width: 154px;
    height: 130px;
	}

.login form {
    margin-top: 42px;
    margin-left: 0;
    font-weight: 600;
    overflow: hidden;
    background: #FFFFFF00;
    border: 0px;
    box-shadow:none;
}
.loginform {
	background: #FFFFFF00 !important;
	border-top:5px solid #000000;
	margin-top: 42px;
    font-weight: 600;
    font-size: 16px !important;
	border-radius: 3px;
	border:0px;
    box-shadow:none !important;

.login #backtoblog a,
.login #nav a,
.login label {
    color:#ffffff !important;
    font-size: 16px !important;
}

.login #backtoblog a:hover,
.login #nav a:hover {color:#ffffff!important;}

.login form .input,
.login form input[type=checkbox],
.login input[type=text] {
	background: #FFFFFF00;
	border-radius: 3px;
}


.wp-core-ui .button-primary {
    background: #433f65 !important;
    background-color: #433f65 !important;
    border-color: #000000 !important;
    color: #FFFFFF !important;
}


.wp-core-ui .button, .wp-core-ui .button-secondary {
    background-color: #000000 !important;
    color: #ffffff;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
}
.login .button-primary {
	background: #000000;
    border:none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow:none;
    border-radius:3px;
}
.login .button-primary:hover {
	background: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

.login .message {
	background: #000000;
	color:#fff;
	border:none;
	border-radius: 3px;
}

.login * {
    margin: 0;
    padding: 10px;
    color: #ffffff !important;
}

button#fls_2fa_confirm {
    display: block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #000000 !important;
    background: #000000 !important;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 4px 12px;
    font-size: 13px;
    border-radius: 3px;
}
