/* WP Magic Link Login - v1.5.6 */
#wpmll-login-wrapper{
	width: 320px;
	margin: 0 auto 30px;
	padding: 15px 0 0;
}
#wpmll-login-wrapper.wpmll-form-shortcode{
	width: 350px;
	margin: 0 auto 30px;
	padding: 15px 0 0;
}
#wpmll-login-wrapper .wpmll-login-message{
	border-left: 4px solid #00a0d2;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
#wpmll-login-wrapper .wpmll-login-message.error-message{
	border-left: 4px solid #dc3232;
}

#wpmll-login{
	width: 100%;
	margin: 0 auto;
	padding: 26px 24px 36px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
	box-sizing: border-box;
}
#wpmll-login .wpmll-login-heading{
	background: #ffffff;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
#wpmll-login .wpmll-login-heading h3{
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
#wpmll-login form{
	margin-top: 0px;
	margin-left: 0;
	padding: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border: 0;
}
#wpmll-login .pxl-row{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
#wpmll-login .pxl-row:last-child{
	margin-bottom: 0px;
}
#wpmll-login input[type="email"]{
	/* border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #32373c;
	outline: 0;
	transition: 50ms border-color ease-in-out;
	font-size: 24px;
	width: 100%;
	padding: 3px;
	margin: 2px 6px 0px 0;
	background: #fbfbfb; */
	font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    min-height: 40px;
    max-height: none;
	background: #fff;
	box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
	color: #2c3338;
}
#wpmll-login input[type="submit"]{
	min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
	vertical-align: baseline;
	background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
	/* height: 30px;
	line-height: 28px;
	padding: 0 12px 2px; */
}

.woocommerce #wpmll-login-wrapper{
	width: 100%;
}
.woocommerce #wpmll-login form{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.woocommerce #wpmll-login .pxl-row{
	width: 49%;
	margin-right: 1%;
}
.cf-turnstile {
	width: 100%;
	max-width: 100%;
	position: relative;
}