body {
	background-color: #fafafa !important;
}

.login label {
	display: block;
	color: #fff;
}

.login form {
	border: 0px;
	box-shadow: none;
	padding: 0px;
	margin-top: 0px;
}

#login h1 {
	display: none;
}

#login {
	width: inherit;
	padding: 0px;
}

.input {
	display: block;
    width: 100% !important;
    height: calc(1.42em + 1.25rem + 2px);
    padding: .625rem 1rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
    color: #666666 !important;
    background-color: #ffffff !important;
    background-clip: padding-box !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 1px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;	
}



p.submit {
	text-align: center;
}
#wp-submit {
	display: inline-block;
    font-weight: 700;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .6rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;	
}

.login .button-primary {
	float: none;
    color: #ffffff !important;
    background-color: #0a7ed7 !important;
    border-color: #0a7ed7 !important;	
    border-radius: 0;
}