#preloader {
    position  : fixed;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    background: #000;
    opacity   : 0.7;
    z-index   : 100000;
}

#loader {
    width     : 100px;
    height    : 100px;
    position  : absolute;
    left      : 50%;
    top       : 50%;
    background: url(view/librerias/dist/img/loader.gif) no-repeat center 0;
    margin    : -50px 0 0 -50px;
}

html,
body {
    padding: 0;
    margin : 0;
}

.wrapper-login {
    background-color: #F4F6F9;
    height          : 100vh;
    position        : relative;
    display         : -webkit-flex;
    display         : -moz-flex;
    display         : -ms-flex;
    display         : -o-flex;
    display         : flex;
}

.wrapper-login .login-box {
    -webkit-flex   : 1 1 auto !important;
    -moz-flex      : 1 1 auto !important;
    -ms-flex       : 1 1 auto !important;
    -o-flex        : 1 1 auto !important;
    flex           : 1 1 auto !important;
    display        : -webkit-flex;
    display        : -moz-flex;
    display        : -ms-flex;
    display        : -o-flex;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.login-content {
    text-align: center;
}

.title-login {
    font-size    : 16px;
    font-weight  : bold;
    margin-bottom: 0px;
    color        : #0070d2;
}

.login-box-body {
    background-color: #fff;
    margin-top      : 15px;
    padding         : 10px 15px 25px;
}

.btn-ingresar {
    border-radius   : 0px;
    padding         : 10px 15px;
    background-color: #0070D2;
    ;
}

.wrapper-login .login-banner {
    -webkit-flex           : 1 1 auto !important;
    -moz-flex              : 1 1 auto !important;
    -ms-flex               : 1 1 auto !important;
    -o-flex                : 1 1 auto !important;
    flex                   : 1 1 auto !important;
    background-image       : url('../../banner-login/01.jpg?v1');
    /*background-image       : url('../../banner-login/banner-01.svg');*/
    background-position    : center center;
    background-repeat      : no-repeat;
    -webkit-background-size: cover;
    -moz-background-size   : cover;
    -ms-background-size    : cover;
    -o-background-size     : cover;
    background-size        : cover;
    width                  : 25%;
}

.repeat-password {
    margin-top: 10px !important;
    text-align: center;
}

.not-cliente {
    margin-top: 10px !important;
    text-align: center;
}

.contenedor-apk-not-client {
    margin-top: 10px;
}

.apk a {
    background: #fff;
    display   : block;
    padding   : 10px;
    width     : 150px;
    margin    : auto;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #CCD;
    cursor    : pointer;
}

.download a {
    background: #fff;
    display   : inline-block;
    padding   : 10px;
    margin    : auto;
    box-shadow: 0px 0px 1px 1px #CCD;
    cursor    : pointer;
    text-align: center;
}

.apk a:hover {
    outline        : unset;
    text-decoration: unset;
}

.not-client {
    text-align: center;
}

.not-client a {
    text-align: center;
    color     : black;
}

.not-client a:hover {
    text-decoration: unset;
    cursor         : pointer;
}

.not-client a:hover {
    outline: unset;
    color  : black;
}

/*.footer-pagina {
    position      : absolute;
    bottom        : 0;
    padding-bottom: 10px;
}
*/
.footer-pagina {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
}

.modal-title-solicitud {
    font-weight   : bold;
    margin-bottom : 0px;
    color         : #0070d2;
    text-transform: uppercase;
}

.modal-conten-login {
    border-radius: 25px;
}

/* .modal-solicitud .modal-dialog {
    display        : flex;
    justify-content: center;
    align-items    : center;
} */

/* .modal-solicitud {
    display: flex !important;
} */

.modal-solicitud .modal-dialog .modal-content .modal-header .close {
    border-radius: 100%;
    border       : 2px solid #0070D3;
    color        : #0070d2;
    width        : 35px;
    height       : 35px;
    opacity      : 1;
}

.modal-solicitud .modal-dialog .modal-content .modal-body {
    padding: 0px 15px;
}

.modal-solicitud .modal-dialog .modal-content .modal-header {
    position     : relative;
    border-bottom: 0px;
}

.modal-solicitud .modal-dialog .modal-content .modal-header::before {
    content   : " ";
    position  : absolute;
    bottom    : 0;
    left      : 15px;
    right     : 15px;
    height    : 1px;
    background: #ededed;
}

.modal-solicitud .modal-dialog .modal-content .modal-body .row .col-md-12 .row .col-md-6 .form-group label ,
.modal-solicitud .modal-dialog .modal-content .modal-body .row .col-md-12 .row .col-md-12 .form-group label {
    
    font-weight  : 500;
    font-style   : italic;
}
.modal-solicitud .modal-dialog .modal-content .modal-body {
    -webkit-box-shadow: unset;
    box-shadow        : unset;
}

.modal-solicitud .modal-dialog .modal-content .modal-body::before {
    content   : " ";
    position  : absolute;
    bottom    : 0;
    left      : 15px;
    right     : 15px;
    height    : 1px;
    background: #ededed;
}

.modal-solicitud .modal-dialog .modal-content .modal-footer {
    border-top-width: 0px;
}

.modal-solicitud .modal-dialog .modal-content {
    padding: 15px;
}

.btn {
    padding      : 10px 3rem;
    border-radius: 25px;
    min-width    : 130px;
}

.btn:active:focus ,
.btn:focus {
    outline: unset;
}

.btn-primary {
    background-color: #0070D3;
    border-color    : #0070D3;
}

.btn-primary:focus,
.btn-primary:hover {
    outline: unset;
    border-color    : #0070D3;
    background-color    : #0070D3;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 112, 211, 0.5);
}

.error  {
    color: #F52C00;
}

@media screen and (max-width: 767px) {
    .login-banner {
        display: none;
    }

    .login-box .login-wrapper {
        width                 : 100%;
        display               : -webkit-flex;
        display               : -moz-flex;
        display               : -ms-flex;
        display               : -o-flex;
        display               : flex;
        -webkit-flex-pack     : center;
        -moz-flex-pack        : center;
        -ms-flex-pack         : center;
        -o-flex-pack          : center;
        justify-content       : center;
        -webkit-flex-align    : center;
        -moz-flex-align       : center;
        -ms-flex-align        : center;
        -o-flex-align         : center;
        align-items           : center;
        -webkit-flex-direction: column;
        -moz-flex-direction   : column;
        -ms-flex-direction    : column;
        -o-flex-direction     : column;
        flex-direction        : column;
    }

    .login-content {
        width     : 100%;
        text-align: center;
    }

    .login-box-body {
        max-width: 350px;
        width    : 100%;
        margin   : 10px auto;
    }

    .contenedor-apk-not-client {
        width: 100%;
    }
}