body {
    font-family: 'Roboto', serif;
    font-size: 15pt;
}

.stripe {
    text-align: center;
    padding: 15px 30px;
    margin:0;
    background-color: #0da462;
    color: #fff;
}

.white {
    background: #fff;
    color: #222222;
}

#reg-counter {
    color:#FCAC30;
    text-decoration: none;
    border-bottom: 1px dotted #FCAC30;
}

.stripe h1,.stripe h2,.stripe h3,.stripe p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 220%;
    font-weight: 500;
    margin-top: 20px;
    padding: 0;
}

h2 {

    font-size: 180%;
    font-weight: 300;
}

h3 {
    font-size: 160%;
    font-weight: 400;
    color: #FCAC30;
    margin: 10px 0 5px 0;
}

p {
    font-weight: 300;
    font-size: 120%;
}

h1 span, h2 span, p span {
    color: #FCAC30;
}

#win-reg {
    padding-bottom:10px;
}

#win-reg-form {
    margin:  10px 0 30px 0;
    padding: 0;
}

#win-reg-form input {
    font-family: 'Roboto', serif;
    font-size: 25px;
    width: 450px;
    border: 0px solid #999;
    border-radius: 50px;
    background: #eee;
    padding: 20px 50px;
    margin: 6px 0;
    outline-width: 0;
}

#win-reg-form input:required:invalid {
    color: #aaa;
}

#win-reg-form input:focus:required:invalid {
    color: #aaa;
}

#win-reg-form button, #reg-next {
    font-family: 'Roboto', serif;
    font-weight:300;
    font-size: 35px;
    background: #ff9600;
    color: #ffffff;
    padding: 8px 15px;
    border: 0;
    border-radius: 50px;
    width: 420px;
    min-height: 70px;
    margin: 6px 0;
}

#win-reg-msg {
    display:none;
}
