.dialog{
	background-color: rgba(0, 0, 0, .5);
	color: white !important;
}

.ui-dialog {
	border:0px !important;
}

.ui-dialog-content {
	color: white;
}


[role="dialog"]{
	background-color: rgba(0, 0, 0, .0) !important;
	width: 90% !important;
	max-width: 400px;
	height: 100%;
	max-height: 350px;
	border: 0px;
	margin-top: 150px;
}


@media (max-height:400px){
	[role="dialog"]{	
		margin-top: 0px;
	}
	
	.loginTitle{
		display: none;
	}
	
	.loginHeader{
	    height: 0px !important;
	}
}


#loginTable{
	width: 100%;
	height:100%;
	max-height:350px;
	max-width:500px; 
	border-spacing: 5px;
	background-color: rgba(0,0,0,0);
}

#passwordTable{
	width: 100%;
	height:100%;
	max-height:250px;
	max-width:500px;
	border-spacing: 5px;
}

#passwordTable td{
	padding:1px !important;
}

a{
	color:white !important;
}

.errorDiv{
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0);
}

.errorDiv font{
	color:red;
	background-color: rgba(0,0,0,0);
}

.ui-widget-overlay {
	background: black;
	opacity: .7;
}
.body{
	overflow:auto;	
}

.loginContent{
	background-image: url(./images/background/kolbi-background2.png);
	background-size: cover;	
}

.add-button {
  position: absolute;
  top: 100px;
  left: 1px;
}

.loginHeader{
	color: rgba(255,255,255,1);
}

.imgPuntos{
	margin-top:0;
	width: 35px;
	vertical-align: middle;
	
}

.redesSociales {
    margin-top: 20px;
    margin-left: 0;
    padding-inline-start:0px;
}

ul li {
    display: inline;
    list-style: none;
    font-size: 1.3em;
}