@charset "utf-8";

/* DENTALQORE CUSTOM LOGIN PAGE FOR WORDPRESS */

@font-face {
	font-family: 'gotham-book';
	src: url('assets/gotham-book.ttf');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100% !important;
}

body.login:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

* {
	-webkit-font-smoothing: antialiased;
}

body.login {
	/*background: url('assets/login-bg.jpg') center center no-repeat;*/
	background-size: cover;
	padding-top: 0;
	background: #fff;
	overflow:hidden;
}

body.login #login h1 a {
	background: url('../images/dq-blue.png') center center no-repeat !important;
	width: 388px !important;
	height: 115px !important;
}

.login h1 a {
    margin: 0 auto 5px;
}

body.login #login {
	width: 425px;
	padding: 20px 0 5px;
	margin: auto;
	background: none;
	border-radius: 15px;
	position: relative;
	z-index: 20;
	top: 50%;
	transform: translateY(-60%);
}

body.login form {
	background: none;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
    border: none;
    box-shadow: none;
    padding: 0 0 0 50px;
}

.login #nav {
    padding: 0 0 0 50px;
}

body.login label {
	color: #717F96;
	font-family: 'gotham-book';
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}

body.login form input[type="text"], body.login form input[type="password"] {
	width: 100%;
	max-width: 330px;
	min-width: 330px;
	color: #717F96;
	font-size: 16px !important;
	padding: 8px 10px;
	font-family: 'gotham-book';
	font-weight: normal;
	line-height: 24px;
	background: #FFFFFF;
	border: 1px solid #A0ADC0;
	box-sizing: border-box;
	border-radius: 4px;
}
body.login .forgetmenot label {
	color: #717F96;
	font-size: 14px;
}
body.login form .forgetmenot input[type=checkbox] {
	background: none;
	height: 20px;
	width: 20px;
}

body.login form .forgetmenot input[type=checkbox]:checked:before {
	content: "\f147";
	margin: -1px 0 0 -2px !important;
	color: #ffffff !important;
}

p#backtoblog {
	display: none;
}
body.login input#wp-submit {
	text-shadow: none;
	font-family: 'gotham-book';
	border: none;
	padding: 12px 30px;
	height: auto;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 148%;
	align-items: center;
	text-align: center;
	letter-spacing: 0;
	color: #FFFFFF;
	align-self: center;
	margin: 0px 0px;
	display: block;
	background: #6B98F2;
	box-shadow: 0px 2px 6px rgba(34, 54, 84, 0.06), 0px 4px 8px rgba(34, 54, 84, 0.08);
	border-radius: 4px;
	width: 100%;
	max-width: 330px;
	float: none;
}

body.login input#wp-submit:hover {
	background: #636466;
	color: #fff;
}

body.login div#login_error {
	background: none;
	color: #dc3232;
}

body.login #nav a,
body.login #backtoblog a {
	color: #717F96;
	font-size: 14px;
	font-family: 'gotham-book';
	font-weight: normal;
	line-height: 20px;
}

body.login #nav a:hover,
body.login #backtoblog a:hover {
	color: #599af3;
}

body.login form input[type="password"] {
	margin-bottom: 10px;
}

#login form p.submit {
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

.login #nav {
	margin: 10px 0 0 0;
}

body.login input#wp-submit:hover {
	background: #2c3359;
}

