* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    /* Location of the image */
    background-image: url(../Imagenes/back.jpg);
    /* Image is centered vertically and horizontally at all times */
    background-size: cover;
    min-height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

.login {
    position: fixed;
    width: 460px;
    background-color: #FFF;
    padding: 5px;
    border: 3px solid #CCC;
    z-index: 200;
    margin: 5% auto;
    left: 0;
    right: 0;
    height: 335px;
    top: 8%;
    background: rgb(54, 25, 25) radial-gradient(); /* Fall-back for browsers that don't support rgba */
    background: rgba(255,255,255, 0.6) border-box;
    border-radius: 10px;
}

.Registro {
    position: fixed;
    width: 600px;
    height: auto;
    background-color: #FFF;
    padding: 10px;
    border: 2px solid #CCC;
    z-index: 200;
    margin: 1% auto;
    left: 0;
    right: 0;
    background: rgb(54, 25, 25) radial-gradient(); /* Fall-back for browsers that don't support rgba */
    background: rgba(255,255,255, 0.6) border-box;
    border-radius: 15px;
}

.RegistroPure {
    position: fixed;
    width: 80%;
    height: auto;
    background-color: #FFF;
    z-index: 200;
    margin: 1% auto;
    left: 0;
    right: 0;
    background: rgb(54, 25, 25) radial-gradient(); /* Fall-back for browsers that don't support rgba */
    background: rgba(255,255,255, 0.6) border-box;
    border-radius: 10px;
}
.transparent {
    margin: 5px;
    display: block;
    color: #B50128;
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
}
  /* enable absolute positioning */
.inner-addon { 
    position: relative; 
}
.input-group-addon {
     background-color:#000;
  font-size: 12px;
  color: #f3f604;
}
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  background-color:#000;
  font-size: 12px;
  color: #f3f604;
}
.btn {
    background: black;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 15px 'lucida_sansdemibold',sans-serif;
    padding: 15px 30px;
    position: relative;
    border-radius: 6px;
    
}

    .btn:hover,
    .btn:focus {
        background: #f6e23a;
        color: black;
        outline: 0;
        font-weight: bold;
    }

.btnBackup {
    background: black;
    border: none;
    color: white;
   
    cursor: pointer;
    display: inline-block;
    font: 14px 'lucida_sansdemibold',sans-serif;
    padding: 2px 2px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
    text-decoration: none;
}

    .btnBackup:hover,
    .btnBackup:focus {
        background: #f6e23a;
        color: black;
        outline: 0;
        text-decoration: none;
    }

.legend {
    position: relative;
    top: 50%;
    max-width: 100%;
    min-width: 100%;
    display: table;
    background: url(../Imagenes/header.jpg) center no-repeat;
    color: #fff;
    font-size: 20px;
    background-color: black;
    height: 50px;
}

    .legend:after {
        content: "";
        background-image: url(http://simpleicon.com/wp-content/uploads/multy-user.png);
        background-size: 100px 100px;
        background-repeat: no-repeat;
        background-position: 152px -16px;
        opacity: 0.06;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

.input {
    position: relative;
    width: 90%;
    margin: 15px auto;
    font-weight: bold;
    font-size: 11pt;
    color: #EDEDED;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

    .input span {
        position: absolute;
        display: block;
        color: #d4d4d4;
        left: 10px;
        top: 8px;
        font-size: 20px;
    }

    .input input {
        width: 100%;
        padding: 10px 5px 10px 20px;
        display: block;
        border: 1px solid #EDEDED;
        border-radius: 4px;
        transition: 0.2s ease-out;
        color: #a1a1a1;
    }

        .input input:focus {
            padding: 10px 5px 10px 10px;
            outline: 0;
            border-color: #F6E23A;
            color: black;
            background-color: #fff7b3;
        }

.submit {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto -15px auto;
    background: #fff;
    border-radius: 100%;
    border: 1px solid rgb(54, 25, 25);
    color: rgb(54, 25, 25);
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px #fff;
    transition: 0.2s ease-out;
}

    .submit:hover,
    .submit:focus {
        background: #999896;
        color: white;
        outline: 0;
    }

.feedback {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #2ecc71;
    padding: 10px 0;
    font-size: 12px;
    display: none;
    opacity: 0;
}

    .feedback:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(46, 204, 113, 0);
        border-bottom-color: #2ecc71;
        border-width: 10px;
        margin-left: -10px;
    }
    .label {
    display: table-cell;
    vertical-align: middle;
   align-content:center;
    height: 50px;
    color:#000;
    font-size:large;
}
/************************************************************************************
RESET CSS
*************************************************************************************/
/*html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
 
img, fieldset {
    border: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto; /* ie8 */
/*}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
    margin: 0;
}
/***************************************************
----- CONDICIONALES DE MEDIA QUERIES -----
****************************************************/

@media screen and (max-width: 980px) {
    body {
        background-image: url(../Imagenes/back.jpg);
        background-size: cover;
    }

    .login {
        max-width: 90%;
        background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
        background: rgba(255,255,255, 0.4) border-box;
    }

    .Registro {
        max-width: 90%;
    }

    .btnBackup {
        font: 9px 'lucida_sansdemibold',sans-serif;
    }

    .btn {
        font: 11px 'lucida_sansdemibold',sans-serif;
        padding: 10px 25px;
    }
}

@media screen and (max-width: 650px) {
    body {
        background-image: url(../Imagenes/backMobile.jpg);
        background-size: cover;
    }

    .login {
        max-width: 90%;
        background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
        background: rgba(255,255,255, 0.4) border-box;
    }

    .Registro {
        max-width: 90%;
    }
    .label {
        font-size:medium;
    }
}

@media screen and (max-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
    }

    body {
        background-image: url(../Imagenes/backMobile.jpg);
        background-size: cover;
    }

    .login {
        max-width: 90%;
        background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
        background: rgba(255,255,255, 0.4) border-box;
    }

    .Registro {
        max-width: 90%;
    }
     .label {
        font-size:medium;
    }
}
