label.error {
    color: #C00;
    font-size: 0.875em;
    padding-left: 0;
    font-weight: 400;
}

#mobile{
    text-align: center;
}

img{
    width: 100%;
}

.site-logo{
    padding: 20px 0;
}

.footer{
    text-align: center;
    margin-top: 40px;
}

#headerText{
    margin: 20px 0;
    text-align: center;
}

.mainWrapper{
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none;
    background-color: rgb(239, 239, 239);
    color: rgb(102, 102, 102);
}

.mainWrapper .container{
    max-width: 375px !important;
    margin: 0 auto;
}

button[type="submit"], button[type="submit"]:hover{
    background: #000;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
}

.termsOverlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
}

.termsWrapper{
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff;
    padding: 20px;
    max-width: 375px;
    max-height: 90%;
    overflow-y: scroll;
}

.checkbox.acceptance{
    padding-bottom: 35px;
}

.checkbox.acceptance label.input-label {
    margin-bottom: -5px;
}
.checkbox.acceptance label.error{
    position: absolute;
    bottom: 0px;
    color: #C00;
    font-size: 0.875em;
    line-height: 3.75;
    padding-left: 0;
    left: 0;
}

#thankYouImg, #thankYouText{
    display: none;
}

#thankYouImg{
    margin: 10px 15%;
}

#thankYouText{
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
}

#mobile{
    text-align: center;
    font-size: 16px;
    height: auto;
}

#register {
    font-size: 16px;
    background-color: rgb(188, 11, 28);
    border-color: rgb(188, 11, 28);
}
.close{
    color:#fff;
    text-shadow: 0px 2px 0 #aaa;
    position: absolute;
    top: calc(5% - 36px);
    right: 5%;
    opacity: 1;
    font-size: 40px;
}

.close:hover{
    color:#fff;
    opacity: 1;
}

.termsWrapper{
    color: #000 !important;
}

#backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
}

#processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    background: url("../images/loading.gif") center no-repeat;
    height: 50px;
    width: 50px;
    color: transparent;
    background-size: cover;
}

#termsTrack {
    cursor: pointer;
    color: rgb(188, 11, 28) !important;
}

.bold-center {
    text-align: center;
    font-weight: bold;
}

#triggerPopup {
    cursor: pointer;
    color: rgb(188, 11, 28) !important;
}

#triggerPopup:hover {
    text-decoration: underline;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(239, 239, 239);
    z-index: 9999;
}

.popup-text {
    height: 350px;
    overflow: scroll;
    overflow-x: auto;
}

.close-popup {
    float: right;
    font-size: 35px;
    margin-right: 10px;
    cursor: pointer;
}

.popup-text span {
    font-weight: bold;
}

.site-logo-t {
    display: none;
}