.login
{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;

	height: 100%;
	width: 100%;
;
}

.login_window
{
	display: flex;
	justify-content: center;
	align-items: center;

	padding: 0px 10px 0px 10px;

    width: auto;
    height: auto;

    /*min-width: 400px;*/
    /*max-width: 500px;*/

    background-color: rgb(228, 228, 228);

    border-color: rgb(202, 202, 202);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;

}

#msg_acceso
{
	padding: 10px;
}

#msg_acceso table
{
	font-family: Nunito;
	font-size: 14px;
	
	vertical-align: middle;
}

table#acceso01
{
	margin-top: 10px;
}

table#acceso01 input[name="user"], input[name="password"]
{
	display:inline-block; padding: 5px; margin: 5px 0px 5px 0px;
}

table#acceso02
{
	margin-top: 0px;
	padding-top: 10px;
}

table#space_cell
{
	height: 10px;
}
/*
.visibility_icon
{
	/*margin-top: 5px;
	position: relative;
	top: 0px;
	
	margin-left: -10px;
	
	width: 25px;
	height: 19px;
	
	background-image: url(../../images/registro/ojo_visibilidad_si.png);
	cursor: pointer;
}*/

.button_acceso
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 48%;
	height: 25px;
	background-color: #004021;
	
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	
	box-shadow: 1px 1px 1px 1px #868686;
	cursor: pointer;
	
	border: hidden;
	color: #B8B5B5;
	font-weight: bold;
}

/* -- TODO - controlar boton de acceso */

.button_acceso .resize_by_lang
{
	font-size: 10px;
}

a#acceso_recup
{
	text-decoration: none;
	color: black;
}