@font-face {
    font-family: 'BentonSansBBVA-Book';
    src: url("BentonSansBBVA-Book.otf");
    font-style: normal;
    font-weight: 400
 }

@font-face {
    font-family: 'BentonSansBBVA-Medium';
    src: url("BentonSansBBVA-Medium.otf");
    font-style: normal;
    
}

/*iframe*/
html, body {
 max-width: 100vw!important;
 height: 100vw!important;
}
/* INICIO: MEDIA QUERIA VERSION (PC) MIN-WIDTH: 700 */
@media (min-width:769px) {
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    width: 32%;
}
.btn{
    width: 32%!important;
    margin: 16px 0!important;
}
 .botonEntrar, .recuperar1{
    margin-top: 5%;
 }

}
/* ESTILOS Versión Movil*/
@media(max-width:768px) {
    body{
        overflow-y: visible!important;
}
 
.formaem {
    width: 100%;
    padding: 0px 15px;
    
}

.container .alert-icon{
    margin-top: 5%!important;
}
}
body{
    overflow: hidden;
}
.container {
    max-width: 530px;
    width: 100%;
    margin: 0px auto;
    display: block;
}
.container .alert-icon1{
    margin-top: 3%;
}
.container h1{
    font-size:24px;
    font-family: "BentonSansBBVA-Book", "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    color: #121212;
    margin-left: 2%;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 6%;
    line-height: 1.1;
}
.formaem p{
    line-height: 1.5;
    font-size: 15px!important;
    font-family: "BentonSansBBVA-Book" !important;
    margin-top: 5%;
    text-align: center;
 }
 span{
  font-family: "BentonSansBBVA-Book";
  /*font-weight: bold;*/
}
.botonEntrar{
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 2%; 
}
.boton{
    font-family: "BentonSansBBVA-Medium", "Helvetica Neue", Arial, Helvetica, sans-serif!important;
    /*width: 141px;*/
    height: 56px;
    max-width: 100%;
    padding: 16px!important;
    font-size: 15px!important;
    border-radius: 1px!important;
    border: 0!important;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-weight: normal!important;
    padding: 15px 0px 10px 0px;
    margin: 8px 0px;
    margin-left: 0%;
    text-align: center!important;
    background-color: #1973b8 !important;
}
.boton:focus{
    outline: #fff solid 1px!important;
    outline-offset: -6px!important;
    background-position: 0 center;
}
.btn{
    font-family: "BentonSansBBVA Medium", "Helvetica Neue", Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    font-size: 13px;
    border-radius: 1px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin: 8px 0;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-size: 210% 100%;
    background-position: 100% center;
    background-repeat: no-repeat;
    -webkit-transition: background-position .5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background-position .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-position .5s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background: #E9E9E9!important; 
    color: #BDBDBD !important;
    pointer-events: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background: #E9E9E9!important; 
    color: #BDBDBD !important;
    pointer-events: none;
}
.btn:hover, .boton:focus {
    color: white;
    text-decoration: none;
    background: #1464A5!important;
} 
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

.btn{
    margin: 3%;
    margin-left: 0%;
    margin-top: 2%;
}
b{
    font-weight: bold!important;
}




