@charset "utf-8";
.contenedor {
    margin-top: 8%;
}
.banner-login-latam {
    background-image: url(../img/imagen_003.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}
.banner-register-latam {
    background-image: url(../img/imagen_003.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}
.navegadores{
    position: relative;
    bottom: 35px;
}
.swift-logo-bar{
    width: 100%
}
.logo-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 14px 0px !important;
    z-index: 10;
    background-color: #EE3160;
}
.piedepagina {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 7px 22px;
    margin: 0px 0px;
    background: #EE3160;
    z-index: 16;
    display: flex;
}
.btn-register {
    height: 30px;
    width: 100% !important;
}