
@font-face {
    font-family: 'omnes';
    src: url('../fonts/omnes-regular-webfont.woff2') format('woff2'),
         url('../fonts/omnes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #5c9021;
  }
  
  ::selection {
    color: white;
    background: #5c9021;
  }

body {
    font-family: "omnes", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.clear {
    clear: both;
}
#legal_agreement-error {
    color: #a94442;
}

a {
    color: #5c9021;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h3 {
    color: #5C9021;
    font-size: 25px;
    margin-bottom: 20px;
}

label {
    font-weight: 400;
}

label.col-xs-4 {
    padding-left: 0;
}

.nav-tabs {
    border-bottom: 1px solid #5c9021;
}

.nav-tabs>li>a {
    line-height: 24px;
    border: none;
    border-radius: 4px 4px 0 0;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none;
    color: #345213;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #5c9021;
    color: #fff;
    border: 1px solid #5c9021;
    border-bottom-color: transparent;
}

.tab-pane {
    max-width: 100%;
    border: 1px solid #5C9021;
    border-top: none;
    padding: 20px 30px 90px 30px;
    position: relative;
}

form > div.col-xs-12  {
    float:none;
    padding-right: 0;
}
.form-horizontal .checkbox {
    margin-left: -15px;
}
.form-control {
    height: 38px;
    font-size: 16px;
    line-height: 24px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    border: 1px solid #5c9021;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9cd958;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(92,144,33,0.25);
}

.input-group-addon {
    font-size: 16px;
    background-color: transparent;
    border: none;
}
.form-action button {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 28px;
    text-align: center;
    width: 290px !important;
    height: 77px;
    line-height: 77px;
    z-index: 10;
    border: 0;
    background: none;
    cursor: pointer;
    border-radius: 15px 0 0 0;
}
.form-action button:before {
    content: '';
    background-color: #5C9021;
    position: absolute;
    top: 0;
    left: 1px;
    width: 200%;
    height: 100%;
    display: block;
    transform: rotate(-4deg);
    border-radius: 15px 0 0 0;
    z-index: -1;
}

.btn-info:hover, .btn-info[disabled]:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-info:hover:before, .btn-info[disabled]:hover:before {
    background-color: #4f7b1c;
}

@media screen and (max-width: 768px) {
    .tab-pane {
        padding-left: 15px;
        padding-right: 15px;
    }
}