body {
    font-family: Arial, sans-serif;
    height: 100%;
    margin-top: 60px;
    background-attachment: fixed !important;
    background: #5E7A9B;
    background: -webkit-linear-gradient(top, #355069 0, #5e7a9b 100%);
    background: -moz-linear-gradient(top, #355069 0, #5e7a9b 100%);
    background: -o-linear-gradient(top, #355069 0, #5e7a9b 100%);
    background: linear-gradient(top, #355069 0, #5e7a9b 100%);
    -webkit-font-smoothing: antialiased;
}
a, a:visited {
    color: #459CE7;
}
.wrapper {
    margin: 0 auto;
    width: 600px;
    height: 450px;
    margin-top: 25px;
    background: #fff;
    padding: 15px 50px 25px 50px;
    border-radius: 5px;
    border-top: 6px solid #E18A20;
    position: relative;
}
.button.button-small {
    padding: 10px 33px;
    border: 1px solid #68A2EE;
    font-size: 14px;
    font-weight: 500;
}
.button.button-splash {
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px,inset rgba(255,255,255,0.88) 0px 1px 3px -1px;
    background-color: #E18A20;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7841d), color-stop(100%, #e4973a));
    background: -webkit-linear-gradient(#d7841d, #e4973a);
    background: -moz-linear-gradient(#d7841d, #e4973a);
    background: -o-linear-gradient(#d7841d, #e4973a);
    background: linear-gradient(#d7841d, #e4973a);
    color: #fff;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
ul {
    list-style-type: none;
}
.center {
    text-align: center;
    margin-top: 35px;
}
.terms {
    position: absolute;
    bottom: 25px;
    color: #888;
    font-size: 13px;
    width: 100%;
    left: 0;
}
.errorlist {
    color: #c33;
}