body {
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
}

.gigya-bmx-header {
    width: 100%;
}

.gigya-bmx-header-logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: white;
    padding-bottom: 1.5rem!important;
    padding-top: 1.5rem!important;
}

.gigya-bmx-header-logo-container img.gigya-bmx-header-logo-img {
    height: 96px;
    width: 96px;
    outline: none;
    margin-bottom: -64px;
    background: linear-gradient(white,#fff,#fff,#fff);
    background-clip: border-box;
    border-radius: 100px;
    border: 14px solid #fff;
    border-bottom-color: transparent;
}

.gigya-bmx-header-title {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00427F;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: -0.69px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    z-index:2;
}

.gigya-composite-control-multi-choice .gigya-multi-choice-item {
    float: left;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 20px;
}

.gigya-version {
    position: absolute;
    opacity: 0.2;
    font-size: 10px;
    z-index: 1000;
}

#gigya-bmx-footer-content {
    width: 450px;
    margin: 0 auto;
    padding: 25px;
    color: #5A5A5A;
    font-family: Arial;
    font-weight: lighter;
    text-align: center;
    font-size: 12px;
}

.gigya-bmx-loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}