/* Change background color and font family */
body, html {
	background: #fff;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url("../../images/logo.png");
  width: 150px;
  height: 35px;
  background-size: 150px auto;
  margin-bottom: 30px;
}

/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

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

.login form .input {
    color: #434343;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    padding: 10px 15px 10px 15px;
}

.login form .forgetmenot {
    float: none;
}

.login form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
    margin-top: 15px;
    float: none;
		display: inline-block;
}

#login form p {
    font-weight: normal;
}

#login form p.submit {
    margin-top: 15px;
}

.login #backtoblog a, .login #nav a {
  color: #4da28f;
}

.login #nav,
.login #backtoblog, .login #nav {
	padding: 0;
}

.login #backtoblog a, .login #nav a {
	color: #303133;
}

.login #backtoblog a:hover, .login #nav a:hover {
	color: #009eff;
}

.wp-core-ui .button-primary {
  background: #4da28f;
}

.login #login_error, .login .message {
	border-left: 4px solid #009eff;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
	display: inline-block;
	font-size: 12px;
	padding: 13px 31px 13px 31px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1px;
    cursor: pointer;
    color: #fff;
    height: 100%;
    background-color: #009eff;
    border: none;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    white-space: wrap;
    letter-spacing: 0.1em;
    -webkit-text-stroke: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.wp-core-ui .button-group.button-large .button:hover,
.wp-core-ui .button.button-large:hover {
    background: #303133;
    color: #fff;
}

.login form .input:focus {
    border-color: #009eff;
    box-shadow: none;
}

input, textarea, select, .seldiv, .select2-choice, .select2-container .select2-choice {
    display: block;
    font-size: 14px;
    line-height: initial;
    margin: 9px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    background: #fff;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid transparent;
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    font-size: 1em;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
    position: relative;
    text-align: center;
    line-height: normal;
    border-color: #eaeaea;
}

input[type=radio], input[type=checkbox] {
	width: 16px;
	height: 16px;
}

.widefat tfoot td input[type=checkbox]:before,
.widefat th input[type=checkbox]:before,
.widefat thead td input[type=checkbox]:before,
input[type=checkbox]:checked:before {
	font: 400 20px/1 dashicons;
    margin: -2px -4px;
}

.login form#lostpasswordform input#wp-submit {
	float: left;
}

#wp-auth-check-wrap #wp-auth-check {
    background-color: #FBFAFA;
}

.login .button-primary {
    float: none;
}

.login-action-register #nav {
    display: none;
    margin-top: 0;
}

#login form {
	border: none;
}

#nav .wp-login-register{
	display: none;
}
