/*========================================
	Style login page
======================================*/

html {
	background-color: #2B2B2B;
	height: auto;
	padding: 0 35px;
}

body {
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	background-color: #2B2B2B;
	padding: 0;
	font-size: 15px;
	height: auto;
}

a:focus {
	outline: none;
}

#login {
	position: relative;
	margin: 120px auto 30px;
	padding: 30px 15px 15px;
	background-color: #3E3E3E;
	width: 100%;
	max-width: 530px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 15px;
}

#login::before {
	background-color: #006699;
	border-radius: 5px 5px 0 0;
	color: #dfdfdf;
	font-family: "Times New Roman",Times,serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	padding: 3px 10px 1px;
	display: block;
	content: "Use the form below to sign in";
}

.login h1 {
	left: -28px;
	position: absolute;
	top: -60px;
}

.login h1 a {
	background-image: url("../images/logo-login.png");
	background-position: left top;
	background-size: 276px auto;
	height: 84px;
	width: 276px;
	margin: 0;
}

.login form {
	background-color: #dfdfdf;
	box-shadow: none;
	margin-top: 0;
	padding: 15px;
	font-size: 0.9em;
}

.login form input:not(#wp-submit),
.login form select,
.login form textarea {
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06) inset;
	color: #8c8c8c;
	font-size: 12px;
	font-weight: 400;
	padding: 6px 5px 6px 8px;
	line-height: normal;
	font-family: inherit;
}

.login form#loginform input[type=radio] {
	border-radius: 50px;
}

.login form input:focus,
.login form textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.login form .forgetmenot {
	padding-left: 5px;
	clear: left;
}

.login label {
	color: #72777c;
	font-size: 14px;
}

.login #login_error {
	background-color: #dfdfdf;
	border-left: medium none;
	box-shadow: none;
	padding: 20px 15px 2px;
	margin-bottom: 0;
}

.login .message {
	color: #9a9a9a;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0 36px 0 0;
	position: absolute;
	right: 0;
	top: 6px;
	background-color: transparent;
	border-left: medium none;
	box-shadow: none;
}

.login-action-lostpassword .message {
	background-color: #dfdfdf;
	border-left: medium none;
	box-shadow: none;
	padding: 20px 15px 2px;
	position: relative;
	font-weight: normal;
	font-style: normal;
	top: auto;
	right: auto;
	color: #000;
}

.login #backtoblog,
.login #nav {
	background-color: #dfdfdf;
	margin: 0;
	padding: 24px 5px 0 15px;
}

.login #backtoblog {
	padding: 3px 5px 20px 20px;
	border-radius: 0 0 5px 5px;
}

.login #backtoblog a,
.login #nav a {
	color: #555d66;
	text-decoration: none;
}

.login #backtoblog a:hover,
.login #nav a:hover {
	color: #00a0d2;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
	background-color: #0078b4;
	border: medium none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 20px;
	width: auto;
	text-shadow: none;
	height: auto;
	line-height: 1.4;
}

.wp-core-ui .button-group.button-large .button:hover,
.wp-core-ui .button.button-large:hover {
	background-color: #00a0d2;
	color: #fff;
	border: medium none;
}

/* Captcha Bank (login plugin)
------------------------------------------------------*/

#captcha_code_img {
	display: block;
	float: left;
	margin-bottom: 25px;
}

#captcha_code_img ~ img {
	display: block;
	margin-left: 4px;
	float: left;
}

@media only screen and (max-width: 520px) {
	
	.login .message {
		background-color: #dfdfdf;
		border-left: medium none;
		box-shadow: none;
		padding: 20px 15px 2px;
		position: relative;
		font-weight: normal;
		font-style: normal;
		top: auto;
		right: auto;
		color: #000;
	}
}
