html{
	overflow: hidden;

}

body{
    border: none;
    background: url("../images/Cuerpo.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.9;



}


.Logi{
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 99vh;

}
.logomercurio{
	
}

.Logi_form{
    background-color: #0a1e35;
    border-radius: 20px;
    padding: 15px;
    font-size: 13.5px;
   
}

.Derechos{
	float: right;
	margin-top: -70px !important;
}
.derechos_autor {
    width: 200px;
    
}


input{
    display: block;
    width: 300px;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 15px;
    outline: none;
    border: none;
    font-size: 15px;
    background: transparent;
    color: white;
    border-bottom: 2px solid white;
}

.boton{
    width: 150px;
    border-radius: 15px;
    background-color: #048620;
    color: white;
    margin-top: 30px;
    border: none;
    border-bottom: 4px solid #0b5a1c;
    margin-left: 93px;
}

.msg {
    padding-top: 5px;
    margin-bottom: -20px;
    font-weight: bold;
    color: #FF2810;
    text-align:center;
    max-width: 330px;
}

a{
    color: white;
    text-decoration: none;
    margin-left: 86px;
}

a:hover{
    color: #b8b8b8;
}


.boton:active{
    background-color: #0b5a1c;
    width: 145px;
}