@font-face {
	font-family: "Sofia Pro Light";
	src: url("fonts/SofiaProLight.otf");
}
@font-face {
	font-family: "Sofia Pro Regular";
	src: url("fonts/SofiaProRegular.otf");
}
#login form p.submit:after {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
*:focus {
	outline: none;
}
.login * {
	margin: 0;
	padding: 0;
	font-weight: 100 !important;
}
.login a {
	outline: none !important;
	box-shadow: none !important;
}
body, html {
	font-size: 100%;
}
body.login h1 {
	display: none;
}
body.login {
	background: #fff;
	background: #ffffff;
	font-family: "Sofia Pro Regular";
	font-size: 0.9rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #b39c7b;
}
.login form input[type=checkbox] {
	box-shadow: none;
	border: 2px solid #e2e0e0;
}
#login {
	width: inherit;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	/* margin: 5% auto; */
	height: 55%;
	box-shadow: 1px 0px 40px -10px rgba(0, 0, 0, 0.34);
	padding: 5%;
	position: relative;
	border-radius: 7px;
	top: 10%;
	min-height: 350px;
	margin-bottom: 100px;
}
div#login:after {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 50%;
	background: #fff;
	z-index: 10;
	content: "";
}
.login #login_error, .login .message, .login .success {
	box-shadow: none;
	float: left;
	width: 40%;
	clear: both;
	color: #00a0d2;
	border: none;
	padding: 0;
}
.login form {
	box-shadow: none;
	padding: 0;
	float: left;
	width: 40%;
	clear: both;
	margin-bottom: 20px;
	position: relative !important;
	z-index: 11;
	margin-top: 10vh;
	border: none;
}
	
	.login .button-primary {
    box-shadow: none !important;
}

.login #login_error, .login .message, .login .success {
    position: absolute;
    z-index: 11;
}
.login #backtoblog, .login #nav {
	clear: both;
	z-index: 11;
	position: relative;
}
.design {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	padding: 5px;
	text-align: center;
}
.design a {
	color: #2f2f2f;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
}
.pb-style {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 50%;
	background: #2f2f2f;
	border-radius: 5px;
	background: #2f2f2f;
	background: -moz-linear-gradient(-45deg, #2f2f2f 0%, #3f3f3f 100%);
	background: -webkit-linear-gradient(-45deg, #2f2f2f 0%, #3f3f3f 100%);
	background: linear-gradient(135deg, #2f2f2f 0%, #3f3f3f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#3f3f3f', GradientType=1 );
/* padding-left: 200px; */
}
body.login .pb-style h1 span {
	display: block;
	text-transform: inherit;
	color: #b39c7b;
	font-family: "Sofia Pro Light";
	font-size: 1rem;
}
body.login .pb-style h1 {
	font-size: 2.4rem;
	display: block;
	text-align: left;
	padding: 20px;
	color: #fff;
	line-height: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
body.login .pb-style h1 i {
	display: block;
	font-style: inherit;
	letter-spacing: 0.05rem;
	font-size: 1.4rem;
	font-family: "Sofia Pro Light";
	color: #a5a5a5;
}
body.login .pb-style p a {
	text-decoration: none;
	color: #b39c7b;
	display: block;
	line-height: pa;
	padding: 5px 0px;
}
body.login .pb-style p {
	padding: 20px;
	color: #ffffff;
	font-family: "Sofia Pro Light";
}
.inner {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	display: table;
}
.pb-style .inner {
	padding-left: 150px;
}
.inner > div {
	vertical-align: middle;
	display: table-cell;
}
.black-dia {
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: calc(22% + 200px);
	z-index: 3;
	transform: skew(-10deg);
	-o-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
	height: 100%;
	bottom: 0;
	width: 200px;
	z-index: 10;
}
.white-dia {
	background-color: #f9f9f7;
	position: fixed;
	top: 0px;
	left: 57%;
	z-index: 3;
	height: 100%;
	bottom: 0;
	width: 50%;
	z-index: -1;
}
.white-dia:before {
	content: "";
	background-color: #f9f9f7;
	position: fixed;
	top: 0px;
	left: calc(57% - 100px);
	z-index: 3;
	transform: skew(-10deg);
	-o-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
	height: 100%;
	bottom: 0;
	width: 400px;
	z-index: 0;
}
#login form p.submit {
	border-radius: 2px;
	overflow: hidden;
}
.login .button-primary {
	padding: 5px 20px !important;
	/* border-radius: 4px; */
	line-height: inherit !important;
}
.login #backtoblog, .login #nav {
	margin: 10px 0;
	padding: 0;
}
#login form p.submit, .login .button-primary {
	background: none;
	border: none;
	text-shadow: none;
	color: #fff;
	border-radius: 0;
	position: relative;
	float: inherit;
	display: block;
	z-index: 1;
	padding: 5px 0;
	border: none !important;
	box-shadow: none;
	outline: none !important;
	border-color: inherit !important;
	border-radius: 3px;
}
#login form p.submit {
	background-color: #2f2f2f;
	background-image: linear-gradient(45deg, #2f2f2f 0%, #5d5d5d 55%, #2f2f2f 90%);
	background-position: 100% 0;
	background-size: 200% 200%;
	color: white;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.5s ease;
}
#login form p:hover {
	background-position: 0 0;
}
.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: none;
}

