/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 09 2023 | 01:47:52 */
/* .mp_login_form {
	max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
} */

.header-color-light-header .header-spacer {
	background-color: #3f1d6d;
}

.mp_wrapper.mp_login_form,
.mp_wrapper .mepr_error {
	padding: 0 35px !important;
	max-width: 90rem;
	margin-left: auto;
	margin-right: auto;
}

.mp_wrapper.mp_login_form {
    margin-top: 10vh;
	margin-bottom: 10vh;
}  

.mp_wrapper .mepr_error {
	margin-top: 10vh;
	background-color: transparent !important;
	border: 0 !important;
}

.mp_wrapper .mepr_error ul {
	padding: 10px !important;
	background-color: #feb9bb;
    border: 1px solid #d40022;
}

.mp_wrapper.mp_login_form .button.mp-hide-pw {
	height: auto;
}

/* Custom Login Page */
.login-page__form form {
	padding: 10vh 20px;
	width: 100%;
}

.login-page__form form label {
	display: block;
}

.login-page__form form p,
.login-page__form form p:not(.login-remember) input {
	width: 100%;
}

.login-page__form form p.login-remember {
	margin-top: 17px;
}

.login-page__form form p.login-submit input {
	width: auto;
    padding: 0 59px;
}