/*------------------------------------------------------------------------------------------------------*\
	
						OREY CUSTOM LOGIN STYLES

\*------------------------------------------------------------------------------------------------------*/


body.login {
  /*background-image: url('home-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  */
  background-color: #E20019;
}

p {
	font-size: 16px !important;
	line-height: 16px !important;
}

a:hover {
	color: #444 !important;
}

.message,
.login form {
	border-radius: 5px;
}

.login .message{
	border-left: 4px solid #FFEF00;
}

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


input#wp-submit{
	background: #E20019;
    border-color: #E20019;
/*    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);*/
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
    height: auto;
}

p#backtoblog{
	display: none;
}


.pct_login-warning {
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 15px;
}

.pct_login-warning .fa {
	font-size: 2rem;
	padding-right: 5px;
	
}