@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:light');

#body-login {
	background: #0099cc; /* Old browsers */
	background: -moz-linear-gradient(bottom, #a458e2 2%, #0099cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(2%,#a458e2), color-stop(100%,#0099cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #a458e2 2%,#0099cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #a458e2 2%,#0099cc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(bottom, #a458e2 2%,#0099cc 100%); /* IE10+ */
	background: linear-gradient(bottom, #a458e2 2%,#0099cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#a458e2',GradientType=0 ); /* IE6-9 */

/*new:87DD89 old:a1ea7c*/
}

#body-login {
	height: 100%; /* fix sticky footer */
	
}

#body-login h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.6rem;
	color: #fefefe;
	margin-top: 20px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.grouptop,
.groupbottom {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#body-login .grouptop input,
.grouptop input {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}


#body-login .groupbottom input,
.groupbottom input {
	margin-top: 0 !important;
	border-top: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	box-shadow: 0 1px 0 rgba(0,0,0,.1) inset !important;
}

p {
	margin: 0;
}

p.grouptop {
	margin-top: 30px;
}

.grouptop input,
.groupbottom input {
	height: 3.4rem;
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
}

#body-login .button {
	font-family: 'Roboto', sans-serif;
}

#body-login .alert {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border: 0px;
	/*background-color: #280A5A;*/
	background-color:rgba(40,10,90,0.25);
	color: #fefefe;
}
