html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #fff;
	overflow: hidden;
}

body.login > div {
	font-size: 1.8rem;
}

body.login {
	color: #263238;
	font-family: 'museo-sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.login .login-container {
	background-color: #fff;
	display: table;
	float: right;
	height: calc(100vh);
	width: 65%;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

body.login #login {
	border-radius: 0;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-align: center;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;

	z-index: 10;
}

body.login a {
	border-bottom: 1px solid rgba(0,102,204,0.35);
	color: #0066cc;
	font-weight: 500;
	text-decoration: none;
}

body.login a:focus,
body.login a:hover {
	color: #222;
}

body.login div#login h1 {
	display: inline-block;
	margin-top: -70px;
}

body.login div#login h1 a {
	background: none;
	border: none;
	color: #263238;
	display: inline-block;
	font-size: 28px;
	height: auto;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: auto;
}

body.login form {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.login #loginform,
body.login #lostpasswordform,
body.login #resetpassform {
	margin: 0 auto 20px;
	max-width: 350px;
	overflow: auto;
	padding: 20px;
}

body.login form input {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

body.login form .input,
body.login input[type="text"] {
	background-color: #fff;
	border: 1px solid #CFD8DC;
	border-radius: 2px;
	color: #263238;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 25px 30px 20px;
	width: 100%;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-moz-placeholder {
	color: #90A4AE;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #90A4AE;
	opacity: 1;
}

body.login input[type="password"]:focus,
body.login input[type="text"]:focus {
	border: 1px solid #0066CC;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.login #login form p.forgetmenot {
	display: block;
	margin: 0 auto 15px;
}

body.login form .forgetmenot label {
	color: #546E7A;
	font-size: 14px;
	font-size: 1.4rem;
}

body.login a.button,
body.login #wp-submit {
	background-color: #0066cc;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	height: 62px;
	padding: 15px 30px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	width: auto;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

body.login #wp-submit {
	width: 100%;
}

body.login #wp-submit:focus,
body.login #wp-submit:hover {
	background-color: #1C8EFC;
	border: none;
	color: #fff;

	-webkit-box-shadow: 0px 1px 15px 0px rgba(84,110,122,0.4);
	-moz-box-shadow: 0px 1px 15px 0px rgba(84,110,122,0.4);
	box-shadow: 0px 1px 15px 0px rgba(84,110,122,0.4);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

body.login #login_error,
body.login .message {
	background: #BE0040;
	border: none;
	color: #fff;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	border-radius: 2px;
	line-height: 1.4;
	margin: 10px auto 0;
	padding: 15px 25px;
	position: relative;
	max-width: 300px;
	text-align: center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.login .reset-pass {
	background: #00A86D;
}

body.login #login_error a,
body.login .message a {
	border-bottom: 1px solid #fff;
	color: #fff;
}

body.login .description.indicator-hint {
	clear: both !important;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
}

body.login #nav {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}

body.login .account-trouble {
	margin-top: 10px;
}

body.login #nav a,
body.login .mysp-login-extras a {
	border-bottom: 1px solid #CFD8DC;
	color: #546E7A;
	font-size: 16px;
	font-size: 1.6rem;
	text-shadow: none;
}

body.login #nav a:focus,
body.login #nav a:hover,
body.login .mysp-login-extras a:focus,
body.login .mysp-login-extras a:hover {
	color: #222;
}

body.login .mysp-login-extras {
	background: -moz-linear-gradient(45deg,  rgba(0,82,164,1) 0%, rgba(0,102,204,1) 25%, rgba(102,199,214,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,82,164,1) 0%,rgba(0,102,204,1) 25%,rgba(102,199,214,1) 100%);
	background: linear-gradient(45deg,  rgba(0,82,164,1) 0%,rgba(0,102,204,1) 25%,rgba(102,199,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052a4', endColorstr='#52b5d5',GradientType=1 );
	color: #fff;
	display: table;
	float: left;
	height: calc(100vh);
	padding: 50px 0;
	position: relative;
	text-align: center;
	width: 35%;
	z-index: 0;


	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body.login .mysp-login-extras .inner {
	display: table-cell;
	padding: 0 30px;
	position: relative;
	z-index: 10;
	vertical-align: middle;
}

body.login .mysp-login-extras svg {
	height: 30px;
	margin-bottom: 50px;
	width: 30px;	
}

body.login .mysp-login-extras .svg-bg svg {
	opacity: 0.06;
	left: -200px;
	top: -200px;
	position: absolute;
	width: 1200px;

	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.login .mysp-login-extras h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 25px;
}

body.login .mysp-login-extras p {
	margin: 0 auto 25px;
	max-width: 350px;
}

body.login .mysp-login-extras .button {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	line-height: 30px;
}

body.login .mysp-login-extras .button:hover {
	background-color: #fff;
	color: #0066CC;

	-webkit-box-shadow: 0px 1px 15px 0px rgba(84,110,122,0.6);
	-moz-box-shadow: 0px 1px 15px 0px rgba(84,110,122,0.6);
	box-shadow: 0px 1px 15px 0px rgba(84,110,122,0.6);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

body.login .mysp-login-extras .account-trouble,
body.login label br,
body.login #backtoblog {
	display: none;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
	

}

@media only screen and (max-width: 1200px) {

	
}

@media only screen and (max-width: 1023px) {
	
	html,
	body {
		height: auto;
		overflow: visible;
	}

	body.login #login,
	body.login .login-container {
		float: none;
		height: auto;
		padding: 50px 0 30px;
		width: 100%;
	}

	body.login .mysp-login-extras {
		float: none;
		height: auto;
		width: 100%;
	}

	body.login .mysp-login-extras svg {
		display: none;
	}

}

@media only screen and (max-width: 860px) {
	
	body.login #login,
	body.login .login-container {
		padding: 40px 0 20px;
	}

	body.login #lostpasswordform,
	body.login #resetpassform {
		padding-top: 0;
	}

	body.login #login_error,
	body.login .message {
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 390px) {

	body.login #login_error,
	body.login .message {
		max-width: none;
		margin-left: 20px;
		margin-right: 20px;
	}
	
}