/* CSS create by Rucedry Clendrit / Raul Clemente for MDIR Guerreros Smerald */
*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #000;
}
.msg {
padding: 5px;
width: 96%;
margin: 2px;
color: #000;
background-color: #199319;
font: bold 15px  verdana;
    border-radius: 5px;
} 
.msgE {
	width: 96%;
font: bold 15px  verdana;
color: #c00;
border: 1px solid #c00;
padding: 5px;
margin: 5px;
float: left;
background-color: #FEF1ED;
    border-radius: 5px;
}
.modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
	text-align: center;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 5px;
}

.modal .enviar:hover, .modal .cancel:hover{
	background-color: #45a049;
    color: black;
    font-size: 0.9em;
    text-decoration: none;
    cursor: pointer;
}
.modal .cancel{
  width: 40%;
	float: right;
    background-color: red;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
.modal form {
    display: flex;
    flex-direction: column;
}

.modal label {
    margin-bottom: 8px;
}

.modal input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.actionbuttons{
	direction: flex;
	flex-direction:row;
}
.modal button[type="submit"] {
	width: 40%;
	float: left;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    z-index:0;
    position: relative;
}
.toggle-password {
    position: relative;
    left: 94%; /* Ajusta la posición horizontal de la imagen */
    top: 10%;
    transform: translateY(-200%); /* Centra verticalmente la imagen */
    cursor: pointer;
    width: 20px; /* Ajusta el tamaño de la imagen */
    height: 20px; /* Ajusta el tamaño de la imagen */
    background-color: white;
}