html, body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
}
h3 {
    font-size: 24px;
    margin-bottom: 8px;
    padding: 5px 15px 5px 0;
    background-color: #fff;
    display: inline-block;
    color: #000f24;
}
p, ul, ol {
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 8px;
}
strong {
    font-weight: bold;
}
label {
    font-weight: bold;
}
select,
input[type=text],
input[type=email] {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 8px;
}

.vip-signup {
    width: 100%;
    height: 540px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.vip-signup .field {
    display: block;
    margin: 0 auto 8px;
    box-sizing: border-box;
}
.vip-signup .field label {
    display: block;
    margin: 0 auto 4px;
    box-sizing: border-box;
}
.vip-signup .field label.wrapper {
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
}
.vip-signup .field select,
.vip-signup .field input[type=text],
.vip-signup .field input[type=email] {
    width: 100%;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    color: #555 !important;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: none;
    text-shadow: none;
}
.vip-signup .field input[type=button],
.vip-signup .field input[type=submit] {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow: none;
    background: 0 0;
    text-shadow: none;
    filter: none;
    height: auto;
    width: auto;
    color: #fff!important;
    background-color: #444!important;
    border-color: #282828;
}
.vip-signup p.success {
    color: green;
}