.bodylogin{
	background-color: #EFEFF4;
}


.btn_modal {
  background-color: #0A112D;
  color: white;
  border: 1px solid #0A112D;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn_modal:hover {
  background-color: white;
  color: black;
  border-color: #0A112D;
}



#id_archivo{
	display: none;
}


.card-equal-height {
    height: auto; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }


.swal2-container {
  z-index: 2000 !important;
}
