﻿loginPage a, a:hover, a:focus, a:active {
    text-decoration: none !important;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    html, body, body * {
        box-sizing: border-box;
        font-family: 'Open Sans', Tahoma;
        font-weight: 100;
    }
/*h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    margin-top: 5px;
    margin-bottom: 5px;
}*/
/*#loaderBar {
    opacity: 0;
    position: fixed;
    width: 300px;
    height: 200px;
    text-align: center;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10000;
    background-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    -webkit-transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -ms-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
#loaderBar span {
    display: inline-block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: white url('../images/ajax-loader.gif') center center no-repeat;
    background-size: cover;
}*/
/*.loginPage {
    background: transparent url('../images/bg.jpg') center center no-repeat;
}*/
/*input[type="text"], input[type="password"], input[type="date"] {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus {
    background-color: #017d82;
    color: white !important;
}
label {
    font-weight: 400 !important;
}*/
*:focus {
    outline: none;
}
/*
button, input[type="submit"] {
    border: none;
    padding: 5px 15px;
    background-color: #017d82;
    border: 1px solid transparent;
    color: white !important;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
button:hover, input[type="submit"]:hover {
    background-color: white;
    color: #017d82 !important;
    border: 1px solid #017d82;
}*/
/*#PageLogin {
    text-align: center;
    margin-top: 100px;
}
.blockWindow {
    width: 20%;
    margin: 0 auto;
    min-width: 300px;
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.05);
}
.formWrapper {
    margin-top: 7px;
    margin-bottom: 7px;
}
.formWrapper label {
    display: inline-block;
    width: 28%;
    text-align: right;
    padding-right: 10px;
}
.formWrapper input {
    width:66%;
}
.submitWrapper {
    margin-top: 10px;
    padding-top: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.submitWrapper button, .submitWrapper input[type="submit"] {
    width: 95%;
}
body.loginPage {
    padding: 10px 15px;
}
h1 {
    margin-bottom: 40px !important;
    color: #017d82 !important;
    font-size: 27px !important;
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    box-shadow: 0px 15px 30px -3px rgba(0, 0, 0, 0.05);
}
footer {
    margin-top: 40px !important;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px -15px 30px -3px rgba(0, 0, 0, 0.05);
    padding-top: 20px;
}*/
.sweet-modal-overlay {
    background: radial-gradient(at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%) !important;
}
/*
#footerRight {
    width: 137px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url('../images/CAU.jpg') top center no-repeat;
    background-size: contain;
    position: fixed;
    bottom: 0px;
    right: 145px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#footerRight2 {
    width: 120px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url('../images/TIACT.png') top center no-repeat;
    background-size: contain;
    position: fixed;
    bottom: 0px;
    right: 14px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.loginPage #footerRight, .loginPage #footerRight2 {
    opacity: 0.5;
}
.loginPage #footerRight:hover, .loginPage #footerRight2:hover {
    opacity: 1;
}*/
#top {
    background-color: black;
    color: white;
    padding: 5px 10px;
    text-align: right;
    line-height: 24px;
    border-bottom: 1px solid white;
    box-shadow: 0px 0px 50px 1px rgba(0, 0, 0, 0.25);
}

    #top a.closeSession {
        width: 16px;
        height: 16px;
        display: inline-block;
        text-indent: 9999px;
        overflow: hidden;
        margin-left: 10px;
        background: transparent url('../images/error.png') center center no-repeat;
        background-size: cover;
        position: relative;
        top: 2px;
    }
/*
.chosen-search-input, input[type="text"].chosen-search-input:focus {
    color: #000000 !important;
}
*/
body, .portalFlex {
    overflow: hidden;
}

    html, html *, body, body * {
        box-sizing: border-box;
    }

.portalFlex {
    display: flex;
}

.flexCap:first-child {
    flex: 35%;
    /*background: transparent url('../images/bg.jpeg') center center no-repeat;*/
    background: transparent url('../images/bgHozono.jpg') center center no-repeat;
    background-size: cover;
    box-shadow: inset -40px 0px 80px -30px rgba(0, 0, 0, 0.15);
}

.orthem .flexCap:first-child {
    flex: 35%;
    background: transparent url('../images/bg-orthem.jpeg') center center no-repeat;
    background-size: cover;
    box-shadow: inset -40px 0px 80px -30px rgba(0, 0, 0, 0.15);
}

.flexCap:last-child {
    flex: 65%;
    text-align: center;
}

#blqLogin {
    width: 50%;
    margin: 0 auto;
    max-width: 400px;
    min-width: 300px;
}

h1 {
    font-weight: bold !important;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6) !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 32px !important;
}

    h1 span {
        font-style: italic;
        color: #00657e;
        font-weight: bold !important;
    }

