body {
    background: url(../Images/bg.jpg);
    background-size: cover;
    background-position: center center;
}

.logo img {
    width: 100%;
}

.logo {
    display: block;
    max-width: 300px;
    margin: 40px auto 0;
}

.purpleBlock {
    max-width: 370px;
    margin: 50px auto 0;
    padding-bottom: 10px;
    z-index: 100;
    position: relative;
}

.whiteBlock {
    display: block;
    max-width: 420px;
    background: white;
    margin: 0 auto;
    padding-top: 40px;
    margin-top: -30px;
    padding-bottom: 10px;
}

.TextRow {
    text-align: center;
    font-family: 'Trebuchet MS';
    margin-bottom: 4px;
}



.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #79277a;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}