.gateway {
    align-items: center;
    background-color: #f4f7fa;
    display: flex;
    min-height: 100%;
}

.gateway > .form.form-gateway {
    min-width: 600px;
}

.gateway > .footer {
    bottom: 0px;
    font-size: 11px;
    font-weight: 600;
    height: 24px;
    letter-spacing: 0.25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
