/*
=== WP Login Theme ===
Contributors: Bhupender Singh
Tags: logo, background, widget, login, registration, theme, custom, log in, register, sidebar, gravatar, redirection, e-mail, design, wp-login, wp-admin
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 4.6
Tested up to: 4.9
Stable tag: 1.0.0
*/

body {
	background: url(../img/login-bg-two.jpg) no-repeat top center;
}
.login h1 a {
	background: url(../img/logo-one.png) no-repeat top center;
	/* make sure to replace this! */
	width: 300px!important;
	background-size: contain!important;
	height: 90px!important;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}
form {
	margin-left: 8px;
	padding: 26px 24px 46px;
	font-weight: normal;
	background: white;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	box-shadow: none;
}

#login {
    width: 407px;
}
.login form {
	background: none;
  box-shadow: none;
  border: none;
}
.login label {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0;
}
body form .input {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 200;
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
	outline: none;
	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #fbfbfb;
    font-size: 18px;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    background: #00a7b9;
    padding: 14px 0;
		border-radius: 3px;
}

.login #backtoblog a:hover, .login #nav a:hover{
	background: #006873;
	color: #fff;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 54px;
    line-height: 28px;
    padding: 0 25px 6px;
    font-size: 22px;
    float: none;
    margin: 20px auto 0;
    display: block;
    width: 100%;
    background: #00a7b9;
    box-shadow: none;
    border: none;
    text-shadow: none;
}

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

.login form .forgetmenot {
    float: none;
}

.login form .input, .login input[type=text] {
    font-size: 24px;
    width: 100%;
    padding: 12px 10px;
    margin: 2px 6px 16px 0;
    border-radius: 3px;
}
