/* Minification failed. Returning unminified contents.
(91,23): run-time error CSS1038: Expected hex color, found '#ffff'
(151,12): run-time error CSS1038: Expected hex color, found '#0'
 */
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: latoregular;
    min-height: 500px !important;
    height: auto;
}

.container-fluid {
    margin-left: 0px;
    margin-right: 0px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(0, 0, 0, 0.50);
    background-image: none;
    color: white;
}

.fa {
    display: table-cell;
}

.ResourceImage_Login {
    transform: translateY(45px);
}

.LoginInterface_Content {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}

.LoginInterface_BackgroundFixed {
    background: url('../img/BodyBackground.jpg') no-repeat top #000;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: -5000;
}

.LoginInterface_LoginHeaderImage {
    margin: 0;
}

.LoginInterface_Logo {
    vertical-align: middle;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    height: 200px;
    margin-bottom: 150px;
    background: rgba(255,255,255, 0.6);
    box-shadow: rgba(0,0,0, 0.4) 5px 5px 8px;
}

    .LoginInterface_Logo img {
    }

.LoginInterface_ApplicationName {
    border-left: #A41D36 2px solid;
    font-weight: bold;
    font-size: 24px;
    height: 80px;
    margin-top: 25px;
    padding-left: 15px;
    width: 400px;
    padding-top: 12px;
    line-height: 115%;
}

.LoginInterface_Header {
    color: #fff;
    font-size: 24pt;
    padding: 20px;
}

