html{overflow-y:hidden}

body {
    color: #3a3a3a;
    font-family: "Roboto",sans-serif;
    font-size: 11pt;
    font-weight: lighter;
    height: 100%;
    line-height: 130%;
    margin: 0;
    padding: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

input.btn.btn-primary.button.subbutton {
    background-color: #00578e;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 50px;
}

h3 {
    font-size: 25px;
    font-weight: bold;
    color: #00578e;
}

label.cell.margin-top-1 span {
    width: 60px !important;
    display: block;
    float: left;
    font-weight: bold;
}