﻿@font-face {
    font-family: 'CenturyGothic';
    src: url("../../fonts/CenturyGothic.eot");
    src: url("../../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../../fonts/CenturyGothic.woff") format("woff"), url("../../fonts/CenturyGothic.ttf") format("truetype"), url("../../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabinregular';
    src: url("../../fonts/cabin-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #333;
    font-family: 'CenturyGothic';
    font-weight: normal;
    font-size: 14px;
    /* background: url('./Img/fondo.jpg') repeat center top #CCC;*/
    background-size: cover;
    margin: 0;
    padding: 0;
}

.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;
}

.ApplicationInterface_BackgroundFixed {
    background: url('./Img/Login_Background.jpeg') no-repeat top #000;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: -5000;
}

.LoginInterface_Logo {
    vertical-align: middle;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    height: 150px;
    margin-bottom: 50px;
    background: rgba(255,255,255,0.8);
    box-shadow: rgba(0,0,0,.4) 5px 5px 8px;
}

.LoginInterface_CfSpacer {
    height: 10px;
}

.LoginInterface_CfHeader {
    margin-top: 37px;
    margin-left: 37px;
    margin-right: 37px;
    max-width: 450px;
    max-height: 90px;
}

    .LoginInterface_CfHeader img {
        margin: auto;
    }

.LoginInterface_CfLoginPanel {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 45px 25px 45px !important;
    min-height: 400px;
    max-width: 540px;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,.4) 4px 4px 10px;
}

.LoginInterface_CfLoginPanelHeader {
    font-size: 30px;
    font-weight: bold;
    height: 120px;
    padding-top: 17px;
    text-align: center;
}

.LoginInterface_CfLoginPanelInterface {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    text-align: center;
}

.LoginInterface_CfLoginPanel ul li {
    list-style: none;
    font-family: cabinregular;
    color: red;
    font-weight: bold;
}

.LoginInterface_UserContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.input-group-addon {
    border: none;
    color: #fff;
    text-shadow: rgba(153,153,153,.8) 2px 2px 4px;
    font-size: 26px;
    background-color: #56b5ef;
    box-shadow: inset rgba(0,0,0,.3) 1px 1px 10px;
    border-radius: 5px;
}

.fa {
    background: #013c80 !important;
    height: 50px;
    width: 50px;
    border-radius: 5px;
}

.fa {
    display: table-cell;
}

.LoginInterface_CfLoginPanelInput {
    height: 45px;
    width: 410px;
    background-color: #777676;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    box-shadow: inset rgba(0,0,0,.3) 1px 1px 10px;
    border: 0;
    text-align: center;
    padding-right: 50px !important;
}

.LoginInterface_User {
    background: #013c80 !important;
    height: 50px;
    width: 50px;
    border-radius: 5px;
}

.LoginInterface_PassContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.LoginInterface_LogoPass {
    background: url('./Img/ResourceIcon_Password.svg');
    width: 55px;
    height: 55px;
    margin-top: 10px;
}

.input-group.input-group-lg {
    width: 100%;
}


.LoginInterface_CfLoginBtn {
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: 'cabinregular';
    height: 51px;
    border: 2px solid white;
    border-radius: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    background: rgba(102,102,102,1);
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    cursor: pointer;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .LoginInterface_CfLoginBtn:hover {
        color: white;
        font-size: 18px;
        font-weight: bold;
        height: 51px;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
        background: rgba(102,102,102,0.7);
        text-align: center;
        text-transform: uppercase;
        width: 140px;
        cursor: pointer;
    }

.LoginInterface_CfLoginErrorValidation {
    padding-top: 5px;
    color: red;
}

    .LoginInterface_CfLoginErrorValidation li {
        list-style: none;
    }


.LoginInterface_Logo {
    text-align: center;
}

    .LoginInterface_Logo img {
        margin: 0px auto;
    }

.LoginInterface_RenewPanel {
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 15px;
    margin: 20px;
}


.LoginInterface_CfLoginPanelBtn {
    height: 46px;
    color: #fff;
    width: 410px;
    font-size: 20px;
    box-shadow: rgba(0,0,0,.4) 2px 2px 2px;
    transition: background 300ms ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transform: translate(0,0);
    -moz-transition: -webkit-transform 300ms ease;
    transform: translate(300ms,0);
    transition: -webkit-transform 300ms ease;
    background: #006094;
    background: -moz-linear-gradient(top,rgba(0,96,148,1) 0%,rgba(0,169,231,1) 10%,rgba(0,32,115,1) 100%);
    background: -webkit-linear-gradient(top,rgba(0,96,148,1) 0%,rgba(0,169,231,1) 10%,rgba(0,32,115,1) 100%);
    background: linear-gradient(to bottom,rgba(0,96,148,1) 0%,rgba(0,169,231,1) 10%,rgba(0,32,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006094',endColorstr='#002073',GradientType=0);
}

    .LoginInterface_CfLoginPanelBtn:hover {
        opacity: .8;
        color: #fff;
    }

    .LoginInterface_CfLoginPanelBtn:focus {
        
        background: #006094 !important;
    }

.LoginInterface_ForgotPassword {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    min-height: 46px;
    width: 100%;
    color: #666;
    font-size: 14px;
    text-align: center;
}

    .LoginInterface_ForgotPassword a {
        color: #2c6fa9;
        font-weight: bold;
    }


@media (max-width: 767px) {

    .LoginInterface_Logo {
        padding-top: 15px !important;
        height: inherit !important;
        width: 100% !important;
        margin-bottom: 50px;
    }

    .LoginInterface_CfLoginPanel {
        padding: 20px 10px 20px 10px !important;
    }
}
