body {
    font-family: 'Exo', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    background: #efefef;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, strong {
    color: #2a8fce;
    font-size: 23px;
}
.section-white {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 2em 2em;
    margin-bottom: 0.5em;
    display: inline-block;
    border-radius: 8px;
}
.btn {
    border: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.8;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #31689b;
    border-color: #31689b;
    border-bottom: 3px solid #1f405f;
    border-radius: 4px;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #1c3c59;
    border-color: #0c1a27;
}
.form-group label {
    font-size: 16px;
    font-weight: normal;
}
.form-group div span label {
    padding-right: 10px;
}
.form-group div span label input {
    margin-right: 10px;
}