﻿
:root {
    --blue: #5b7af7;
    --indigo: #5b7af7;
    --purple: #8c3feb;
    --pink: #fc4975;
    --red: #f23f38;
    --orange: #fd7e14;
    --yellow: #fcb32d;
    --green: #4edcb8;
    --teal: #00cccc;
    --cyan: #2dc3fc;
    --white: #fff;
    --gray: #969aab;
    --gray-dark: #191621;
    --primary: #5b7af7;
    --secondary: #969aab;
    --success: #4edcb8;
    --info: #2dc3fc;
    --warning: #fcb32d;
    --danger: #f23f38;
    --light: #f0f3fb;
    --dark: #191621;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
    margin: 0;
    padding: 0;
}

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bodyMask {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: rgba(9, 41, 65, .85); /*Aclarar u obscurecer la capa negra cambiando el canal Alfa*/
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.formulario {
    position: relative;
    width: 100%;
    margin: auto;
    padding-top: 2%;
    z-index: 2;
    text-align: center;
}
/*** PANTALLA LOGIN ***/

.tituloLogin {
    padding-top: 25px;
    font-size: 1.5em;
}

.logoLogin {
    height: 270px;
    padding-top: 10px;
}

.logoLoginCompany {
    height: 100px;
}

.logoGeneral {
    height: 60px;
    width: 58px;
}

.triangulo {
    width: 0;
    height: 0;
    border-right: 70px solid #144a71;
    border-top: 50px solid #144a71;
    /*border-right: 70px solid #144a71;
    border-top: 50px solid #144a71;*/
    border-left: 57px solid transparent;
    border-bottom: 57px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.version {
    z-index: 3;
    top: 17px;
    right: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    position: absolute;
}

.loginTitle {
    color: #efeeee;
    font-weight: 600;
    text-align: center;
    font-size: 2.7em;
    vertical-align: middle;
}

.loginImg {
    position: relative;
    top: -50px;
    vertical-align: middle;
    width: .65rem;
}

.loginImglogo {
    position: relative;
    top: -10px;
    vertical-align: middle;
    width: 6rem;
    height: 6rem;
}

.loginIcon {
    color: #efeeee;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.txtBox {
    background: transparent;
    margin-top: 20px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #c9c9c9;
    color: #fff;
    font-size: 1.2em;
    padding: 0.3rem;
    width: 100%;
}

    .txtBox:focus, input:focus {
        outline: none;
    }

.ddlBox {
    background: transparent;
    margin-top: 10px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 25px;
    color: #fff;
    font-size: 1.2em;
    padding: 0.3rem;
    width: 100%;
}

    .ddlBox:focus {
        outline: none;
        background: #fff;
        color: #144a71;
    }

.forgetBox {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
}


.btnOther {
    padding: 12px 17px;
    background: #144a71;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    font-weight: 600;
}

    .btnOther:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(219, 219, 219, 0.20);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btnOther:hover, .btnOther:focus, .btnOther:active {
        color: #fff;
    }

        .btnOther:hover:before, .btnOther:focus:before, .btnOther:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }


.lblFail {
    opacity: .0;
    color: transparent;
}

input::placeholder {
    font-weight: 600;
    opacity: .6;
    color: #d4d4d4;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
    transition-delay: background-color 5000s, color 5000s;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #c9c9c9;
    color: #fff;
    font-size: 1.2em;
    padding: 0.5rem;
    width: 100%;
}
