@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background: transparent;
}

body {
	background-image: url("../images/login-page-bg.jpeg");
	min-width: 0;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;

}

a {
	color: #0073aa;
	-webkit-transition-property: border, background, color;
	transition-property: border, background, color;
	-webkit-transition-duration: .05s;
	transition-duration: .05s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

a {
	outline: 0;
}

a:hover,
a:active {
	color: #00a0d2;
}

a:focus {
	color: #124964;
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}

.ie8 a:focus {
	outline: #5b9dd9 solid 1px;
}

p {
	line-height: 1.5;
}

.login .message {
	border-left: 4px solid #d78e1a;
    border-right: 1px solid rgba(239,157,27,0.4);
    border-top: 1px solid rgba(239,157,27,0.4);
    border-bottom: 1px solid rgba(239,157,27,0.4);
	padding: 1px 12px;
	background-color: rgba(255,255,255,0.2);
	color:white;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.login #login_error {
	border-left: 4px solid #dd3d36;
	background: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

#loginform p.submit,
.login-action-lostpassword p.submit {
	border: none;
	margin: -10px 0 20px; /* May want to revisit this */
}

.login * {
	margin: 0;
	padding: 0;
}

.login form {
	margin-top: 00px;
	margin-left: 0;
	padding: 15px 24px 14px;
	font-weight: normal;
	overflow: hidden;
	background: transparent;
}

.login form .forgetmenot {
	font-weight: normal;
	float: none !important;
	margin-bottom: 12px !important;
}
.login .button-primary{
	float: none !important;
	background-color: #c9321a;
	text-transform: uppercase;
}


#login form p {
	/*margin-top: 15px;*/
}

#login form p.submit {
	margin: 0;
	padding: 0;
}

.login label, #loginform .forgetmenot label {
	color: #696872;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 2.3em;
}

.login form .forgetmenot label {
	font-size: 12px;
	line-height: 19px;
}

.login h1 {
	text-align: center;
	display: none;
}
.wp-core-ui .button-primary{

	background-color: #c9321a;
    border-color: #d78e1a;
    color: #fff;
    text-decoration: none;
		border-radius: 0 0 0 0;
		width: 100%;
		height: 59px;
		font-weight: 700;
		font-size:16px;

}
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover{

	 background: #CA654A;
    border-color: #CA654A;
    color: #fff;
    text-decoration: none;


}
#login {
	width: 75%;
	padding: 7% 0 7% 0;
	margin: 0 auto;
}

#login_error,
.login .message {
	margin-left: 8em;
    margin-top: 30px;
	padding: 12px;
	width:77%;
}

.login #nav,
.login #backtoblog {
	font-size: 14px;
	padding: 0 24px 0;
}

.login #nav {
	margin: 10px 0 0 0;
	font-size: 16px;
}

#backtoblog {
	display: none;
}

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

.login #nav a:hover,
.login #backtoblog a:hover,
.login h1 a:hover {
	color: #000000;
}

.login #nav a:focus,
.login #backtoblog a:focus,
.login h1 a:focus {
	color: #124964;
}

.login form .input,
.login input[type="text"] {
	font-size: 16px;
	width: 100%;
	padding: 3px;
	margin: 0 6px 6px 0;
}

.login form .input,
.login input[type="text"],
.login form input[type="checkbox"] {
	background: #fbfbfb;
}

.ie7 .login form .input,
.ie8 .login form .input {
	font-family: sans-serif;
}

.login-action-rp input[type="text"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.login #pass-strength-result {
	font-weight: 600;
	margin: -1px 5px 16px 0;
	padding: 6px 5px;
	text-align: center;
	width: 100%;
}

.mobile #login {
	padding: 20px 0;
}

.mobile #login form,
.mobile #login .message,
.mobile #login_error {
	margin-left: 0;
}

.mobile #login #nav,
.mobile #login #backtoblog {
	margin-left: 8px;
}

body.interim-login {
	height: auto;
}

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

.interim-login.login h1 a {
	width: auto;
}

.interim-login #login_error,
.interim-login.login .message {
	margin:0px 0 16px;
}

.interim-login.login form {
	margin: 0;
}

@-ms-viewport {
	width: device-width;
}

@media screen and ( max-width: 782px ) {
	.interim-login input[type=checkbox] {
		height: 16px;
		width: 16px;
	}

	.interim-login input[type=checkbox]:checked:before {
		width: 16px;
		font: normal 21px/1 'dashicons';
		margin: -3px 0 0 -4px;
	}
}
.log-left{
	float: left;
	background-color: #000;
	padding: 8em 3em;
	height: auto;
	text-align: center;
	width: 30%;
}

.log-left h2{
	font-weight: 800;
	font-size: 30px;
	line-height: 1.3;
	margin: 20px 21px;
	width: 83%;
}
.log-right{
	height: auto;
	background-color: #fff;
	float: right;
	padding: 50px;
	width: 40%;
}
.subtextp{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.subtextsign{
	font-size: 16px;
	position: relative;
	bottom: 1.1em;
}

.seemorebtn{
	font-weight: 700;
	fill: #17162C;
	color: #17162C;
	background-color: #FFF;
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	text-decoration: none;
	position: relative;
	top: 30px;
}
.seemorebtn:hover{
	color: #17162C;
}
.logwrapper{
	width: 90%;
	display: flex;
	height: 523px;
	margin-bottom: 3em;
	margin-left: 8em;
}
.logwrapper .log-right h1{
	display: block;
	font-family: Open Sans;
	font-weight: 800;
	font-size: 34px;
	color:#000;
	margin-bottom: 30px;
}

.regwrapper{
	width: 90%;
	display: flex;
	height: 651px;
	margin-bottom: 3em;
	margin-left: 8em;
}
.regwrapper .log-right h1{
	display: block;
	font-family: Open Sans;
	font-weight: 800;
	font-size: 34px;
	color:#000;
	margin-bottom: 30px;
}

.log-right #loginform, .log-right #registerform {
	border: none;
	box-shadow: none;
}
#loginform input[type="text"],#loginform .password-input, #registerform input[type="text"],#registerform input[type="email"]{
	background-color: #e8e8e8;
	border-color: rgba(145,156,167,.27);
	border-width: 0 0 0 0;
	border-radius: 0 0 0 0;
	width:100%;
	max-width:100%;
	padding: 10px;
}
#loginform input[type="checkbox"]{
	background-color: #e8e8e8;
	border-color: rgba(145,156,167,.27);
	border-width: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.message.register{
	display: none;
}
 .login-action-register .logwrapper{
	display: none;
}
#reg_passmail{
		font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.login #login_error{
		width: 90%;
		margin: 1em !important;
	}
	body{
		background: none;
	}
	#login{
		width: 100%;
		padding-top: 0;
	}
	.logwrapper, .regwrapper{
		width: 100%;
		margin-left: 0;
		display: block;
	}
	.log-left{
		float: none;
		width: 100%;
		padding: 7em 0;
	}
	.log-right{
		float: none;
		width: 100%;
		padding: 50px 0;
	}
}
#loginform label{
	margin-bottom: 0 !important;
}
.login #login_error{
	margin-left: 8em;
}
/*Changed by Tejas on 14 Feb - Start */
.login-action-login #loginform .submit #wp-submit, .login-action-register #registerform .submit #wp-submit {
    box-shadow: none;
    border-radius: 5px;
}
/*Changed by Tejas on 14 Feb - End */
