@import url('https://fonts.googleapis.com/css?family=Lato');

body.login {
	background-image: none;
	background-color: #f8f8f8;
	font-family: 'Lato', sans-serif;
}

#login h1 a {
	background-image: url("https://todotortillas.es/wp-content/uploads/2019/04/logo.png");
	background-size: contain;
	width: 332.50px;
	height: 50px;
}

.login form {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 30px 20px;
	background-color: #fff;
	border-top: 2px solid #ffbc00;
}

#login {
	margin: 50px auto;
	padding: 0;
	width: 400px;
}

.login label {
	color: #333;
	font-size: 15px;
}

.login form .forgetmenot {
	float:none;
}

.login #login_error, .login .message, .login .success { 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.login .message { 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #fff;
}

.login-text {
	text-align: center;
	margin-bottom: 10px;
	display: block;
	font-size: 17px;
	padding-top: 20px;
	border-top: 2px solid #ededed;
}

.login.login-action-login #nav {
	font-size: 0;
	text-align: center;
    margin-top: 0;
    padding: 0 20px 20px 20px;
    background-color: #fff;
}

.login #nav {
	text-align: center;
    margin-top: 0;
    padding: 0 20px 20px 20px;
    background-color: #fff;
}

.login #backtoblog {
	text-align: right;
	padding: 0;
}

.login #backtoblog a {
	font-size: 14px;
	color: #333;
}

.login #nav a {
	font-size: 14px;
	color: #333;
}

.login #backtoblog a:focus, .login #backtoblog a:hover, .login #nav a:focus, .login #nav a:hover {
	font-size: 14px;
	color: #e08a00;
}

.login #nav a.login-button {
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	background-color: #333333;
	border-color: #333333;
	font-size: 15px;
}

.login #nav a.login-button:hover, .login #nav a.login-button:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
}

.login form .forgetmenot label {
	font-size: 15px;
}

.login .input-text, .login input[type=email], .login input[type=password], .login input[type=search], .login input[type=tel], .login input[type=text], .login input[type=url], .login textarea {
    padding: .6180469716em;
    background-color: #ffffff;
    color: #43454b;
    border: 2px solid #ededed;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 1.618;
	font-size: 100%;
}

.login .input-text:focus, .login input[type=email]:focus, .login input[type=password]:focus, .login input[type=search]:focus, .login input[type=tel]:focus, .login input[type=text]:focus, .login input[type=url]:focus, .login textarea:focus {
    background-color: #ededed;
}

body, button, input, textarea, .login form .input, .login input[type=text] {
    line-height: 1.618;
    font-weight: 400;
	font-size: 16px;
}

#login form p.submit {
	margin-top: 15px;
}

.login.wp-core-ui .button-primary {
	background: #ffbc00;
	border-color:#ffbc00;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	padding: 7px;
	height: auto;
	font-size: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 600;
}

.login.wp-core-ui .button-primary:hover, .login.wp-core-ui .button-primary:focus {
	background: #e6a300;
	border-color:#e6a300;

}