body {
    margin: 0;
    padding: 0;
    color: #212529;
    background-color: #fff;

    font-family: Helvetica,Arial,sans-serif !important;
}

iframe {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

iframe.small {
    top: 54px;
    /* Firefox */
    height: -moz-calc(100% - 54px);
    /* WebKit */
    height: -webkit-calc(100% - 54px);
    /* Opera */
    height: -o-calc(100% - 54px);
    /* Standard */
    height: calc(100% - 54px);
}

.navbar-brand {
    color: white;
}

.nav-item .nav-link {
    color: white;
}

.bg-nav {
    background-color: #0058a1;
}

.login {
    background-color: #0058a1;
}

.box-login {
    width: 300px !important;
}

.flag-countries {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag-countries img{
    opacity: .6;
    height: 16px;
    width: 30px;
    margin: 10px 15px;
}

.flag-countries img.active {
    opacity: 1;
}

.login .btn {
    min-width: 150px;
}
