body {
    background-image: url("../images/background.jpg");
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    font-size: 14px;
    color: #000;
}

.central {
    position: relative;
    width: auto;
    margin: 1.75rem;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem * 2);
}

.content {
    background-image: url(../images/hands_heart.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #fff;
    padding: 0;
    max-width: 1180px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    background-size: 50% 100%;
}

.col-md-6 {
  position: relative;
}

.main {
    border: 4px solid #cb95ad;
    text-align: center;
    padding: 11px;
    font-size: 20px;
    color: #5a5959;
}

.logo {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}

.logo img {
    width: 328px;
    padding-top: 4px;
}

.logo span.reg {
    position: relative;
    top: -10px;
    color: #222;
}

p.off {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin: 0 auto;
}

p.bold {
    font-weight: bold;
}

p.travel {
    font-size: 24px;
    margin-bottom: 0;
}

p.prize {
    text-transform: uppercase;
    color: #e7008e;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3;
}

.bySubmitting {
    height: 84px;
    width: 455px;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 16px;
    text-align: justify;
    margin: 20px auto 18px;
}

.bySubmitting a {
    color: #5a5959;
}

form {
    position: relative;
    width: 455px;
    margin: 0 auto;
    min-width: 80%;
}

form .form-floating {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}

form .form-floating .form-control {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #D1D4D9;
    border-radius: 5px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
    color: #000;
    font-size: 17px;
    height: 70px;
    margin: 0 auto;
    padding: 0 18px;
    width: 100%;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    left: 5px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: -.01em;
}

form button {
    padding: 16px 20px;
    min-width: 208px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}

form .signUp {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 45px;
    text-transform: uppercase;
    width: 300px;
}

form .noThanks {
    height: 31px;
    color: #222;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 31px;
}

.ticketgroup {
    position: absolute;
    left: -110px;
    bottom: -150px;
}

.heading {
    background: #00008bc2;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    width: 400px;
    margin: -15% auto 0;
    box-shadow: 6px 6px 6px 6px #00008bc2;
    padding-top: 10px;
}

.heading span {
    font-size: 60px;
    line-height: 70px;
}

.giveaway {
    width: 100%;
    margin-top: 50px;
}

.success {
    text-align: center;
    color: green;
    display: none;
}

.accountErrorMessage {
    text-align: center;
    color: #f00;
    font-size: 14px;
}

@media (max-width:834px) {
    .logo img {
        width: 250px;
    }

    p.off {
        font-size: 20px;
    }

    .main {
        font-size: 16px;
    }

    p.travel {
        font-size: 20px;
    }

    p.prize {
        font-size: 32px;
    }

    .bySubmitting {
        height: 120px;
        width: 330px;
    }

    form {
        width: 330px;
    }

    .heading {
        font-size: 18px;
        line-height: 40px;
        width: 300px;
        margin: -5% auto 0;
    }

    .heading span {
        font-size: 40px;
        line-height: 50px;
    }

    .ticketgroup {
        width: 400px;
        left: -51px;
        bottom: -102px;
    }
}

@media (max-width:430px) {
    .central {
        margin: 0;
    }

    .content {
        flex-direction: column-reverse;
        background-image: none;
    }

    .main {
        padding-top: 30px;
    }

    .logo img {
        width: 240px;
    }

    .logo span.reg {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .logo + p {
        margin-top: 20px;
    }

    p.off {
        font-size: 22px;
    }

    p.travel {
        font-size: 18px;
    }

    p.prize {
        font-size: 25px;
    }

    .bySubmitting {
        width: 100%;
        padding: 0 10px;
        height: auto;
    }

    form {
        width: 100%;
    }

    .tickets {
        background-image: url(../images/hands_heart.jpg);
        padding-bottom: 220px;
        background-size: 100% 100%;
    }

    .ticketgroup {
        width: 94%;
        left: 0;
        bottom: -48px;
    }

    .heading {
        font-size: 22px;
        line-height: 30px;
        width: 300px;
        margin: 0 auto;
    }

    .heading span {
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width:375px) {
    p.off {
        font-size: 21px;
    }
}