/******************************************************************
Stylesheet: Login Stylesheet

This stylesheet is loaded on the login page. This way you can style 
the login page. It won't affect any other page, admin or front-end.

******************************************************************/
/* the form box */
body.login {
	background: url("/app/uploads/2018/02/FORSIDE_Hero_CASC.jpg") no-repeat top
		center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: "Open Sans", sans-serif;
}
body.login h1 a {
	background: url("/app/themes/tender-theme/assets/logo.png") no-repeat top
		center;
	/* make sure to replace this! */
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

body.login label {
	color: #fff;
	font-size: 13px;
}

body #backtoblog {
	display: none;
}

body #login {
	width: 380px;
	padding: 30px 30px;
	background: rgba(20, 27, 50, 0.8);
	position: relative;
}

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

body.login #nav {
	position: absolute;
	bottom: -30px;
	width: 100%;
	margin: 0;
	left: auto;
	right: 0;
	padding: 0;
}
body.login #nav a {
	color: #fff;
	text-align: right;
	display: block;
	font-size: 11px;
}
body.login #nav a:hover {
	color: #ffbb03;
}

body.login input[type="radio"],
body.logininput[type="checkbox"] {
	height: 20px;
	width: 20px;
}

body.login form {
	margin-top: 50px;
	padding: 0;
	font-weight: normal;
	/* // background: white;
  // border: 1px solid #E5E5E5; */
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: 0;
	color: #fff;
	width: 100%;
}
body.login form .input {
	/* // font-weight: 200; */
	font-size: 18px;
	width: 100%;
	padding: 4px 8px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: none;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

body.login input[type="radio"],
body.login input[type="checkbox"] {
	height: 20px;
	width: 20px;
}

body.login input[type="checkbox"]:checked:before,
body.login .widefat th input[type="checkbox"]:before,
body.login .widefat thead td input[type="checkbox"]:before,
body.login .widefat tfoot td input[type="checkbox"]:before {
	font: normal 27px/1 dashicons;
	margin: -3px -5px;
	color: rgba(20, 27, 50, 1);
}

body.login #loginform input[type="submit"] {
	position: relative;
	/* //margin: 10px auto 0;
  // height: 33px;
  // width: 183px; */
	border: 0;
	background-color: #ffbb03;
	color: black;
	/* // padding: 5px 40px;
  // text-align: center;
  // cursor: pointer; */
	border-radius: 0;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body .login-title {
	text-align: center;
	line-height: 56px;
	font-size: 28px;
	color: #ffbb03;
	margin: 30px 0;
	text-transform: uppercase;
}

.interim-login #login {
	padding: 0;
	margin: 0 auto;
}
