* {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-font-smoothing: antialiased;
}

:focus {
	outline: 0!important;
}

#loginform input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

body.login #login a {text-decoration: none; color: #444!important;}

body.login #login a:hover {color: #111!important;}

body.login {
	background: url('../images/bg.jpg') center top repeat #98bdaa;
	font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

body.login div#login {
	padding: 60px 0 0;
}

body.login h1 a {
	background: url('http://secjunior.otsglobal.org/wp-content/themes/evergreen/images/logo.png') center center no-repeat transparent;
	background-size: 390px 189px;
	width: 390px;
	height: 189px;
	margin: 0 auto 30px;
	opacity: 0.7;
	padding: 0;
}

body.login h1 a:hover {opacity: 1;}

body.login form#loginform {
	background: #f1eee7;
	border: 4px double #dcdbd7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

form#loginform label br {display: none;}

form#loginform p:nth-child(3) {margin: 0 0 10px;}

form#loginform p:nth-child(3) br {display: none;}

form#loginform p:nth-child(3) a {text-decoration: underline;}

form#loginform input[type="text"], form#loginform input[type="password"] {
	font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #e6e4dd;
	opacity: 0.6;
	vertical-align: baseline;
	border: 0;
	border-bottom: 2px solid #d2d2d0;
	padding: 10px 10px 4px;
	color: #111!important;
}

form#loginform input[type="text"]:focus, form#loginform input[type="password"]:focus {
	border-bottom: 2px solid #d2d2d0;
	opacity: 1;
}

form#loginform p.forgetmenot label {
	position: relative;
	background-image: url('http://secjunior.otsglobal.org/wp-content/themes/evergreen/images/checkbox.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 0 24px;
	height: 18px;
	display: inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

form#loginform p.forgetmenot label input[type="checkbox"] {position: absolute; left: 0; opacity: 0; width: 20px; height: 20px; display: block; cursor: pointer;}

form#loginform p.submit input[type="submit"] {
	background: #fff;
	border: 0;
	border-bottom: 2px solid #d2d2d0;
	font-weight: 400;
	color: #444;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}

form#loginform p.submit input[type="submit"]:hover {
	color: #111;
}

p#nav {text-align: center; text-shadow: none!important;}

p#backtoblog {display: none;}

html[data-useragent*="AppleWebKit"] #loginform input {font-weight: 400;}