
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: 'Blinker', sans-serif !important;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Blinker', sans-serif !important;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Blinker', sans-serif !important;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Blinker', sans-serif !important;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

/*--HTML STANDARDIZATION --*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    width: 100%;
    font-family: 'Blinker', sans-serif !important;
}

/*  GENERAL FORMAT  */

.container-general {
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(30deg, #7f7f7f, #3e4454);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

input {
    outline: none;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom: 2px solid #7f7f7f;
}

    input:focus {
        border-bottom: 2px solid #7f7f7f;
    }

button {
    font-family: 'Blinker', sans-serif !important;
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

a {
    font-family: 'Blinker', sans-serif !important;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #76a662;
    }


/*  LOGIN SCRREN  */

.content-login {
    box-shadow: 0 0 246px #7f7f7f;
    padding: 38px 216px 38px 77px;
    background: white;
}

.div-input-login {
    position: relative;
    z-index: 1;
}

.label-login {
    display: block;
    font-family: 'Blinker', sans-serif !important;
    font-size: 14px;
    color: black;
    line-height: 1;
    text-align: start;
    margin-top: 18px;
}

.input-login {
    font-family: 'Blinker', sans-serif !important;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    display: block;
    background: white;
    height: 40px;
    padding: 3px 20px 0 35px;
    width: 146%;
}

.icon-input-login {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding-top: 20px;
}

.div-button-login {
    padding: 30px 0px 25px 100px;
}

.button-login {
    width: 120%;
    font-size: 15px;
    text-transform: uppercase;
    height: 46px;
    border-radius: 9px;
    background: #b0b0b0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .button-login:hover {
        background: #3e4454;
        color: #fff;
    }

.div-link-rc-login {
    padding-left: 140px;
}

.div-link-reg-login {
    padding-left: 170px;
}

.link-login {
    font-family: 'Blinker', sans-serif !important;
    font-size: 14px;
    line-height: 2;
    color: black;
}

/*  FORGET PASSWORD SCRREN  */

.input-forget-password {
    font-family: 'Blinker', sans-serif !important;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    display: block;
    background: white;
    height: 40px;
    padding: 3px 20px 0 35px;
    width: 156%;
}

.div-link-back-login {
    padding-left: 158px;
}

/*  REGISTER SCREEN  */

.content-register {
    box-shadow: 0 0 246px #7f7f7f;
    padding: 16px 201px 20px 40px;
    background: white;
}

.div-input-register {
    position: relative;
    z-index: 1;
}

.label-register {
    display: block;
    font-family: 'Blinker', sans-serif !important;
    font-size: 12px;
    color: black;
    text-align: start;
    margin-top: 18px;
}

.input-register {
    font-family: 'Blinker', sans-serif !important;
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
    display: block;
    background: white;
    height: 40px;
    padding: 3px 20px 0 5px;
    width: 172%;
}

.div-button-register {
    padding: 30px 0px 5px 88px;
}

.button-register {
    width: 146%;
    font-size: 15px;
    text-transform: uppercase;
    height: 46px;
    border-radius: 9px;
    background: #b0b0b0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .button-register:hover {
        background: #3e4454;
        color: #fff;
    }

/*  ENTERPRISE SCREEN  */

.content-enterprise {
    width: 460px;
    border-radius: 12px;
    border: 2px solid #666675;
    padding: 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    font-family: Lato;
    font-size: 12px;
    font-family: 'Blinker', sans-serif !important;
}

    .content-enterprise a {
        display: block;
        padding-top: 15px;
        color: lightseagreen;
        font-family: 'Blinker', sans-serif !important
    }

p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #db3b1e;
}


.welcome-user {
    padding: 10px;
}

.label-enterprise {
    font-weight: bold;
    padding: 20px 0px;
}

.link-logout {
    font-size: 15px;
}





/*textarea {
    outline: none;
    border: none;
}

    textarea:focus {
        border-color: transparent !important;
    }



    input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    input:focus:-moz-placeholder {
        color: transparent;
    }

    input:focus::-moz-placeholder {
        color: transparent;
    }

    input:focus:-ms-input-placeholder {
        color: transparent;
    }

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}*/














/*---------------------------------------------*/


/*---------------------------------------------*/
/*h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: 'Blinker', sans-serif !important;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}*/

/*---------------------------------------------*/


/*iframe {
    border: none !important;
}*/


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
/*.txt1 {
    font-family: 'Blinker', sans-serif !important;
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}*/




/*----- contenedor general login -------*/



/*.limiter {
    width: 100%;
    margin: 0 auto;
}




.wrap-registrarse {
    padding-left: 190px;
    padding-top: 16px;
}*/

/*.wrap-login100 {
    background: #434659;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}*/

/*------------------------------------------------------------------
[  ]*/
/*.login100-pic {
    width: 50%;
    align-content: center;
    align-items: center;
    padding: 27px 40px 80px 40px;
}

.login100-pic-registro {
    width: 50%;
    align-content: center;
    align-items: center;
    padding: 210px 40px 80px 40px;
}

.login100-pic-login {
    width: 45%;
    align-content: center;
    align-items: center;
    padding: 0px 60px 80px 60px;
}

.login100-pic img {
    max-width: 100%;
}

.login100-pic-registro img {
    max-width: 50%;
}*/


/*------------------------------------------------------------------
[  ]*/
/*.login100-form {
    width: 50%;
}

.login100-form-title {
    font-family: 'Blinker', sans-serif !important;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}*/




/*---------------------------------------------*/


/*.input100-register {
    font-family: 'Blinker', sans-serif !important;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    display: block;
    width: 165%;
    background: white;
    height: 40px;
    border-radius: 2px;
    padding: 0 27px 0 27px;
}*/


/*------------------------------------------------------------------
[ Focus ]*/
/*.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 154%;
    height: 50%;
    box-shadow: 0px 0px 0px 0px;
    color: rgb(10, 36, 153);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}*/

/*@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}*/

/*.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}*/



/*.input100:focus + .focus-input100 + .symbol-input100 {
    color: #0a2499;
    padding-left: 28px;
}

.input100:focus + .focus-input100 + .symbol-input100-login {
    color: #0a2499;
    padding-left: 18px;
}*/

/* ----BUTTON LOGIN --- */






/*------------------------------------------------------------------
[ Responsive ]*/



/*@media (max-width: 992px) {
    .wrap-login100 {
        padding: 33px 90px 33px 85px;
        background: #434659;
    }

    .login100-pic {
        width: 40%;
        padding-top: 60px;
        padding-bottom: 40px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .login100-form {
        width: 50%;
    }

    .container-login100-form-btn {
        width: 120%;
        padding-left: 110px;
    }

    .txt2 {
        font-family: 'Blinker', sans-serif !important;
        font-size: 14px;
        line-height: 1.3;
        color: black;
        padding-left: 170px;
    }
}

@media (max-width: 768px) {

    .login100-form {
        width: 100%;
    }

    .login100-pic {
        width: 100%;
        padding: 120px 120px 120px 120px;
    }

    .container-login100-form-btn {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
        padding-left: 0px;
    }

    .input100 {
        font-family: 'Blinker', sans-serif !important;
        font-size: 15px;
        line-height: 1.5;
        color: #333333;
        display: block;
        width: 100%;
        background: #e6e6e6;
        height: 50px;
        border-radius: 2px;
        padding: 0 20px 0 50px;
    }

    .wrap-login100 {
        background: #434659;
        border-radius: 8px;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: inline;
        flex-wrap: wrap;
        padding: 33px 80px 33px 80px;
    }

    .txt2 {
        font-family: 'Blinker', sans-serif !important;
        font-size: 14px;
        line-height: 1.3;
        color: white;
        padding-left: 0px;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 33px 15px 33px 15px;
        background: #434659;
    }

    .container-login100-form-btn {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
        padding-left: 0px;
    }

    .login100-pic {
        width: 100%;
        padding: 30px 40px 33px 40px;
    }

    .input100 {
        font-family: 'Blinker', sans-serif !important;
        font-size: 15px;
        line-height: 1.5;
        color: #333333;
        display: block;
        width: 100%;
        background: #e6e6e6;
        height: 50px;
        border-radius: 2px;
        padding: 0 20px 0 50px;
    }

    .txt2 {
        font-family: 'Blinker', sans-serif !important;
        font-size: 14px;
        line-height: 1.3;
        color: white;
        padding-left: 0px;
    }
}*/



/*------------------------------------------------------------------
[ Alert validate ]*/

/*.validate-input {
    position: relative;
    width: 146%;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: red;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: 'Blinker', sans-serif !important;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: 'Blinker', sans-serif !important;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}*/
