.user__forms {
	padding: 1em;			
	background-color: #efeff0;
	border-radius: 3px;
	max-width: 500px;
	margin:0px auto;				
	}
	.user__forms.user__forms--includ-reset {
		max-width: none;
	}


.user__forms > div {
	width: 100%;
	display: block;
	vertical-align: top;
	}
	.user__forms.user__forms--includ-reset > div:nth-child(2) {
		border-top: 1px solid #ddd;
		padding-top: 20px;
		margin-top: 20px
	}
	
/* HEADING */
.user__forms h4 {
	margin: 0px 0px 0.5em 0px;
}	


/* FIELD GROUP */
.user__forms .acf-fields > .acf-field {
    padding: 0px;
    border: none;
    display: flex;
    position: relative;
    margin-bottom: 5px;    
	}
	.user__forms .acf-fields > .acf-field.login-remember {
	    margin-bottom: 10px;
	}


/* LABEL */
.user__forms .acf-field .acf-label {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0px;
    vertical-align: top;
    flex-basis: 30%;
}	
.user__forms label,
.user__forms .acf-field .acf-label label {
	font-size: 15px;
	display: inline-block;
	width: auto;
    font-weight: normal;
    padding: 0px;
    margin: 0px;	
}

/* INPUT */
.user__forms .acf-field .acf-input{
	flex-grow: 1;
}
.user__forms input:not([type="submit"]):not([name="rememberme"]) {
    width: auto;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 1em;
    color: black;
    margin: 0px 0px 5px 0px !important;
    padding: 3px 3px 3px 7px;
    flex-grow: 1;
    border-radius: 2px;
    height: auto;
}

/* SPECIAL INPUTS */
.user__forms input[name="rememberme"] {
	margin: 0px 2px 10px 0px;
	display: inline-block;
	position: relative;
	height: 12px;
	width: 12px;
}
.user__forms input[name="rememberme"]
.user__forms input[type="submit"] {
	font-size: 15px;
	font-size: 0.75em;
	position: relative;
	display: block;
	min-width: 60px;
	text-align: center;
	padding: 8px 6px 6px;
	border: 1px solid #0067B1;
	border-radius: 2px;
	margin-right: 4px;
	color: #0067B1;
	line-height: 1em;
	cursor: pointer;
}
.user__forms .acf-fields > .acf-field input[type="submit"] {
    font-size: 15px;
    line-height: 15px;
    padding: 7px 12px 5px 12px;
}

.user__forms .acf-fields > .acf-field.login-resetlink a {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
    display: block;
}
.user__forms.user__forms--includ-reset .login-resetlink {
	display:none;
}

form.user__forms--reset .acf-field.username > div:last-child {
    flex-basis: 40%;
}
form.user__forms--reset .acf-field.username > div:first-child {
    flex-basis: 60%;
}


@media only screen and (min-width: 48rem) {
	.user__forms > div {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	.user__forms.user__forms--includ-reset > div {
		width: 48%;
		display: inline-block;
	}
	.user__forms.user__forms--includ-reset > div:nth-child(2) {
		border-top: 0px solid #ddd;
		padding-top: 0px;
		margin-top: 0px;		
		border-left: 1px solid #ddd;
		padding-left: 3%;
	}			
}
@media only screen and (min-width: 64rem) {}
@media only screen and (min-width: 80rem) {}	