.portalFlex, .portalFlex * {
    text-align: left !important;
}

.blockWindow {
    margin-top: 40px;
}

.formWrapper label {
    height: 60px;
    border-left: 5px solid rgba(250, 250, 250, 0.3);
    width: 100%;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: rgba(250, 250, 250, 0.3);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px !important;
    transition: all 0.15s ease;
}

    .formWrapper label.focused {
        background-color: rgba(255, 255, 255, 0.75);
        border-left: 7px solid #00657e;
        box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.04);
    }

    .formWrapper label span.lbl {
        position: absolute;
        top: 21px;
        left: 15px;
        font-size: 12px;
        color: #737373;
        font-weight: 500;
        transform-origin: 0 0;
        transition: all 0.2s ease;
        text-transform: uppercase;
        font-weight: 400;
    }

    .formWrapper label input {
        -webkit-appearance: none;
        width: 100%;
        border: 0;
        font-family: inherit;
        padding: 4px 0;
        height: 31px;
        margin-top: 9px;
        font-size: 15px;
        font-weight: 500;
        background: none;
        border-radius: 0;
        color: #223254;
        transition: all 0.15s ease;
        padding-left: 5px;
        padding-right: 5px;
    }

        .formWrapper label input:not(:placeholder-shown) + span {
            transform: translateY(-14px) translateX(4px) scale(0.75);
            color: #AAA !important;
        }

        .formWrapper label input:focus {
            background: none;
            outline: none;
        }

            .formWrapper label input:focus + span {
                color: #8cc3e7 !important;
                transform: translateY(-14px) translateX(4px) scale(0.75);
            }

    _:-ms-lang(x), _:-webkit-full-screen, .formWrapper label span.lbl {
        transform: translateY(-14px) translateX(4px) scale(0.75) !important;
    }

#loaderPanel {
    position: absolute;
    z-index: 999999999;
    display: block;
    margin: 0 !important;
    width: 100%;
    height: 5000px;
    background: white;
    /*background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.53) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.53) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.53) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87ffffff', endColorstr='#ffffff',GradientType=1 );*/
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 1000ms ease-in;
    -moz-transition: opacity 1000ms ease-in;
    -ms-transition: opacity 1000ms ease-in;
    -o-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in;
}

#PageLogin {
    opacity: 0;
    -webkit-transition: opacity 1000ms ease-in;
    -moz-transition: opacity 1000ms ease-in;
    -ms-transition: opacity 1000ms ease-in;
    -o-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in;
}

.formWrapper > label {
    border: 1px solid rgba(0, 0, 0, 0.03);
}

#sendLogin, #sendRegister, #sendRegisterTlf, #sendCheckCodigo {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent url('../images/login.png') right center no-repeat;
    background-size: auto 100%;
    width: 100%;
    color: black;
    height: 30px;
    text-align: right !important;
    padding-right: 50px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

    #sendLogin:hover, #sendLogin:focus, #sendRegister:hover, #sendRegister:focus, #sendRegisterTlf:hover, #sendRegisterTlf:focus, #sendCheckCodigo:hover, #sendCheckCodigo:focus {
        color: #00657e;
        padding-right: 40px;
    }

@media all and (max-width:1030px) {
    #blqLogin {
        width: 80%;
        max-width: 500px;
        min-width: 300px;
    }
}

@media all and (max-width:640px) {
    .portalFlex {
        display: block;
    }

    .flexCap:first-child {
        flex: none;
        display: none;
    }

    .flexCap:last-child {
        flex: none;
    }
}

@media all and (max-width:425px) {
    .portalFlex h1 {
        font-size: 22px !important;
        text-align: center !important;
    }

    #blqLogin {
        padding-left: 20px;
        padding-right: 20px;
    }

    #blqLogin {
        width: 90%;
        min-width: 200px;
    }

    .wellcomeBox p {
        /*color: #999;*/
        font-size: 11px;
        text-align: center !important;
    }
}

