body {
    background-position: top;
    margin: 0px;
    padding: 0px;
    font-family: Univers;
    font-size: 12px;
    background: url(images/ControllerLogin.png) no-repeat center center fixed;
    background-size: cover;
}

fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.textUsuario {
    background-image: url('images/user.png');
    background-repeat: no-repeat;
    background-position: 0% center;
    margin-right: 10px;
}

.textPass {
    background-image: url('images/Lock.png');
    background-repeat: no-repeat;
    background-position: 2% center;
    margin-right: 10px;
}

.textEntry {
    font: 99% sans-serif;
    font-size: 12px;
    padding: 8px;
    min-width: 50px;
    width: 200px;
    max-width: 250px;
}

.logintxtfont {
    font-size: 12px;
    color: #BDBDBD;
}


a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #6a7dfe;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

.form label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.block {
    display: block;
    margin-bottom: 15px;
}

.form_left {
    float: left;
    margin-right: 20px;
}

form fieldset {
    display: block;
    margin-bottom: 11px;
}

.actions {
    clear: both;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.login_bg {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .login_bg .login_bg_top {
        margin: 100px auto 0px;
        width: 682px;
        background-color: #3366FF;
    }

.login_main_data {
    margin: 125px 0px 0px 45px;
    width: 592px;
    float: left;
}

.login_heading {
    margin: 0px 0px 0px 8px;
    width: 576px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 50px;
    font-family: Univers;
    font-size: 20px;
    font-weight: bold;
    border-bottom-color: rgb(229, 229, 229);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*Loading */
.updateProgress {
    background-color: ghostwhite;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding-top: 20%;
    padding-left: 45%;
}

    .updateProgress div {
        background-color: GhostWhite;
        padding: 4px;
        position: absolute;
        top: 5%;
        left: 45%;
    }

.button {
    width: 160px;
    height: 45px;
    background-color: #000000;
    cursor: pointer;
}

.buttonText {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}


.buttonLogin {
    background-image: url('images/Lock.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: rgb(235, 235, 235);
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(153, 153, 153);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(153, 153, 153);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(153, 153, 153);
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 30px;
}

    .buttonLogin:hover {
        color: rgb(102, 102, 102);
    }

.buttonModal {
    width: 100px;
    height: 35px;
    background-color: #000000;
    cursor: pointer;
}

.buttonTextModal {
    font-size: 12px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.buttonBG {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: rgb(235, 235, 235);
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom-color: rgb(153, 153, 153);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(153, 153, 153);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(153, 153, 153);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(153, 153, 153);
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 30px;
}

.buttonSaveModal {
    background-image: url('images/save_16.png');
}

.buttonCancelModal {
    background-image: url('images/delete_12.png');
}



.corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 5px;
}

.corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 5px;
}

.corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 5px;
}

.corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 5px;
}



/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(images/ControllerLogin.png) no-repeat center center fixed;
    background-size: cover;
}


.wrap-login100 {
    width: 385px;
    /*background: #fff;*/
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.card-container.card {
    max-width: 350px;
    padding: 0px 40px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border: 0px;
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url('images/LogoUnoLogin_300x96.png');
    padding: 75px 15px 145px 15px;
}

.login100-form-title-1 {
    font-family: Univers;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login100-form-title::before {
    content: "";
    display: block;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54,84,99,0.7);
}


/*==================================================================
[ Form ]*/

.login100-form {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 40px 25px 40px;
}

/*------------------------------------------------------------------
[ Input ]*/

input {
    outline: none;
    border: none;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }


textarea {
    outline: none;
    border: none;
}

    textarea:focus, input: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: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}


.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

.label-input100 {
    font-family: UniverUno;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: center;
    top: 14px;
    left: -105px;
    width: 80px;
}

/*---------------------------------------------*/
.input100 {
    font-family: UniverUno;
    font-size: 15px;
    color: #002e6d;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #e5bf45;
        background: -webkit-linear-gradient(left, #e5bf45, #e5bf45);
        background: -o-linear-gradient(left, #e5bf45, #e5bf45);
        background: -moz-linear-gradient(left, #e5bf45, #e5bf45);
        background: linear-gradient(left, #e5bf45, #e5bf45);
    }

    .focus-input100::after {
        font-family: UniverUno;
        font-size: 15px;
        color: #999999;
        line-height: 1.2;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 16px;
        left: 0px;
        padding-left: 5px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.input100:focus + .focus-input100::after {
    top: -15px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -15px;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

@font-face {
    font-family: UniverUno;
    src: url(../../Scripts/css/fonts/univers/UniversLTStd.otf);
}


button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*---------------------------------------------*/
.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .btn-show-pass:hover {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }

    .btn-show-pass.active {
        color: #6a7dfe;
        color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
        color: -o-linear-gradient(left, #21d4fd, #b721ff);
        color: -moz-linear-gradient(left, #21d4fd, #b721ff);
        color: linear-gradient(left, #21d4fd, #b721ff);
    }



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #005895;
    background: linear-gradient(to right, grey, #c7c8ca, grey);
    background: -moz-radial-gradient(center, #c7c8ca, #002e6d, #c7c8ca, #002e6d);
    background: radial-gradient(center, #c7c8ca, #002e6d, #c7c8ca, #002e6d);
    top: 0;
    /*transition: all 0.4s;*/
}

.login100-form-btn {
    font-family: UniverUno;
    font-size: 15px;
    color: #000000;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0;
}

/*---------------------------------------------*/

.login-recover-wrap {
    text-align: center;
}

.login-recover-content {
    width: 100%;
    margin: 0px auto;
    padding: 15px 15px;
}

.login-recover-btn {
    font-size: 12px;
    font-weight: bold;
    color: #030a63;
    text-decoration: none;
}
