body {
    height: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif !important;
    color: #5f5f5f;
    font-size: 16px;
}

.btn, .btn-primary {
    font-size: 16px !important;
    font-weight: 500;
}

.BemVindo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.divBlueTextOrangeBorder {
    text-align: center;
    width: 90%;
    border-top: 0.2rem solid #ff8e01;
    padding-bottom: 2.5vw;
    padding-top: 2.5vw;
}

.spanBlueTextOrangeBorder,
.razao-social-cliente {
    font-size: 25px;
    color: #053D4F;
}

.razao-social-cliente {
    font-size: 18px;
}

.divLogoBP {
    width: 100%;
    display: flex;
    justify-content: center;
    max-height: 140px;
    margin-bottom: 15px;
}

.bg-fit {
    border-left: 4px solid #ff8e01;
    background-image: url('../../../images/account/loginnew/accessbackgroundimg.png');
    background-position: center;
    background-size: cover;
}

.form-control {
    margin-bottom: 10px;
    border-radius: 4px;
    width: 90%;
    height: 40px;
    margin-top: 4px;
}

.manterConectadoRecuperarSenha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end;
    flex-wrap: wrap;
    width: 90%;
    margin-top: 15px;
}

#ButtonSubmit, #ButtonSubmitRecuperarSenha {
    width: 90%;
    background-color: #ff8e01;
    border: none;
    height: 40px;
    margin-top: 15px;
}

.loginForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imgCreditos {
    position: fixed;
    bottom: 15px;
    left: 55px;
}

.btnVoltarLogin {
    background-color: #808080;
    border: none;
    margin-top: 15px;
    height: 40px;
}

#RememberMe {
    transform: scale(1.2)
}

#btnVerSenha {
    height: 40px;
    width: 40px;
    margin-top: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

    #btnVerSenha:hover {
        background-color: #eee !important
    }

#Password {
    float: left;
    width: calc(100% - 40px);
    box-shadow: none;
    border-right: none;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

    #Password:focus {
        border: 1px solid #ccc;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-right: none
    }

#UserName:focus {
    box-shadow: none;
    border: 1px solid #ccc
}

#ButtonRecuperarSenha {
    cursor: pointer
}

#wrapper-toast-bp {
    top: 20px !important;
}

#wrapper-toast-bp .toast-bp {
    background: #fff;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid;
    display: flex;
    flex-direction: column;
}

    #wrapper-toast-bp .toast-bp .toast-close {
        position: absolute;
        top: 0px;
        right: 10px;
        cursor: pointer;
        color: #555;
        font-size: 20px;
    }

    #wrapper-toast-bp .toast-bp.toast-type-SUCESSO {
        border-color: #46A047;
        background-color: #F6FFF3;
    }

        #wrapper-toast-bp .toast-bp.toast-type-SUCESSO svg {
            color: #46A047;
        }

    #wrapper-toast-bp .toast-bp.toast-type-ALERTA {
        border-color: #FFC107;
        background-color: #FFFAF2;
    }

        #wrapper-toast-bp .toast-bp.toast-type-ALERTA a {
            border-color: #FFC107;
        }

    #wrapper-toast-bp .toast-bp.toast-type-FALHA {
        border-color: #dc3545;
        background-color: #FFF7F7;
    }

    #wrapper-toast-bp .toast-bp .toast-title {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 6px;
    }

    #wrapper-toast-bp .toast-bp .toast-text {
        font-size: 12px;
        color: #707070;
    }

    #wrapper-toast-bp .toast-bp svg {
        font-size: 30px;
    }

.loginForm span.error-login {
    font-size: 15px;
}

.btn-light:focus {
    box-shadow: none !important
}

@media screen and (max-width: 980px) {
    .col-md-7 {
        display: none
    }
}

@media only screen and (max-width: 850px) {
    .imgCreditos {
        width: 100% !important
    }
}

@media only screen and (max-width: 429px) {
    .imgCreditos {
        font-size: 1rem;
        text-align: left
    }

    #ButtonRecuperarSenha {
        margin-bottom: 5px
    }

    #blip-chat-container #blip-chat-open-iframe {
        right: 3% !important;
        bottom: 2.5% !important
    }

    #btnVerSenha:hover {
        background-color: #fff
    }

    #ModalConfirma .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px
    }
}

.main-div {
    height: 100vh;
}

@media screen and (max-width : 980px) {
    .col-md-7 {
        display: none;
    }
}

@media screen and (min-width: 980px) {
}

@media (max-width: 768px) {
    .dnonecustom {
        display: none !important;
    }
}

.field-validation-error {
    display: inline-block;
}