/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */

::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  /* Retina-specific stuff here */

}


html, body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	background: url('../../images/login-bg.jpg') repeat center center fixed; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	
}



#container {
	position:absolute;
	width: 450px;
	height: 350px;
	top: 50%;
	left: 50%;
	margin-top: -155px;
	margin-left: -225px;
	background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    box-shadow: 0px 1px 0px 10px #BF4E6A;
    -webkit-box-shadow: 0px 1px 0px 10px #BF4E6A;
    -moz-box-shadow: 0px 1px 0px 10px #BF4E6A;
    -o-box-shadow: 0px 1px 0px 10px #BF4E6A;
    opacity: 0.90;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}


form {
	margin: 0 auto;
	margin-top: 20px;
}

label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

/*input[type=name],
input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}*/

.logo {
	
	height: 35px;
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#line {
    background: #BF4E6A;
    color: #fff;
	width: 100%;
	height: 9px;

}


.Username,
.Password {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 300px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.Username:hover,
.Password:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

/*input[type=name]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}*/

/*input[type=name]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}*/

.Username:focus,
.Password:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

#header2 {
	width: 100%;
	height: 65px;     

}

#uoaImage 
{
    margin-top:8px;
    margin-left:8px;
    width:50px;
    height:50px;
}

#headerFont {
    text-shadow: 3px 2px 2px #222;
    -webkit-text-shadow: 3px 2px 2px #222;
    -moz-text-shadow: 3px 2px 2px #222;
    -o-text-shadow: 3px 2px 2px #222;
    font-size: 24px; 
    font-weight:bold; 
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #f0f0f0;   
   
}



#lower {
	background: #BF4E6A;
    color: #fff;
	width: 100%;
	height: 70px;
	
	/*box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;*/
}

/*input[type=checkbox] {
	margin-left: 20px;
	margin-top: 30px;
}*/

.checkbox {
	margin-left: 20px;
	margin-top: 30px;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

/*input[type=submit] {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bc8491), to(#BF4E6A));
	background-image: -moz-linear-gradient(top left 90deg, #bc8491 0%, #BF4E6A 100%);
	background-image: linear-gradient(top left 90deg, #bc8491 0%, #BF4E6A 100%);
	border-radius: 30px;
	border: 1px solid #66add6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}*/

.submit {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
    background: #bf4e6a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d36e85), to(#BF4E6A));
	background-image: -moz-linear-gradient(top left 90deg, #d36e85 0%, #BF4E6A 100%);
	background-image: linear-gradient(top left 90deg, #d36e85 0%, #BF4E6A 100%);
	border-radius: 15px;
	border: 1px solid #bc294b;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

.submit:hover {
	 background: #f0f0f0;
     text-decoration: none;

}

/*input[type=submit]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e2ff), to(#BF4E6A));
	background-image: -moz-linear-gradient(top left 90deg, #b6e2ff 0%, #BF4E6A 100%);
	background-image: linear-gradient(top left 90deg, #b6e2ff 0%, #BF4E6A 100%);
}*/

/*input[type=submit]:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BF4E6A), to(#b6e2ff));
	background-image: -moz-linear-gradient(top left 90deg, #BF4E6A 0%, #b6e2ff 100%);
	background-image: linear-gradient(top left 90deg, #BF4E6A 0%, #b6e2ff 100%);
}*/

.submit:active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BF4E6A), to(#d36e85));
	background-image: -moz-linear-gradient(top left 90deg, #BF4E6A 0%, #d36e85 100%);
	background-image: linear-gradient(top left 90deg, #BF4E6A 0%, #d36e85 100%);
}

.header{
	position: absolute;
	top: calc(50% - 225px);
	left: calc(50% - 155px);
	z-index: 2;
}

.header div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 45px;
	font-weight: 200;
    
}

.header div span{
	color: #5379fa !important;
       
}