/*******************************************************************************/
.ll-main {
    -moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:auto;
    margin:auto;
    max-width:1367px;
    padding:66px 16px;
    padding-bottom: 40px;
    -moz-osx-font-smoothing:auto;
    -webkit-font-smoothing:subpixel-antialiased;
}


/* Si la anchura tiene un maximo 640px */
@media only screen and (max-width:640px){
    .ll-main{ padding:40px 20px; padding-bottom:20px; }
}
/********************************************************************************/



.ll-bord-rad-0 {
    border-radius: 0rem;
}

.ll-card {
    border-radius: 0rem;
}


.ll-box-shadow-white {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background: white;
}

.form-wrapper input[type=button] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #272727;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    /*text-transform: none;*/
    text-transform: uppercase !important;
}


.ll-btn-default {
    color: #fff;
    background-color: #095285 !important;
    border-color: #095285;
}

.ll-a-default {
    color: #095285 !important;
    /*font-weight: 600;*/
    font-size: 21px;
    transition: background-color 100ms linear, color 100ms linear, border 100ms linear;
    background-color: transparent;
}


.ll-ul-with-strong {
    /*font-size: 21px;*/
}

ul .ll-a-default {
    margin-bottom: 5px;
}

.ll-forgot-password {
    /*text-decoration: none;*/
}


.ll-form {
    background-color: #fff; border-radius: 3px;box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.ll-form-content-title {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: rgba(26,26,26,.9);
}

.ll-form-content-inputs {
    padding: 1.25rem;
}

/* Contenedor Principal secundarios (start) */
@media (min-width: 576px) {
    .ll-content-reducido {
        padding: 1.5rem 2.5rem;
    }
}
@media (min-width: 768px) {
    .ll-content-reducido {
        padding: 1.5rem 3.5rem;
    }
}
@media (min-width: 992px) {
    .ll-content-reducido {
        padding: 1.5rem 2.5rem;
    }
}
@media (min-width: 1200px) {
    .ll-content-reducido {
        padding: 3.5rem 5.5rem;
    }
}
/* Contenedor Principal secundarios (end) */
/* Formularios (start) */
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    .ll-content-form {
        /*background-color: red;*/
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/* Formularios (end) 