body{
    background: url('../images/login/back.jpg') center no-repeat; background-size: cover;
}
footer{
    background: none !important;
}
header{
    display: none !important;
}
#content{
    background: none !important; position: relative;
}
.linkHome{
    color: #00c443; font-size: 12px;
}
/***** TAPS ****/
.taps{
    width: 100%; height: auto; margin-bottom: 20px; display: table; margin-top: 20px;
    background: rgba(0,0,0,.65); border-top-left-radius: 4px; border-top-right-radius: 4px;
}
.tap{
    width: 50%; float: left; height: 40px; text-align: center; display: table;
    color: #fff; line-height: 40px; border-top-left-radius: 4px; border-top-right-radius: 4px;
    font-size: 13px; cursor: pointer;
}
.activeTap{
    background: #00c443;
}
/***** CONTENT LOGIN FORMS ****/
.contentForm{
    position: absolute; width: 300px; min-height: 420px; border-radius: 15px; text-align: center;
    top: 50%; left: 50%;  transform: translate(-50%,-50%); box-sizing: border-box; padding: 10px 0px;
    overflow: hidden; box-shadow: 0 19px 38px rgba(0,0,0,0.90), 0 15px 12px rgba(0,0,0,0.92);
}
.contentForm form{
    box-sizing: border-box; padding: 0px 10px; margin-top: 20px;
}
.contentForm form p{
    color: #fff; font-size: 10px; line-height: 160%; text-align: justify;
}
.inter{
    position: absolute; width: 100%; height: 100%;
}
.bg{
    background: url('../images/login/back.jpg') center no-repeat; background-size: cover;
    -webkit-filter: blur(4px); -moz-filter: blur(4px); -ms-filter: blur(4px);
    -o-filter: blur(4px); filter: blur(4px); width: 100%; height: 100%; position: absolute;
    z-index: -1;
}
.brandLog{
    width: 100%; height: 85px; background-size: 70% !important; background-position: center !important;
    background-repeat: no-repeat !important;
}
.contentForm .datos-informacion-cont{
    background: none !important; border: none; border-radius: 0px; padding: 5px;
    margin-bottom: 0px;
}
.contentForm .datos-informacion-cont h5{
    color: #fff; font-size: 10px; margin-top: 5px;
}
.contentForm .input {
    margin-top: 5px; position: relative; height: auto;
}
.contentForm .input .parsley-required{
    text-align: left; margin-top: 5px;
}
.contentForm .input input{
    border: 1px solid rgba(255,255,255,.25) !important; border-radius:5px;
    height: 40px !important; box-sizing: border-box; padding: 3px 8px; color: #fff !important;
    background: rgba(0,0,0,.65) !important; margin-top: 5px;
}
.contentForm .input label{
    color: #fff !important; left:inherit; top: inherit; font-size: 11px; position: inherit;
    display: block; text-align: left; letter-spacing: 1px;
}
.contentForm .informacionForm label.activeLabel{
    left:inherit; top: inherit; font-size: 11px; position: inherit;
}
#formNew{
    display: none;
}
@media screen and (max-width: 500px){
    /***** CONTENT LOGIN FORMS ****/
    .contentForm{
        position:inherit; width: 300px; min-height: 420px; border-radius: 15px; text-align: center;
        top: inherit; left: inherit; margin: 50px auto 0; transform: translate(0,0);
    }
}
