﻿body {
    font-family: 'Montserrat', sans-serif !important;
    padding-right: 0 !important;
}


#principal > .custom-container > div > .background {
    background-image: url(../../css/portalgeia/espaco_cliente.webp);
    height: 693px;
    background-size: 663px;
    background-repeat: no-repeat;
    object-fit: contain;
}

#logo-adm {
    width: 111px;
    float: right;
}

#logo-operadora {
    width: 111px;
    float: left;
}

.msg-login > .form-group {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    color: #325473;
    font-size: 17px;
    padding-bottom: 15px;
}

.cadastrado {
    border-radius: 17px;
    color: #0f415a;
    background-color: white;
    border-color: gray;
    border-width: 1px;
    height: 38px;
    font-size: 14px;
    width: 82%;
}

.naoCadastrado {
    border-radius: 17px;
    color: #0f415a;
    background-color: white;
    border-color: gray;
    border-width: 1px;
    height: 38px;
    width: 100%;
    font-size: 14px;
}

.waves-effect, .waves-light {
    color: #F8F8F8;
}

.card {
    border-radius: 26px !important;
}

.background > div {
    padding-left: 128px;
    padding-top: 66px;
}

.frase {
    color: #325473;
    font-size: 17px;
    font-weight: 600;
}

.padding-padrao {
    padding-top: 25px;
}

.main-header {
    display: block;
}

@media (max-width: 992px) {

    #principal > .custom-container > div > .background {
        background-image: url(../../css/portalgeia/espaco_cliente_mob.webp);
        height: 939px;
        background-size: 97%;
        background-repeat: no-repeat;
        object-fit: contain;
    }

    .background > div {
        padding-left: 0px;
        padding-top: 35%;
    }


    .medium-small {
        font-size: 14px;
    }

    .cadastrado {
        border-radius: 17px;
        color: #0f415a;
        font-size: 12px;
        background-color: white;
        border-color: gray;
        height: 32px;
        border-width: 1px;
    }

    .naoCadastrado {
        border-radius: 17px;
        color: #0f415a;
        font-size: 12px;
        background-color: white;
        border-color: gray;
        border-width: 1px;
        height: 32px;
    }

    .main-header{
        display:none;
    }
}

