﻿@font-face {
    font-family: 'Assistant-Bold';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/Mada/Mada-Bold.ttf");
}

@font-face {
    font-family: 'Assistant-ExtraBold';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/Mada/Mada-ExtraBold.ttf");
}

@font-face {
    font-family: 'Assistant-ExtraLight';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/Mada/Mada-ExtraLight.ttf");
}

@font-face {
    font-family: 'Assistant-Light';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/Mada/Mada-Light.ttf");
}

@font-face {
    font-family: 'Assistant-Regular';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/Mada/Mada-Regular.ttf");
}

@font-face {
    font-family: 'Assistant-SemiBold';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("../fonts/Mada/Mada-SemiBold.ttf");
}

html, body {
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: Assistant-Bold;
}

.login-cabecalho {
    background-image: url(../images/login-cabecalho.png);
    background-repeat: no-repeat;
    background-size: 100% 22%
}

.height-responsible {
    height: 100%;
}

.bloco-login {
    padding: 0 5% 0 10%;
    position: absolute;
    width: 90%;
    text-align: center;
    top: 10vh;
    font-size: 15px;
    font-weight: bold;
}

    .bloco-login label {
        color: #c0bcbe;
        width: 76%;
        /*margin-left: 12%;*/
        text-align: left;
    }

    .bloco-login input.form-control {
        /*background: none;*/
        background-color: var(--cor_fundo1)!important;
        border: none;
        border-bottom: 2px var(--cor1) solid;
        box-shadow: none;
        border-radius: 0;
        margin-top: -11px;
        width: 76%;
        margin-left: 12%;
    }

        .bloco-login input.form-control:focus {
            border: none;
            border-bottom: 2px var(--cor2) solid;
            box-shadow: none;
            border-radius: 0;
            transition: border-color linear 0.5s;
        }

    .bloco-login button {
        margin-top: 25px;
        width: 76%;
        /*margin-left: 12%;*/
        border: none;
        border-radius: 23px;
        height: 40px;
        background-color: var(--cor1);
    }

        .bloco-login button:hover, .bloco-login button:focus, .bloco-login button:active {
            background-color: var(--cor1) !important;
            border: none !important;
            outline: none !important;
        }

        .form-check {
            padding-left: unset;
        }

    .bloco-login a#btnNovoUsuario {
        display: block;
        margin-left: 50%;
        text-align: center;
        transform: translateX(-50%);
        margin-top: 15px;
        font-family: Assistant-Regular;
        color: #00accc;
        cursor: pointer;
    }

        .bloco-login a#btnNovoUsuario:hover {
            text-shadow: 0 0 1px #00accc;
        }

.logo-login {
    background-color: var(--logo_cor_fundo);
    content: var(--logo_login);
    width: var(--logo_login_size);
    background-repeat: no-repeat;
    margin-bottom: 48px;
    max-width: 100%;
    min-width: 20%;
    min-height: 20%;
    padding: 10px;
}

#imagem-login {
    width: 100%;
    height: 100%;
}

.imagem-login {
    content: var(--banner_login);
    padding-right: 0px;
    padding-left: 0px;
}

.suporte-login {
    width: 100%;
    bottom: 0;
    text-align: center;
    position: absolute;
    padding: 0 30px 10px 10px;
    font-size: 17px;
    color: var(--cor1);
    letter-spacing: 0.5px;
    font-weight: bold;
}

span.span-sucesso {
    color: green;
    font-weight: bold;
}

.bloco-login .span-erro {
    font-size: 13px;
    /*margin-left: 12%;*/
}

.modal .span-erro, .modal .span-sucesso {
    font-size: 15px;
}

/* Modal de Cadastro (Identity para Catalogo) */
.modal .modal-header h5 {
    font-size: calc(10px + 0.75vh + 0.75vw);
}

.modal .modal-body span {
    font-family: Assistant-Regular;
}

.modal input.form-control {
    width: 100%;
}

.modal #btnCadastrar {
    background-color: #00accc;
    color: white;
}