﻿body {
    background-image: url('../MrEventos/fondo-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    flex-direction: column;
}

.login-container {
    font-family: Inter;
    background-color: #646faf;
    padding: 4% 2%;
    border-radius: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    text-align: center;
}






    .login-container h2 {
        margin-bottom: 20px;
        color: #333;
    }

    .login-container input[type="text"],
    .login-container input[type="password"] {
        width: 100%;
        padding: 2%;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        border-radius: 22px;
        font-family: Inter;
    }

    .login-container button {
        width: 100%;
        padding: 10px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .login-container button:hover {
            background-color: #45a049;
        }

    .login-container a {
        display: block;
        margin-top: 15px;
        color: #333;
        text-decoration: none;
    }

        .login-container a:hover {
            text-decoration: underline;
        }

.mr_eventos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .mr_eventos img {
        width: 50px;
        animation: fadeInBounce 1.5s ease-out forwards;
        animation-delay: 0.5s;
    }

@media only screen and (max-width: 800px) {
    .login-container {
        padding: 10% 4%;
    }
    .mr_eventos {
        margin-top:3%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }
}

.boton_guardar {
    font-weight: 500;
    color: black;
    vertical-align: middle;
    background-color: #e7f58b;
    border-radius: 22px;
    padding: 5px 6%;
    font-size: 14px;
    margin-top: 20px;
    font-family: Inter;
}

.dxbButton_Office365, .boton_guardar, .dxbButtonSys dxbTSys{
    font-weight:500;
}
