/**************************************************
			  message      LOGIN
***************************************************/
#login {
    width:34%;
    padding: 8% 0px 0px;
    margin: auto;
    align: center;
}
.login form {
    box-shadow: 0 1px 3px #ffffff;
}

#loginrgstrfrm{
	color: #999;
}

#loginrgstrfrm li{
	list-style-position: inside;
	list-style-type: square;
	margin: 2px;
}
#loginrgstrfrm hr{
	margin-bottom: 30px;
}
#loginrgstrfrm h3{
	border-radius:5px;
	color: #666666;
	padding: 8px;
	border: thin solid #CCCCCC;
}
#loginrgstrfrm .imprti{

	 font-weight: bold;
}

#login_error, .login .message {
    margin: 10px;
    color: #CB4721;
}
#login_error  {
 	  border: solid thin #8a1f11;
    border-radius: 4px;
    color: #8a1f11 !important;
}

.login #nav {
    margin: 4px 0 0;
    border-top: solid thin darkgray;
}


/**************************************************
		BODY
***************************************************/
body.login h1{
	font-size: 24px;
	font-weight: 100;
	color: #008EC2;
}

body h2 a{
	font-size: 24px;
	font-weight: 100;
	color: #008EC2;
	padding-top: 40px;
}

body.login {
	background-color: #FFFFFF;
}
body.login p#nav a {
	color:#666666 !important;
	text-decoration:none;
	font-weight:bold;
	margin:0 5px;

}
body a {
	color:#474748 !important;
	text-decoration:none;
	font-weight:bold;
	margin:0 5px;

}

hr{
	background-color: #cccccc;
	border: 0px none;
	clear: both;
	height: 1px;
}
.cptch_block {
  border-radius:4px;
	background-color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 12px;
}



#login #backtoblog{

	display:none !important;
	visibility:hidden;
  padding: 25px;


}
/**************************************************
		 THE LOGO
***************************************************/
.login h1 a {
    -webkit-background-size: 100px;
    background-size: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 100px;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    padding-bottom: 0px;
    width: 100px;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

/**************************************************
		LOGIN FORM
***************************************************/
.login form {
    box-shadow: none;
    background-color: black;
    border-radius: 18px;
    background: none;
    opacity: 0.9;
}

#login {
	border-radius::2px !important;
	border-radius:2px !important;
	border-radius:20px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 12em;
	margin-left: auto;
	padding: 8px;
}

.login form .input, .login input[type="text"] {
  transition: all 0.2s linear 0s;
  background: none repeat scroll 0% 0% rgba(255, 255, 255,);
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  color: rgb(68, 68, 68);
	margin-bottom:1em;
	border-radius:4px !important;
	font-size: 18px !important;
	width: 100%;
	font-weight: normal;

}
#reg_passmail {
	text-align:center;
	font-weight: bold;
	text-transform: capitalize;
	padding: 5px;
}

.login #login_error, .login .message {
    border-left: 4px solid #00a0d2;
    border-left-color: rgb(0, 160, 210);
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    opacity: 0.8;
}
