/* Logomarca */
.logomarca {
    background-image: url('../../img/custom/logomarca-white-medium.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    display: block;
    margin: 0;
}

.login-content {
    background-color: #343456;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
}

.login-content-left {
    background: #5a6571;
    width: 60%;
}

.login-content-right {
    background: #fff;
    width: 40%;
    align-items: center;
    display: flex;
    padding-right: 40px;
    overflow: auto;
}

.login-content-right a {
    color: #5a6571 !important;
    text-decoration: none;
    font-size: 17px !important;
}

.login-content-right a i:before {
    padding-right: 5px;
}

.login-content-right .tab-pane {
    border: 0px !important;
}

.login-content-right label {
    color: #000 !important;
}

.login-area {
    width: 100%;
    margin-left: 5%;
}

.login-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: 15%;
    text-align: center;
    width: 100%;
}

.background-builder {
    background: url('../../img/custom/bg_1.png') !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position-x: center !important;
    align-items: center;
    display: flex;
    padding-left: 50px;
}


.panel-footer {
    background-color: #ffffff;
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card {
    box-shadow: none;
}

.panel {
    border-radius: initial;
    background: #fff;
    min-height: 50px;
    box-shadow: none;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 0px;
}

.btn-primary {
    padding: 6px 16px;
    font-size: 0.875rem;
    height: 40px;
    min-width: 64px;

    font-weight: 500;

    padding-left: 24px;
    padding-right: 24px;
    text-transform: uppercase;
}

.btn:not(.btn-link):not(.btn-circle) i {
    font-size: 18px !important;
    position: initial !important;
    top: initial !important;
}

.login-content-right .panel-heading {
    background: transparent !important;
    border: 0px;
    justify-content: left;
}

.login-content-right .panel-heading .panel-title {
    font-size: 20px;
    line-height: 38px;
    margin: 0 0 0 10px;
    color: #000;
}

.button-text {
    line-height: 30px;
    margin-bottom: 0 !important;
    display: block !important;
}

#login-wrapper .card > .panel-heading {
    background-color: #ffffff !important;
    color: #fff !important;
    border: 0px !important;
    padding: 0px !important;
}

#form_login .tab-pane.active {
    margin: 0px !important;
}

.tpassword input {
    padding-right: calc(40px + .90rem);
}

/* Force Mode Light */
.card {
    background-color: #ffffff !important;
    color: #000 !important;
}

.panel-body {
    padding: 0px;
    margin: 0px;
}

.tpassword button {
    right: 5px;
}

.dark-mode .custom-control-label::before, .dark-mode .custom-file-label, .dark-mode .custom-file-label::after, .dark-mode .custom-select, .dark-mode .form-control:not(.form-control-navbar):not(.form-control-sidebar), .dark-mode .input-group-text {
    background: #ffffff !important;
}

@media (max-width: 800px) {
    .login-content-right {
        width: 100%;
        padding-right: 0;
    }

    .login-content-right {
        background: #fff;
        width: 50%;
        align-items: center;
        display: flex;
        padding-right: 40px;
        overflow: auto;
    }

    .login-content-left {
        display: none
    }

    .login-content-right {
        width: 100%;
        padding-right: 0
    }

    .login-area {
        margin: auto;
        padding: 24px
    }

    .tab-pane, .panel-body {
        padding: 0px !important;
    }
}