body{
	overflow: hidden;
}
.mano {
	cursor: pointer;
}
* :focus {
	outline: none !important;
}
#form-login input[type="text"], #form-login input[type="password"]
{
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    padding-top: 10px;
    border-bottom: 1px solid !important;
    color: #a9a9a9;
}

#form-login a:visited
{
    color: #007ad9;
}

#form-login a:hover
{
	color: #0060ab;
    text-decoration: none;
}

#recover_password_content input[type="text"]
{
	border-color: rgb(235,235,235);
    color: black;
}

a:hover {
  background-color: none;
  color: #602D00;
}

#background {
	width: 100%;
	height: 100%;
	max-width: 1024;
	max-height:768;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	/* Ensure div tag stays behind content; -999 might work, too. */
}

.rounded-button:hover{
	background-color: red;
}

.stretch {
	width: 100%;
	height: 100%;
	max-width: 1024;
	max-height:768;
}

.rounded-basic {
	border: none !important;
	padding: 10px !important;
	border-radius: 20px !important;
}

.rounded-basic-2 {
	border: 1px solid #CCCCCC !important;
	padding: 5px !important;
	border-radius: 10px !important;
}

.rounded-basic-4 {
	border: 1px solid #CCCCCC !important;
	padding: 5px !important;
	border-radius: 4px !important;
}

.shadow-basic {
	-webkit-box-shadow: 10px 10px 35px -15px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 10px 10px 35px -15px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 10px 10px 35px -15px rgba(0, 0, 0, 0.75) !important;
}

.shadow-button {
	-webkit-box-shadow: 10px 10px 35px -5px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 10px 10px 35px -5px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 10px 10px 35px -5px rgba(0, 0, 0, 0.75) !important;
}

.rounded-button {
	border: 1px solid #CCCCCC !important;
	padding: 7px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	margin-top: 20px !important;
}

.login-panel, .login-panel .ui-panel-content {
/* 	width: 220px; */
/* 	height: 440px; */
	margin: auto !important;
	background-color: RGBA(0, 0, 0, 0.8);
	border: none !important;
}
.login-panel .ui-panel-content {
	background-color: RGBA(0, 0, 0, 0) !important;

	}

.login-panel .ui-widget-header, .login-panel .ui-widget-content, .login-header-panel{
	background: transparent !important;
    border: none !important;
}

.content-login {
	padding-top:25px;
}

.form-login{
	text-align: center;	
}

.titillium {    
    font-family: titillium web, sans-serif;
    font-weight: 700;
    font-size: 33px;
    color: white;
}

.processing-panel .rf-pp-cnt-scrlr{
	overflow: hidden;
	background: transparent;
}

.recaptcha div{
	margin: auto;
}