#wp-submit {
	background: #1f627f;

	border: none ; 

	box-shadow: none ;

	text-shadow: none ;

	font-size: 14px;

	font-weight: normal;

}

#wp-submit:hover {
	background: #515151;

	transition: 0.5s ease;
}
#login {
 width:80%;
 padding:8% 0 0;
 margin:auto;
 max-width: 600px;
}
#loginform input:focus{
	border-color: #1f627f;
}
.login form {
 margin-top:20px;
 margin-left:0;
 padding:5rem 50px 2rem;
 font-weight:400;
 overflow:hidden;
 background:#fff;
 box-shadow:0 1px 3px rgba(0,0,0,.13)
}
#nav {
  text-align: center;
}
#backtoblog {
  text-align: center;
}
.login label { 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

#login form p {
	margin-bottom: 40px;
}
#login form p:nth-child(2) {
	margin-bottom: 4rem;
}

#login h1 a, .login h1 a {
	background-image: url(../images/cortech-logo-header-new.png);
	height:37px;
	width:auto;
	background-size: auto 33px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
 height:36px;
 line-height:28px;
 padding:0px 38px 2px;
 border-radius: 8px;
}
.login form .input,
.login input[type=text] {
 font-size:24px;
 width:100%;
 padding:3px;
 margin:2px 6px 16px 0;
 box-shadow: none;
 background: none;
 border: none;
 border-bottom: 2px solid #cccccc;
}

.login-action-rp #pass1-text {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

#backtoblog { display: none; }

@media (max-width: 769px) {
	#login h1 a {
		background-size: auto 60%;
	}
}