html {
	height: 100%;}
	
body {
	min-height: 100%;
	background-color: #0077a1;
	font-family: "Roboto", sans-serif;
}


.page-footer {
	
	position:absolute;
	left:37%;
    font-size: 12px;
	color: #ccc;
	bottom:0px;
	
}

.cerrarSesion{
	font-size: 13px;
	color: #FFFFFF;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
	display:block;
}

.citrix{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
}


.subtitle {
	font-family: "Roboto", sans-serif;
	color: #c0c0c0;
	font-weight: 300;
	text-align: center; 
	padding-bottom:20px
}

.errorMsg {
    text-align: left;
    color: #981B1B;
    font-size: 12px;
    margin: 0px;
    padding: 0 0 5px 0;
}

.capLockMsg {
    text-align: left;
    color: #ffcc00;
    font-size: 12px;
    margin: 0px;
    padding: 0 0 0 0;
}


.form {
	position: relative;
	z-index: 1;
	max-width: 360px;
	margin: 0 auto 15px;
	background: #fff;
	
	padding: 45px;
	text-align: center;
	box-shadow: 14px 20px 29px -11px rgba(0,0,0,0.62);
	border-radius: 10px;
	border: 0px solid #000000;
}

.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #FFFFFF;
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
 	color: #000000; 
 	border-radius: 6px;
	
}

.form button {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background-color: #1a9690;
	width: 100%;
	border: none;
	
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	
	border-radius: 6px;
}

.form button:hover,.form button:active,.form button:focus {
	opacity: 0.8;
}

a:hover, a:active, a:focus  {
  opacity: 0.8;
  text-decoration: none;
  color: #FFFFFF;
}

.form .other-login{
	background-color: #0077a1;
}

.disable-on-login{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background-color: #0077a1;
  width: 100%;
  border: none;
	
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
	
  border-radius: 6px;	
 
 
 text-align: center;
  text-decoration: none;
  display: inline-block;
  
 /* margin: 4px 2px;*/
  
}

.logoimg {
display: block;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}

.logoimgesidif {
margin-left: auto;
margin-right: auto;
margin-bottom: 27px;
width: 70%;
}

.logoimgsmall {
display: block;
margin-bottom: 0px;
margin-right: auto;
margin-top: 0px;
height: 4.5%;
width: 40%;
}


 .login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}

.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 6px;
   
}

.captcha-table{
	width: 100%; 
	margin-top: 5px;
}

#icaptcha{
	background-color: #ffffff;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	float: left;
}


@media screen and (max-width: 245px) {
	
	.form button {
		font-size: 12px;
	}
  
}

@media screen and (max-width: 233px) {
	
	.form button {
		font-size: 10px;
	}
  
}

@media screen and (max-width: 220px) {
	
	.form button {
		font-size: 8px;
	}
  
}

@media screen and (max-width: 208px) {
	
	.form button {
		font-size: 6px;
	}
  
}
