body {
            user-select: none; /* Soportado por la mayoría de los navegadores modernos */
            -moz-user-select: none; /* Especifico para Firefox */
            -webkit-user-select: none; /* Especifico para WebKit (Chrome, Safari) */
            -ms-user-select: none; /* Especifico para Internet Explorer y Edge */
        }
body,html{
background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 100%;
    margin: 0;
}
    
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.login-panel {
    
    padding: 2em;
    border-radius: 15px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    width: 350px;
}

.logo-section img {
    display: block;
    margin: 0 auto 1em auto; /* Centra el logo */
}

.form-section form {
    display: flex;
    flex-direction: column;
}

.input-group {
    position: relative;
    margin-bottom: 1em;
}

.input-group input {
    width: 100%;
    padding: 10px;
    padding-left: 35px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.input-group .input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

button {
    background-color: #4CAF50; /* Verde */
    color: white;
    padding: 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.btn{background:#5b8c9d;border-color: #488093;color:#fff;}
.btn:hover {background: #3e7487;color: #fff;}
.iz{background:rgb(196 224 228 / 80%);display: flex;flex-direction: column;height: 100vh;justify-content: center;text-align: center;}
.me{background:rgb(244 249 252 / 80%);display: flex;flex-direction: column;height: 100vh;justify-content: center;text-align: center;}
.de{background:rgb(91 140 157 / 80%);display: flex;flex-direction: column;height: 100vh;justify-content: center;text-align: center;}
.de-1{background:rgb(91 140 157 / 80%);display: flex;flex-direction: column;height: 100vh;justify-content: center;text-align: center;}
.iz a {color: #2a4b5e;}
.iz .lead{
-webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    transition: ease-out 0.2s
}
.iz .lead:hover {color: #2a4b5e;font-weight:600;}
.footerR{position: fixed;bottom: 0;margin-bottom: 20px;}
.img-user{width: 23px;border-radius: 10px;}
.btnp img {-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;-webkit-transform: scale(1);transform: scale(1);}
.btnp img:hover{-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;-webkit-transform: scale(1.3);transform: scale(1.3);}