@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
body {
	background: url(../images/fondo.jpg) no-repeat 0% 0% scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     width: 100%;
}

.login-form {
  /*  font: 16px/2em Lato, serif;
	margin: -30px 0 0 870px;
	max-width: 400px;*/

}

/*=============================================
PÁGINA INGRESO
=============================================*/

.ladoUsuarios {
  overflow-y: auto;
}

.fotoIngreso{
    background:transparent;
	display: flex;
    justify-content: center;
    max-width: 1000px;
}


.ladoUsuarios .btnIngresar{
    position: fixed;
    right: 2%;
    top: 2%;
    border: unset;
}




form[role=login] {
	color: #5d5d5d;
	background:transparent !important; /*#f2f2f2; #086A87 */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
	form[role=login] img {
		display: block;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	form[role=login] input,
	form[role=login] button {
		font-size: 18px;
		margin: 16px 0;
	}
	form[role=login] > div {
		text-align: center;
	}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
	.form-links a {
		/*color: #0B2161;
		font-size:1.5em;*/
		font-weight: bold;
  font-size: 1.2em;
  font-family: "Arial";
  text-shadow: 0 1px 0 #ccc, 
               0 1px 0 #c9c9c9,
               0 1px 0 #bbb,
               0 1px 0 #b9b9b9,
               0 1px 0 #aaa,
         0 1px 1px rgba(0,0,0,1),
               0 0 5px rgba(0,0,0,.4),
               0 1px 3px rgba(0,0,0,.6),
               0 3px 5px rgba(0,0,0,.8),
               0 5px 10px rgba(0,0,0,1),
               0 10px 15px rgba(0,0,0,02),
               0 20px 20px rgba(0,0,0,02);
              
  color: #FFF;
	}

.form-links img{
border-radius: 40px; /*width="40" height="40">*/
width: 40px;
height: 40px;
}
.cp{
	font-size: 0.8em;
  font-family: "Arial";
   color: #FFF;
}
button[name=login] {
		background:transparent !important; /*#f2f2f2; #086A87 */
		color:black;
	}

@media screen and (max-width:425px) {



}

.modal-header .close {
    margin-top: -9px;
}
.card {
    /*margin-bottom: 20px;*/
    border: none
}

.box {
/*    width: 500px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;*/
    background: #ffffff0d;
    text-align: center;
    transition: 0.25s;
    /*margin-top: 100px*/
}

.box input[type="text"],
.box input[type="password"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #3498db;
    padding: 10px 10px;
    width: 250px;
    outline: none;
    color: #736f6f;
    border-radius: 24px;
    transition: 0.25s
}

.box h1 {
    color: #736f6f;
    text-transform: uppercase;
    font-weight: 500
}

.box input[type="text"]:focus,
.box input[type="password"]:focus {
    width: 300px;
    border-color: #2ecc71
}

.box input[type="submit"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 14px 40px;
    outline: none;
    color: #736f6f;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer
}

.box input[type="submit"]:hover {
    background: #2ecc71
}


.modal-body {
    padding: inherit;
}
.modal-content {
    background-color: #ffffffb8; 
    color: white;
}
button.btn.btn-secondary {
    color: black;
}
button.d-none.d-lg-block.text-center.btn.btn-default.btn-lg.my-3.text-white.btnIngresar {

}

.ladoUsuarios {
    max-width: 1000px;
    width: 80%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}

img.img-responsive {
    background:transparent;
    max-width: 1000px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}