.header {
    background: #0747A6;
    width: 100%;
    height: 83px;
    padding: 18px;
}

.logo,
#navegacion {
    display: inline-block;
}

#navegacion {
    float: right;
    line-height: 44px;
}

form.containerForm,
p.containerForm {
    max-width: 700px;
    margin: 0 auto;
}

p.containerForm {
    margin: 10px auto;
    text-align: center;
}

h4.formTitle {
    font-size: 16px;
    text-transform: uppercase;
    margin: 43px 0 18px;
    border-bottom: 1px solid black;
}

label.col-form-label {
    color: #4661b1;
}

.fieldOptional:after {
    content: " (Opcional)";
    font-size: 11px;
    color: #aaa;
}

.buttonsActions {
    margin-bottom: 3rem;
}

.footer {
    background: #0747A6;
    padding: 5px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.boton {
    width: 150px;
}

#resultados {
    overflow-x: scroll;
    margin: 5px 0;
    clear: both;
}


/*.container{

margin-bottom: 50%;
}*/

.no-transparente {
    background: url("../images/fondo.jpg")no-repeat center center;
    opacity: .2;
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: -1;
}

#info-contrasena {
    text-align: center;
}

@media screen and (max-width:720px) and (min-width:240px) {
    .no-transparente {
        background-position: 12% -7%;
    }
}