body.loginPage .sweet-modal-box {
    font-family: "Roboto","Open Sans",sans-serif;
    font-size: 14px;
    position: absolute;
    width: 34%;
    left: 33%;
    margin: auto;
    margin-top: 96px;
    margin-bottom: 96px;
    border-radius: 3px;
    color: white;
    box-shadow: 0px 8px 46px rgba(0,0,0,0.08), 0px 2px 6px rgba(0,0,0,0.03);
    background: -moz-linear-gradient(-45deg, #00657e 0%, #00657e 100%);
    background: -webkit-linear-gradient(-45deg, #00657e 0%,#00657e 100%);
    background: linear-gradient(135deg, #00657e 0%,#00657e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4186d', endColorstr='#82e4186d',GradientType=1 );
}

    body.loginPage .sweet-modal-box .sweet-modal-content {
        font-size: 18px !important;
        text-transform: uppercase;
        font-weight: 400;
    }

body.loginPage .sweet-modal-close a.sweet-modal-close-link:hover {
    background-color: black;
}

@media all and (max-width:820px) {
    body.loginPage .sweet-modal-box {
        width: 80%;
        left: 10%;
    }
}
/* LOADER */
.cssload-cube {
    background-color: #23a0bf;
    width: 21px;
    height: 21px;
    position: absolute;
    margin: auto;
    animation: cssload-cubemove 3.2s infinite ease-in-out;
    -o-animation: cssload-cubemove 3.2s infinite ease-in-out;
    -ms-animation: cssload-cubemove 3.2s infinite ease-in-out;
    -webkit-animation: cssload-cubemove 3.2s infinite ease-in-out;
    -moz-animation: cssload-cubemove 3.2s infinite ease-in-out;
}

.cssload-cube1 {
    left: 30px;
    top: 0px;
    animation-delay: 0.16s;
    -o-animation-delay: 0.16s;
    -ms-animation-delay: 0.16s;
    -webkit-animation-delay: 0.16s;
    -moz-animation-delay: 0.16s;
}

.cssload-cube2 {
    left: 60px;
    top: 0px;
    animation-delay: 0.32s;
    -o-animation-delay: 0.32s;
    -ms-animation-delay: 0.32s;
    -webkit-animation-delay: 0.32s;
    -moz-animation-delay: 0.32s;
}

.cssload-cube3 {
    left: 89px;
    top: 0px;
    animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -moz-animation-delay: 0.48s;
}

.cssload-cube4 {
    left: 0px;
    top: 30px;
    animation-delay: 0.16s;
    -o-animation-delay: 0.16s;
    -ms-animation-delay: 0.16s;
    -webkit-animation-delay: 0.16s;
    -moz-animation-delay: 0.16s;
}

.cssload-cube5 {
    left: 30px;
    top: 30px;
    animation-delay: 0.32s;
    -o-animation-delay: 0.32s;
    -ms-animation-delay: 0.32s;
    -webkit-animation-delay: 0.32s;
    -moz-animation-delay: 0.32s;
}

.cssload-cube6 {
    left: 60px;
    top: 30px;
    animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -moz-animation-delay: 0.48s;
}

.cssload-cube7 {
    left: 89px;
    top: 30px;
    animation-delay: 0.64s;
    -o-animation-delay: 0.64s;
    -ms-animation-delay: 0.64s;
    -webkit-animation-delay: 0.64s;
    -moz-animation-delay: 0.64s;
}

.cssload-cube8 {
    left: 0px;
    top: 60px;
    animation-delay: 0.32s;
    -o-animation-delay: 0.32s;
    -ms-animation-delay: 0.32s;
    -webkit-animation-delay: 0.32s;
    -moz-animation-delay: 0.32s;
}

.cssload-cube9 {
    left: 30px;
    top: 60px;
    animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -moz-animation-delay: 0.48s;
}

.cssload-cube10 {
    left: 60px;
    top: 60px;
    animation-delay: 0.64s;
    -o-animation-delay: 0.64s;
    -ms-animation-delay: 0.64s;
    -webkit-animation-delay: 0.64s;
    -moz-animation-delay: 0.64s;
}

.cssload-cube11 {
    left: 89px;
    top: 60px;
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

.cssload-cube12 {
    left: 0px;
    top: 89px;
    animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -moz-animation-delay: 0.48s;
}

.cssload-cube13 {
    left: 30px;
    top: 89px;
    animation-delay: 0.64s;
    -o-animation-delay: 0.64s;
    -ms-animation-delay: 0.64s;
    -webkit-animation-delay: 0.64s;
    -moz-animation-delay: 0.64s;
}

.cssload-cube14 {
    left: 60px;
    top: 89px;
    animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

.cssload-cube15 {
    left: 89px;
    top: 89px;
    animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -moz-animation-delay: 0.96s;
}

.cssload-spinner {
    margin: auto;
    width: 117px;
    height: 117px;
    position: relative;
}

@keyframes cssload-cubemove {
    35% {
        transform: scale(0.005);
    }

    50% {
        transform: scale(1.7);
    }

    65% {
        transform: scale(0.005);
    }
}

@-o-keyframes cssload-cubemove {
    35% {
        -o-transform: scale(0.005);
    }

    50% {
        -o-transform: scale(1.7);
    }

    65% {
        -o-transform: scale(0.005);
    }
}

@-ms-keyframes cssload-cubemove {
    35% {
        -ms-transform: scale(0.005);
    }

    50% {
        -ms-transform: scale(1.7);
    }

    65% {
        -ms-transform: scale(0.005);
    }
}

@-webkit-keyframes cssload-cubemove {
    35% {
        -webkit-transform: scale(0.005);
    }

    50% {
        -webkit-transform: scale(1.7);
    }

    65% {
        -webkit-transform: scale(0.005);
    }
}

@-moz-keyframes cssload-cubemove {
    35% {
        -moz-transform: scale(0.005);
    }

    50% {
        -moz-transform: scale(1.7);
    }

    65% {
        -moz-transform: scale(0.005);
    }
}

.cssload-spinner {
    position: fixed;
    z-index: 1000000;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    -ms-transition: opacity 100ms ease-in;
    -o-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}
/* ****** */
.atlantico .flexCap:first-child {
    flex: 35%;
    background: transparent url(../images/atlantico-bg.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: inset -40px 0px 80px -30px rgba(0, 0, 0, 0.15);
}

.footerSeparator {
    margin-top: 25px;
    box-shadow: 0px -15px 30px -11px rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 10px;
    color: #b10c3a;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

#register {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 30px;
    width: 125px;
    height: 55px;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url('../images/registrate.png') center center no-repeat;
    background-size: cover;
}

@media all and (max-width:900px) {
    #register {
        width: 120px;
        height: 50px;
        top: 10px;
        right: 15px;
    }
}

body.loginPage .sweet-modal-box.registerForm {
    background-color: white !important;
    background: -webkit-linear-gradient(-45deg, #f4f8fa 0%,white 100%);
    background: linear-gradient(135deg, #f4f8fa 0%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=1 );
}

    body.loginPage .sweet-modal-box.registerForm .sweet-modal-title-wrap {
        background: rgb(232,46,64);
        background: -moz-linear-gradient(left, #00657e 0%, #00657ec7 100%);
        background: -webkit-linear-gradient(left, #00657e 0%,#00657ec7 100%);
        background: linear-gradient(to right, #00657e 0%,#00657ec7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e82e40', endColorstr='#ce7185',GradientType=1 );
    }

        body.loginPage .sweet-modal-box.registerForm .sweet-modal-title-wrap .sweet-modal-title h2 {
            color: white !important;
        }

.registerNote {
    color: black;
    text-transform: initial;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 10px 10px;
}

.registerSuccess {
    text-transform: initial;
}

.sweet-modal-box.registerForm .sweet-modal-content {
    overflow: hidden;
}

@media all and (max-width:1650px) {
    body.loginPage .sweet-modal-box.registerForm {
        width: 47%;
        left: 25%;
    }
}

@media all and (max-width:1080px) {
    body.loginPage .sweet-modal-box.registerForm {
        width: 67%;
        left: 15%;
    }
}

@media all and (max-width:600px) {
    body.loginPage .sweet-modal-box.registerForm {
        width: 100%;
        left: 0%;
        overflow-y: scroll;
        margin-top: initial;
    }
}

.flexCap:last-child {
    background-color: #f4f8fa;
}

#flexLogin {
    flex: auto;
    box-shadow: inset 0 0 0 1000px rgb(244 248 250 / 0%);
    opacity: 1;
    -webkit-transition: opacity 1000ms ease-in;
    -moz-transition: opacity 1000ms ease-in;
    -ms-transition: opacity 1000ms ease-in;
    -o-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(150,150,150);
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgba(255,255,255,0) 100%)
}

#portalHozono {
    background: transparent url(../images/bgHozono.jpg) center center no-repeat;
    /*background: transparent url(../images/bgHorizontal.jpg) center center no-repeat;*/
    background-size: cover;
}

#loginLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
    opacity: 0;
    -webkit-transition: opacity 2000ms ease-in;
    -moz-transition: opacity 2000ms ease-in;
    -ms-transition: opacity 2000ms ease-in;
    -o-transition: opacity 2000ms ease-in;
    transition: opacity 2000ms ease-in;
    /*background: rgb(0,0,0);
    background: radial-gradient(circle, rgba(0,0,0,0.48503151260504207) 0%, rgba(177,177,177,1) 100%);*/
}

.Aviso2FA {
    text-align: justify;
    font-weight: bold;
    color: black;
    text-transform: none;
}
#formCodigo {
    text-align: center;
}
    #formCodigo label {
        width: 25%;
        background-color: rgb(220,220,220);
        text-align: center;
        margin-bottom: 5px;
        border-radius: 2px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px !important;

    }
        #formCodigo label input {
            text-align: center;
            width: 100%;
            letter-spacing: 2px;
        }

