* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft JhengHei light', 'MingLiU', 'Apple LiSung' !important;
}

main {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

img {
    width: 100%;
}

form {
    font-size: 13px;
}

#panel-izq,
#panel-der {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
}

#panel-izq {
    padding: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

#panel-der {
    background-image: url("/images/home_app.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#logoindex {
    width: 30%;
    align-self: center;
    margin-bottom: 10px;
}

#login-footer {
    font-size: 12pt;
    display: inline-flex;
    margin: 25px;
    position: absolute;
    bottom: 0;
    align-self: center;
}

#footer-logo {
    width: 80px;
}

.boton-opcion {
    padding: 10px 5px;
    display: inline-block;
    width: 80%;
    margin: 5px 0px;
    border-radius: 15px;
}

@media screen and (max-width: 680px) {
    #panel-izq {
        width: 100%;
    }

    #panel-der {
        display: none;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ms-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2F2F2F;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    width: 350px;
}

.ms-login-btn img {
    height: 20px;
    width: 80px !important;
}

.ms-login-btn:hover {
    background-color: #555555;
}
.alerta-uts {   
    background-color: #E8F0FE;
    color: #2c2c2c;
    border: 1px solid var(--COLOR_MENU_OVER);
    border-left: 5px solid var(--COLOR_MENU);
    border-radius: 6px;
    padding: 15px 20px;
    margin: -20px 0px 30px -0px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    text-align: justify
}

.alerta-uts i {
    font-size: 20px;
    color: var(--COLOR_MENU);
    margin-top: 2px;
}