.ico-usuario{
	background-image: url("../images/ico-usuario.png")
}
.ico-contrasinal{
	background-image: url("../images/ico-contrasinal.png")
}
.ico-certificado{
	background-image: url("../images/ico-certificado.png")
}

.portlet-title{
    margin: 15px 0 !important;
    
}
.contenedor-login{
	background: #F0F7FB;
	border-radius: 5px;
	min-height: 430px;
	padding: 25px 50px;
	margin-bottom: 15px;
}

.img-login{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.titulo-login h2{
	color: #007bc4;
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
}

.descripcion-certificado{
	width: 90%;
    margin: 0 auto;
}

.btn-default{
	display: block !important;
	margin: 0 auto;
    
}

#reseteoConstrasinal{
	display: block;
	text-align: center;
}

#loginCertificado .btn {
    margin-top: 25px;
}

.opcions-login{
	list-style-type: none;
	margin-left: 0;
	padding-top: 20px;
}

.opcions-login i{
	margin-right: 5px;
}

.opcions-login li{
	margin-bottom: 7px;
}

.captcha{
	margin-right: 0;
	margin-bottom: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.recuperar-email{
	margin-bottom: 30px !important;
}

.contenedor-captcha{
	position: relative;
	height: 36px;
}

.refrescar-captcha{
	position: absolute;
	left: 170px;
    cursor: pointer;
    color: #007bc4;
    font-size: 1.75em !important;
}

.refrescar-captcha :hover{
	color: #2ba3d5;
}

.pregunta-recupera-contrasinal{
	margin-bottom: 15px;
}

.loader{
  width: 100px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
#spinner span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 20px 5px;
  opacity: 0;
}

#spinner span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#spinner span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#spinner span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

.portlet-msg-error.liferay-msg-blocked{
	display:none;
}

.alto-contraste .contenedor-login{
	background: #000 !important;
}

.alto-contraste .modal p{
	color: #000 !important;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.aui-fieldset{
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.img-login{
		width: 80px;
		height: 80px;
		background-size: 80px;
	}
	
	.titulo-login h2{
		font-size: 17px;
	}
	
	.contenedor-captcha{
		height: 46px;
   		margin-bottom: 22px;
	}
}