/* HEADER */

/* BODY - GENERAL */
body{
	background-color: #ffffff;
}
header{
	
    background-color: #9FD0E7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9FD0E7',endColorstr='#ffffff',GradientType=0);
    background: linear-gradient(to bottom, #9FD0E7 0px, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn-submit{
	color: #ffffff !important;
	background-color: #d02222 !important;
	font-weight: bold;
}
.btn-submit:hover {
  background-color: #d02222 !important;
}
.btn-submit:focus {
  background-color: #d02222 !important;
}
.btn-submit:disabled {
  background-color: grey !important;
}
a:link, a:visited {
    color: #000;
}
#logo1 {
	padding-top:10px;
	padding-left:10px;
}
/* BODY - LOGIN */
#login{
	background-color: #fff !important;
	border-color: #d02222;
	color: #000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#login input{
	border-color: #d02222 !important;
	border-bottom-color: #d02222;
	background: #FFFFDD;
	color:#000;
}
input:disabled {
	background: none repeat scroll 0 0 #F7F7F7 !important;
}
#login.ux input[type="submit"]:not(:disabled):not(.disabled){
    border: solid 2px #d02222 !important;
    background: #d02222 !important;
    color: #FFF !important;
}
#login select{
	border-color: #ECEDED;
	border-bottom-color: #ECEDED;
	width: 100%;
}
#login hr{
	border-color: #ECEDED;
}
#login label {
	font-weight: normal !important;
}
#login .fa-inverse{
	color: #d02222;
}
#login .login-header .fa-circle {
    color: #ffffff;
}
.success-header{
	justify-content: center;
	display: flex;
}
.success-header .fa-stack-half {
    left: 65%;
}
#login .login-header{
	background-color: #d02222 !important;
}
#login .login-header h1, #login .login-header h2 {
	color: #fff;
}
/* BODY - TERMS AND CONDITIONS */
.termsCenter{
	color: #000 !important;
}
#termsConditions {
	color: #00B0FF !important;
}

/* FOOTER */
#bottom a{
	color: #000;
}
@media only screen and (max-width: 855px) {
	#login.ux input[type="submit"] {
		width: 100% !important;
		font-size: 0.9rem !important;
	}
}