.login form .input, .login input[type=text] {
	border: none;
	background: none;
	box-shadow: none;
	border-bottom: 2px solid #eaeaea;
	font-size: 1.2rem;
}
input#user_login:after {
	content: "hello";
	bottom: 18px;
	height: 2px;
	/* width: 2px; */
	background: #2f2f2f;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	display: table;
	/* position: relative; */
	visibility: visible;
}
.login form .forgetmenot {
	font-weight: 400;
	float: left;
	margin-bottom: 0;
	width: 100%;
	padding-bottom: 20px;
}

body.login.login-action-lostpassword #login_error, body.login.login-action-lostpassword .message, body.login.login-action-lostpassword .success {
    /* width: fit-content; */
    position: relative;
    width: auto;
}

body.login.login-action-lostpassword div#login {
    max-width: 600px;
    padding-top: 10%;
    padding-bottom: 0;
    margin: 0 auto;
}
body.login.login-action-lostpassword form {
    width: inherit;
    margin-top: 0;
    min-width: 90%;
}

@media screen and (max-width: 1200px) {
#login {
	margin: 0 5% 100px;
}
.black-dia {
	/* width: 150px; */
	left: calc(27% + 108px);
}
.pb-style .inner {
	padding-left: 150px;
	width: calc(100% - 150px);
}
}

@media screen and (max-width: 900px) {
#login {
	margin: 0 5% 100px;
	padding: 50px 0 400px;
	min-height: inherit;
	height: auto;
}
	.login #login_error, .login .message, .login .success {
    padding: 0 20px;
}
.pb-style .inner {
	padding-left: 0;
	width: 100%;
}
div#login:after {
	display: none;
}
.inner {
	/* max-width: 600px; */
	margin: 0 auto;
	overflow: hidden;
	background: #2f2f2f;
	display: table;
	width: 101%;
}
.inner > div {
	vertical-align: middle;
	display: table-cell;
	max-width: 600px;
	margin: 0 auto;
	display: block;
	padding-top: 50px;
}
.pb-style {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40%;
	background: #2f2f2f;
	border-radius: 5px;
	width: 100%;
	float: right;
	height: 340px;
	top: auto;
	overflow: hidden;
	background: none;
	padding-top: 80px;
}
	body.login.login-action-lostpassword div#login {
    padding-bottom: 10%;
}
	
	.login #login_error, .login .message, .login .success {
    position: absolute;
    z-index: 11;
    position: relative;
    width: inherit;
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
    float: inherit;
}
	
.login form, #login form p, .login #backtoblog, .login #nav {
	width: inherit;
	float: inherit;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}
.login form {
	margin-bottom: 0;
	margin-top: 20px;
}
#login form p.submit, .login .button-primary {
	display: table;
	width: auto;
}
#login form p.submit {
	margin: 20px 10px;
}
.black-dia {
	display: none;
}
.login #backtoblog, .login #nav {
	margin: 4px auto;
	padding: 0 20px;
}
.login .button-primary {
	margin-bottom: 0 !important;
}
.pb-style:after {
	content: "";
	position: absolute;
	background-color: #ffffff;
	position: absolute;
	top: -172px;
	left: calc(22% + 200px);
	z-index: 3;
	transform: skew(-10deg);
	-o-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-webkit-transform: skew(-86deg);
	height: 100%;
	bottom: 0;
	width: 1000px;
	z-index: 10;
}
	.interim-login .pb-style:after {
    opacity: 0;
}
	.interim-login #login .white-dia {
    display: none;
}
	
	.interim-login .design {
    position: relative;
    bottom: 0;
}
	.interim-login #login .pb-style {
    display: none;
}
}
@media screen and (max-width: 600px) {
body.login.login-action-lostpassword div#login {
    margin: 0 5%;
	}}
