/* CSS Login*/

html {
	background: url("../../images/worldmap/grey_bg.jpg") !important;
}

body.aclogin {
	background: url("../../images/worldmap/grey.jpg") no-repeat ;
	background-position: center top; 
	margin: 0px;
	position: relative;
}

.uk-form input:not([type="submit"]):not([type="reset"]), .uk-form select, .uk-form textarea{
	border-radius: 4px !important;
}

#logo{
	position: absolute;
	right: -36%;
	top: -35%;
	height: 130px;
}

h3 {
	color: #3F85CC;
	margin: 10px 0;
	text-align:center;
}
#loginTitle{
	margin: 10px 0;
	color: #2570BB;
	text-align: center;
	
	font-size: 22px;
    font-weight: normal;
	line-height: 48px;
	
	text-shadow: 0 2px 2px #C7C7C7;
}

#loginLogo{
	margin-bottom: 8px;
	text-align: center;
}


#box_wrapper {
	
	width: 290px;
	
	background-color: #fbfbfb;

	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	padding: 10px 20px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0px 4px 8px grey;
	box-shadow: 0px 4px 8px grey;
	
	font-family: arial, sans-serif;
	
}

#box_container {
	position: absolute;
	top: 60%;
	left: 50%;
	
}

.login-box {
	text-align:center;
	clear: both;
}

/* Form */

.form-labels{
	float: left;
	width: 124px;
	height: 25px;
	margin-bottom: 10px;
	color: #A4A4A4;
	line-height: 25px;
}

.loginLabel{
	text-align: right;
    width: 108px;
}

/*
.username{
	
	background: url("../images/username_bg.png") no-repeat scroll 0 0 transparent;
	
}

.password{
	background: url("../images/password_bg.png") no-repeat scroll 0 0 transparent;
}
*/
.username, .password{
	height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 124px;
	float: left;
}


div.username input, div.password input {
	background:none repeat scroll 0 0 transparent;
	border: medium none;
	color: #646464;
	float: left;
	font-size: 12px;
	outline: medium none;
	padding: 0;
	
	
}

#messages{
	clear: both;
    color: #2570BB;
    font-weight: normal;
    text-shadow: 0 2px 2px #C7C7C7;
}

.login-button-container{
	margin-top: 8px;
	margin-bottom: 4px;
}