.LoginInterface_ContainerHeader {    
    margin-left: auto;
    margin-right: auto;
    height: 90px;
    background-color: #ffff;    
    width: 540px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.LoginInterface_Container {
    padding: 0px 45px 55px 45px;
    background-color: rgba(51,51,51,0.5);
}

.LoginInterface_ContainerLogin {
    Font-size: 18pt;
    color: #FFF;
    min-height: 320px;
    background: #ffffff;
    margin: auto;
    border-radius: 5px;
    box-shadow: #333333 5px 5px 20px;
}

.LoginInterface_Spacer {
    height: 10px;
}

.LoginInterface_LoginFooter {    
    min-height: 30px;
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
    position: relative;
    bottom: 0px;
    z-index: 10000;
    text-align: left;
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.LoginInterface_LoginPanel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 45px 0px 45px !important;
    height: 400px;
    width: 540px;
    background-color: #ffffff;
    border-radius: 0px 0px, 5px 5px;
}

    .LoginInterface_LoginPanel .input-group-addon {
        color: #C3C3C3;
        background: #F4F4F4 !important;
        text-shadow: none;
        box-shadow: none;
    }

.LoginInterface_LoginPanelInput {    
    background-color: #F4F4F4;
    border-radius: 5px;
    color: #0;
    font-size: 24px;
    border: 0;
    text-align: center;
    padding-right: 50px !important;
}

.fa {
    background: #006094 !important;    
    width: 50px;
    border-radius: 5px;
    font-size: 20px;    
    line-height: 40px;
    color: #FFF;
}

.LoginInterface_LoginPanelBtn {
    height: 46px;
    color: #fff;
    width: 410px;
    font-size: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006094+0,00a9e7+10,002073+100 */
    background: #195DB2; /* Old browsers */
}

.LoginInterface_LoginPanelBtn:hover {
    opacity: 0.8;
    color: #fff;
    background: #195DB2;
}

.LoginInterface_CfLoginPanelBtn:focus {
    border-radius: 5px;
    height: 50px;
    width: 410px;
    color: #fff;
    font-size: 24px;
    box-shadow: #333 2px 2px 15px !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b65b6d+0,a41d36+100 */
    background: #b65b6d; /* Old browsers */
    background: -moz-linear-gradient(top, #b65b6d 0%, #a41d36 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b65b6d 0%,#a41d36 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b65b6d 0%,#a41d36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65b6d', endColorstr='#a41d36',GradientType=0 ); /* IE6-9 */
    border: 0;
}


.input-group-addon {
    border: none;
    color: #fff;
    text-shadow: rgba(153, 153, 153, 0.8) 2px 2px 4px;
    font-size: 26px;
    background-color: #56b5ef;
    box-shadow: inset rgba(0, 0, 0, 0.3) 1px 1px 10px;
    border-radius: 5px;
}


.LoginInterface_ForgotPassword {    
    border: solid 1px #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    min-height: 46px;
    width: 280px;
    color: #195DB2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
}

    .LoginInterface_ForgotPassword a {
        color: #195DB2;
    }

        .LoginInterface_ForgotPassword a:hover {
            color: #122D72;
        }


@media (max-width: 550px) {
    .LoginInterface_CfLoginHeaderImage {
        height: 80px !important;
    }

    .LoginInterface_CfLoginPanel {
        width: 80% !important;
        text-align: center;
        padding: 10px;
    }

    .LoginInterface_Logo {
        padding-top: 23px !important;
    }

        .LoginInterface_Logo img {
            width: 100px !important;
        }

    .LoginInterface_ApplicationName {
        font-size: 15px !important;
        width: 95% !important;
        max-width: 250px !important;
        height: 60px !important;
        margin-top: 10px !important;
    }

    .LoginInterface_ForgotPassword {
        font-size: 18px !important;
        width: 80%;
    }

    .LoginInterface_CfLoginPanel {
        width: 90% !important;
        text-align: center;
        padding: 30px;
    }

    .LoginInterface_ForgotPassword {
        font-size: 18px !important;
        width: 80%;
        line-height: 28px;
    }

    .LoginInterface_CfLoginFooter {
        bottom: 40px;
        width: 500px;
        right: 15px;
    }

    .LoginInterface_Logo {
        padding-top: 23px !important;
        height: inherit !important;
        margin-bottom: 60px;
    }

        .LoginInterface_Logo img {
            width: 80% !important;
        }
}

@media (min-width: 550px) and (max-width: 768px) {
    .LoginInterface_LoginHeaderImage {
        height: inherit !important;
    }

    .LoginInterface_CfLoginPanel {
        width: 70% !important;
        text-align: center;
        padding: 30px;
    }

    .LoginInterface_Logo {
        padding-top: 23px !important;
        height: inherit !important;
        margin-bottom: 60px;
    }

        .LoginInterface_Logo img {
            width: 80% !important;
        }

    .LoginInterface_ApplicationName {
        font-size: 15px !important;
        width: 95% !important;
        max-width: 250px !important;
        height: 60px !important;
        margin-top: 10px !important;
    }

    .LoginInterface_ForgotPassword {
        font-size: 18px !important;
        width: 80%;
    }
}

.input-group.input-group-lg {
    width: 100%;
}


.LoginInterface-CfSpacer {
    height: 10px;
}

.LoginInterface-CfHeader {
    background: rgba(0,0,0,0.5);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.498039);
    width: auto;
    height: 110px;
}

    .LoginInterface-CfHeader div {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        margin: 13px 30px;
    }

.LoginInterface-CfLoginPanel {
    border-radius: 5px;
    background: rgba(255,255,255, 0.5);
    display: block;
    width: 100%;
    max-width: 630px;
    margin: 100px auto;
    padding-bottom: 37px;
}

.LoginInterface-CfLoginPanelHeader {
    background: #333;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 60px;
    padding-top: 10px;
    text-align: center;
}

.LoginInterface-CfLoginPanelImage {
    display: block;
    z-index: 1;
    position: absolute;
    margin: 26px 0px 0 171px;
}

.LoginInterface-CfLoginPanelInterface {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    text-align: center;
}

    .LoginInterface-CfLoginPanelInterface input[type="text"] {
        color: #000;
        font-size: 18px;
        font-weight: bold;
        height: 51px;
        border-radius: 10px;
        border: #fff 1px solid;
        /*background: rgba(0,0,0,0.5) url('./Img/icono-usuario.png') no-repeat 8px;*/
        box-shadow: #333 1px 1px 2px;
        text-align: center;
        margin-top: 37px;
        width: 340px;
    }

    .LoginInterface-CfLoginPanelInterface input[type="password"] {
        color: #000;
        font-size: 18px;
        font-weight: bold;
        height: 51px;
        border-radius: 10px;
        border: #fff 1px solid;
        /*background: rgba(0,0,0,0.5);*/
        box-shadow: #333 1px 1px 2px;
        text-align: center;
        margin-top: 37px;
        width: 340px;
    }

.LoginInterface-CfLoginBtn {
    background: #2970CA;
    cursor: pointer;
    display: block;
    font-weight: bold;
    width: 340px;
    height: 50px;
    border-radius: 10px;
    box-shadow: #333 1px 1px 2px;
    color: #fff;
    margin: 35px auto 0px auto;
    padding: 13px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}

    .LoginInterface-CfLoginBtn:hover {
        background: rgba(41,112,202,0.7);
        transition: background 250ms ease;
    }

.LoginInterface-CfLoginErrorValidation {
    padding-top: 5px;
    color: red;
}

    .LoginInterface-CfLoginErrorValidation li {
        list-style: none;
    }

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.validation-summary-errors ul li {    
    margin: 15px;
    margin-right: 50px;
    list-style: none;
    text-align: center;
}

