@font-face {
    font-family: 'Open Sans';
    src: url('/css/2cx/opensans.woff2') format('woff2'),
         url('/css/2cx/opensans.woff') format('woff');
}
body{
    overflow: hidden;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

:root {
    --first-color: #007e84; /*AZUL-HISTORIA*/
    --second-color: #ccff00; /*VERDE TECNOLOGICO*/
    --third-color: #262626; /*CINZA CHUMBO*/
    --fourth-color: #e7edee; /*AZUL CLARO*/
    --main-font-family: "Open Sans";
}

.login.login-with-news-feed .news-feed,
.register.register-with-news-feed .news-feed {
    position: fixed;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.login.login-with-news-feed,
.register.register-with-news-feed {
    background-image: url(/css/2cx/background-login.png);
    background-size: 500px 100%;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    z-index: 2;
}

.login.login-with-news-feed .right-content,
.register.register-with-news-feed .right-content {
    float: left;
    width: 500px;
    height: 100%;
    margin-top: 5em;
    z-index: 3;
}

.login-form-box {
    background-image: url(marca-fundo-login.png);
    background-size: 750px 100%;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
}

#page-container {
    background-image: url(/images/login/bg-default-2cx.jpg);
    width: 100%;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    background-size: cover;
}

input {
    width: 75% !important;
    color: #E7EDEE !important;
    font-weight: 700 !important;
    background: rgba(136, 126, 126, 0.04) !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 20px !important;
    outline: none !important;
    box-sizing: border-box !important;
    border: 2px solid #E7EDEE !important;
    margin-bottom: 50px !important;
    margin-left: 12.5% !important;
    text-align: center !important;
    margin-bottom: 27px !important;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--second-color) !important;
    border-width: 2px!important;
    background: var(--third-color) !important;
}

.input:hover {
    border-color: var(--second-color) !important;
    background: var(--third-color) !important;
    border-width: 2px!important;
}

.form-control:focus,
.form-control.focus,
.form-control.input-white:focus,
.form-control.input-white.focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--second-color) !important;
    border-width: 2px!important;
}

.form-control:hover,
.form-control:active,
.form-control.input-white:hover,
.form-control.input-white:active {
    border-color: var(--second-color) !important;
    background: var(--third-color) !important;
    border-width: 2px!important;
}

input[name="login-form-submit"],
input[type="submit"]{
    color: var(--second-color)!important;
    border: 2px solid var(--second-color)!important;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 4%)!important;
}

input[name="login-form-submit"]:hover,
input[type="submit"]:hover {
    background: var(--second-color) !important;
	color: var(--third-color)!important;
}

.login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header{
    padding: 60px 30px 0 30px!important;
}

.login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content{
    padding: 30px 30px 30px 30px!important;
}

.login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content{
    margin-top: 0px;
    overflow-y: auto;
}
.powered-by{
    position: relative;
    bottom: 35px;
    width: 430px;
    text-align: center!important;
    color: #E7EDEE!important;
    font-size: 12px!important;
}

.powered-by a{
    color: #E7EDEE!important;
    font-weight: bold;
}

.login .text-teal, .login .text-success, .login .text-teal-500{
    color: var(--second-color) !important;
    font-size: 14px;

}

@media (max-width: 455px) {
    .right-content {
        width: 100%!important;
    }

    body{
        overflow-y: auto;
    }
}

@media (max-width: 1024px){
    .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
        width: 500px!important;
    }
    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
        padding: 30px 30px 30px 30px!important;
    }
    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        padding: 60px 30px 0 30px!important;
    }


    .omne-fixed{
        display: none;
    }


    .omne-fixed-logo{
        display: block!important;
        font-size: 1em;
        color: #E7EDEE;
        font-weight: 700;
        letter-spacing: -3px;
    }

}

@media (max-width: 465px){
    .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
        width: 500px!important;
    }
    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
        padding: 30px 30px 30px 30px!important;
    }
    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        padding: 60px 30px 0 30px!important;
    }

    input.pwd,
    input#pwd{
        width: 50% !important;
        margin-bottom: 0px!important;
    }
    input.pwd2,
    input#pwd2{
        width: 50% !important;
        margin-bottom: 10px!important;
    }
    .powered-by {
        bottom: 35px;
        width: 100%;
        text-align: center!important;
        color: #E7EDEE!important;
        font-size: 12px!important;
    }

    [page="login-register"] .login.login-with-news-feed .login-header, 
    [page="login-register"] .register.register-with-news-feed .register-header,
    [page="login-forgot"] .login.login-with-news-feed .login-header, 
    [page="login-forgot"] .register.register-with-news-feed .register-header {
        padding: 10px 30px 0 30px!important;
    }

}

.iti__flag-container{
    margin-left: 19%!important;
}

#nome-error{
    display: none!important;
}

#cpf-error,
#email-error{
    margin-top: -21px!important;
    float: left!important;
    width: 100%!important;
}

.input-group-append .btn.btn-outline-secondary{
    border: none;
    margin-top: 7px;
}

.list-unstyled li{
    color: #E7EDEE!important;
}

.label-form,
#popover-password,
.login .login-content .text-content-info{
    color: #E7EDEE!important;
}

.login a.text-teal:hover, .login a.text-teal:focus, .login a.text-success:hover, .login a.text-success:focus  {
    color: #fff !important;
    font-size: 14px;
}

.omne-fixed{
    position: fixed;
    right: 0.6em;
    bottom: 0.2em;
    font-size: 10em;
    color: #E7EDEE;
    font-weight: 800;
    letter-spacing: -17px;
}


.omne-fixed-logo{
    display: none;
    font-size: 1em;
    color: #E7EDEE;
    font-weight: 700;
    letter-spacing: -3px;
}

.omne-fixed-logo{
    display: none;
}

#login-logo-2cx-yellow{
    margin-left: 500px!important;
}

.theme-bg-dark {
    background: #007e84;
}

.docs-branding {
    min-height: 69px;
    background: #1C373A;
}

.docs-overview .card:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    background: #E7EDEE;
}

.docs-logo-wrapper .site-logo {
    color: #E7EDEE;
}

.docs-page{
    overflow-y: auto!important;
}

.docs-page .powered-by{
    width: 100%;
    color: #262626!important;
}
.docs-page .powered-by a{
    color: #262626!important;
}

.docs-page .search-form .search-input{
    margin: 10px!important;
}