﻿.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../images/loadergreen2.gif') 50% 30% no-repeat rgba(25, 25, 25, 0.7);
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
    height: 60px;
}

.button1 {
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

    .button1:hover {
        background-color: white;
        color: black;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
    }

.button2 {
    background-color: #009A7B;
    color: white;
    border: 2px solid #009A7B;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

    .button2:hover {
        background-color: white;
        color: black;
    }

#lnkRecover:hover {
    color: #4CAF50; /* Cambia el color al pasar el mouse */
    text-decoration: underline; /* Subrayado al pasar el mouse */
    cursor: pointer; /* Cambia el cursor a una mano */
}
