﻿/*Login: Microsoft*/
.login-container {
    background: #F0F0F0;
    padding: 20px 10px 5px 10px;
    font-family: sans-serif;
}

.login-microsoft-section {
    margin-bottom: 5px;
    text-align: center;
}

.login-microsoft-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px 16px 2px;
    padding: 10px 26px;
    background: black;
    color: white;
    border: 1px solid #ccc;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 2px #d1d1d133;
    width: fit-content;
    border-radius: 4px;
    background-color: white;
    color: var(--azul-kat);
    text-decoration: none;
    background: #7694b8;
    color: white;
    font-weight: bold;
    width: 50%;
}

.login-qlm-btn:hover {
    background: #4099c1;
    color: white;
}

.login-qlm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px 16px 2px;
    padding: 10px 26px;
    background: black;
    color: white;
    border: 1px solid #ccc;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 2px #d1d1d133;
    width: fit-content;
    border-radius: 4px;
    background-color: white;
    color: var(--azul-kat);
    text-decoration: none;
    background: #7694b8;
    color: white;
    font-weight: bold;
    width: 50%;
}

.login-microsoft-btn:hover {
    background: #4099c1;
    color: white;
}

.login-qlm-logo {
    width: 20px;
    margin-right: 10px;
}

/*.login-qlm-btn .login-qlm-logo {
    content: url('../Image/iconQLMblue.svg');
}

.login-qlm-btn:hover .login-qlm-logo {
    content: url('../Image/iconQLMblanco.svg');
}*/

.login-microsoft-logo {
    width: 20px;
    margin-right: 10px;
}

.login-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.login-separator-line {
    flex: 1;
    height: 1.6px;
    background: #d6dbdf;
    margin: 0 3px;
}

.login-separator-o {
    margin: 0 9px;
    color: #36475980;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    padding: 0 8px;
}
