﻿.boxmxm {
    background-image: url("../imagens/textura.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #092947;
    border-radius: 0 30px 0 30px;
    padding: 20px !important;
}

.iconeSufixo {
    right: -15px;
    color: white !important;
    cursor: pointer;
}
.form-control {
    color: white;
    border-bottom: 1.5px solid white !important;
    box-shadow: 0 0 0 0 white !important;
}

.form-control:focus {
    color: white;
    border-bottom: 1.5px solid white !important;
    box-shadow: 0 0 0 0 white !important;
}

.input-field {
    color: #1D3361;
    font-weight: 500;
}

.input-field > label {
    color: white !important;
}

.btn-flat.esqueciminhasenha-botao {
    text-decoration: underline !important;
    text-transform: none !important;
    font-size: 1rem !important;
    padding: 0px;
}
.btn-flat.redefinir-mfa-botao {
    text-decoration: underline !important;
    text-transform: none !important;
    font-size: 1rem !important;
    padding: 0px;
}
:root input:autofill {
    background-image: unset !important;
}
.esqueciminhasenha-botao {
    color: white !important;
}
.redefinir-mfa-botao {
    color: white !important;
}
.modal .modal-footer {
    background-color: white !important;
}
#modalErro {
    font-weight: bold;
    background-color: white !important;
    border-radius: 10px !important;
}
#modalSucesso {
    font-weight: bold;
    background-color: white !important;
    border-radius: 10px !important;
}
.btn.botaojanela {
    border-radius: 50px;
}

.div-centralizada {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: unset;
    transform: translate(-50%, -50%) !important;
}

.btn.botao {
    height: 25px;
    border-radius: 50px;
    line-height: 15px;
}

.btn.botao-laranja {
    background-color: #f4563b !important;
}

.btn.botao-azul-claro {
    background-color: #6fa6d3 !important;
}

.btn.botao-verde {
    background-color: #4ba327 !important;
}

.btn.botao-marrom {
    background-color: #525150 !important;
}

.btn.botao-azul {
    background-color: #234b74 !important;
}

.row-botao-conectar {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 20px;

}

.row.row-footer {
    margin-bottom: 0 !important;
}

.col-esqueci-minha-senha {
    text-align: right;
    padding-right: 10px;
}

.col-redefinir-mfa {
    text-align: right !important;
    padding-right: 10px;
    float: right !important;
}

.erro {
    color: red;
}

.sucesso {
    color: #1f9702;
}


.texto-explicativo-titulo {
    text-align: left;
    font-size: 20px !important;
    font-weight: 600;
    color: white !important;
}

.texto-explicativo-mensagem {
    text-align: left;
    font-size: 18px !important;
    color: white !important;
}

.texto-explicativo-mensagem-pequeno {
    text-align: left;
    font-size: 12px !important;
    color: white !important;
    text-align: justify;
    margin-bottom: 3px;
}

.texto-chave-qrcode {
    text-align: center;
}

.qrcode-exibicao {
    text-align: center;
}

.img-qrcode {
    width: 250px;
    height: 250px;
}



.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    color: white;
}

    /* style icon */
    .inner-addon .material-icons {
        position: absolute;
        padding: 8px;
        pointer-events: none;
    }

/* align icon */
.left-addon .material-icons {
    left: 0px;
}

.right-addon .material-icons {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 35px;
}

.right-addon input {
    padding-right: 35px;
}

.inputComIcone {
    padding-left: 40px !important;
}

.botao-esticado {
    width: 100%;
}

.ambiente-label-container {
    padding: 20px; 
    background-color: #F5F5F5;
    border-radius: 5px; 
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); 
    margin-block-end: 10px;
}

.ambiente-label-text {
    font-size: 2rem; 
    font-weight: bold; 
}