/* CSS for the login page */
@font-face {
	font-family: 'Calibri';
	src: url('../fonts/calibri.eot');
	src: local('☺'), url('../fonts/calibri.woff') format('woff'), url('../fonts/calibri.ttf') format('truetype'), url('../fonts/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/calibrib.eot');
	src: local('☺'), url('../fonts/calibrib.woff') format('woff'), url('../fonts/calibrib.ttf') format('truetype'), url('../fonts/calibrib.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/calibrii.eot');
	src: local('☺'), url('../fonts/calibrii.woff') format('woff'), url('../fonts/calibrii.ttf') format('truetype'), url('../fonts/calibrii.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Calibri-Light';
	src: url('../fonts/calibril.eot');
	src: local('☺'), url('../fonts/calibril.woff') format('woff'), url('../fonts/calibril.ttf') format('truetype'), url('../fonts/calibril.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*awd*/

@font-face {
	font-family: 'Calibri-Light';
	src: url('../fonts/calibrili.eot');
	src: local('☺'), url('../fonts/calibrili.woff') format('woff'), url('../fonts/calibrili.ttf') format('truetype'), url('../fonts/calibrili.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Calibri-Light';
	src: url('../fonts/calibriz.eot');
	src: local('☺'), url('../fonts/calibriz.woff') format('woff'), url('../fonts/calibriz.ttf') format('truetype'), url('../fonts/calibriz.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}

* {
	font-family: 'Calibri';
}

html {
	background: white;
}
body.login {
	background: white;
}

html, body {
	height: auto;
}

#login {
	background-color: white;
	width: 300px;
	padding: 0 20px 0 20px;
	margin-top: 100px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#login h1 a {
	width: 240px;
	height: 240px;
	background: url('../images/logo_v.svg') no-repeat 0 0;
	background-size: 90%;
	background-position: center center;
	margin: 0 auto 0 auto;
	padding-bottom: 10px;
}

.main {
	margin: 0 -20px 0 ;
	padding: 20px 30px 20px 30px;
	background: #14b956;
}

.main label {
	font-size: 14px;
	color: #3d3d3d;
}

.main p:first-child,
.main p:nth-child(2) {
	position: relative;
	bottom: 20px;
}

.main #nav a,
.main #backtoblog a {
	color: #3d3d3d;
}

#backtoblog {
	display: none;
}

.forgetmenot label{
	font-size: 14px !important;
	line-height: 22px !important;
}

.submit {
	height: 30px;
	padding-top: 20px !important;
	text-align: center !important;
}

.submit #wp-submit {
	padding-left: 60px;
	padding-right: 60px;
	background-color: #3d3d3d;
	border: none;
}

.main input[type="text"],
.main input[type="password"] {
	padding: 4px 4px 4px 4px !important;
	font-size: 18px !important;
}

.main input[type="checkbox"] {
	background: #3d3d3d !important;
	border: 1px solid transparent;
}

.main input[type="submit"] {
	line-height: 32px !important;
}

.main input[type="checkbox"]::before {
	color: #14b956;
}

.main a:hover {
	color: white !important;
	transition: color .4s;
}

.submit {
	/*margin-top: 40px !important;*/
}

.submit .button-primary {
	margin: 0 auto !important;
	float: none;
}

#login #nav {
	display: inline-block;
	margin: 0 0 0 46px;
	font-size: 14px;
	height: 15px;
	
}

.login #backtoblog, .login #nav {
	padding: 0;
}

.login form {
	background: none;
	box-shadow: none;
	border: 0;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

.login .message {
	border-left: 4px solid #14b956;
	border-right: 4px solid #14b956;
}

 #login_error {
	border-left: 4px solid #14b956 !important;
	border-right: 4px solid #14b956 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}

@media screen and (max-width: 783px) {
	
	#login {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 0 !important;
	}

	#login #nav {
		margin-left: 56px;
	}

	#login h1 {
		padding-bottom: 20px;
	}

	.main {
		margin: 0;
	}

	#nav {
		margin-left: 4px !important;
	}

	.submit {
		padding-bottom: 20px !important;
	}
}
