#flag {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 0;
}

.wrapper {
    position: absolute;
    width: 425px;
    height: 212px;
    top: calc((100vh - 212px) / 2);
    left: calc((100vw - 425px) / 2);
    background-color: #fff;
    z-index: 1;
}

#loginLogoSubtitle {
    position: relative;
    left: 123px;
    font-family: 'Century Gothic', Arial, 'Helvetica Neue', HelveticaNeue, Helvetica-Neue, Helvetica, sans-serif;
    font-size: 10pt;
    margin-bottom: 10px;
}
