#login-container {
     font-size: 1.75vw;
     font-family: "museo-sans",sans-serif;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header {
    position: fixed;
    padding: 2em 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #002b5d;
    color: #fff;
    z-index: 1000;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

header a {
    display: block;
    text-align: center;
    margin: 0 auto;
}

header img {
    max-height: 4em;
    display: inline-block;
}

section {
    position: relative;
}

section h3 {
    font-size: 4em !important;
    font-family: "museo-slab", sans-serif;
}

section, section.container-fluid {
    padding: 2.8em 4.5em 3.2em 4.5em;
    display: block;
}

section.login-sec {
    padding: 7.5em 4.8em 4em;
}

section.login-sec .form-field > div:first-child {
    margin-bottom: .9em !important;
}

section.login-sec .create-account-content {
    padding-top: 2.86em;
}

create-account-content a {
    white-space: nowrap;
}

section.login-sec h3 {
    color: #002b5d;
    margin-bottom: 0.625em;
}

.sign-up-box {
     max-width: 50em;
     margin: 0 auto;
     color: #585858;
}

.sign-up-box .forgot-password {
    position: relative;
    font-size: 18px;
    font-weight: 100;
    font-family: "museo-sans", sans-serif;
    margin-bottom: 14px;
}

.sign-up-box a {
     color: #2cb7aa;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -ms-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
     text-decoration: none;
     cursor: pointer;
}

p {
    margin: 0 0 15px;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    min-width: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box;
    box-shadow: none;
}

.form-field {
    font-size: 1.5em;
    margin-bottom: 13px;
}

.sign-up-box input, .sign-up-box select, .sign-up-box textarea {
    font-family: "museo-sans", sans-serif;
    font-weight: 100!important;
}

.sign-up-box input[type="checkbox"]:not(:checked) + label:before,
.sign-up-box input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background: #f2f2f2;
    margin-top: -12px;
}

.sign-up-box .below-fields input[name="remember"] {
    float: left;
}

.sign-up-box input[type="checkbox"]:not(:checked),
.sign-up-box input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.sign-up-box input[type="checkbox"]:not(:checked) + label,
.sign-up-box input[type="checkbox"]:checked + label, .small-fields label {
     position: relative;
     padding-left: 34px;
     line-height: 1.5;
     font-size: 1.5em;
     font-weight: 100;
}

.sign-up-box input[type="checkbox"]:not(:checked) + label:after {
     opacity: 0;
     transform: scale(0);
     -webkit-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     -moz-transform: scale(0);
}

.sign-up-box input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}

.sign-up-box input[type="checkbox"]:not(:checked) + label:after,
.sign-up-box input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 12px;
    height: 12px;
    background: #fcaf35;
    border-radius: 100%;
    font-size: 18px;
    line-height: 0.8;
    color: #fcaf35;
    transition: all .2s;
    margin-top: -5px;
}

.showpassword {
    float: right;
}

.form-control-feedback [class^="icon-"], .form-control-feedback [class*=" icon-"] {
    cursor: pointer;
    font-size: 18px;
}

.showpassword .form-control-feedback {
    position: relative;
    top: -40px;
    right: -30px;
    line-height: 36px;
    pointer-events: visible;
    width: auto;
    height: auto;
}

.showpassword .icon-Show, .showpassword .icon-Hide {
    cursor: pointer;
}
.form-field .valid.valid-error:before {
    background-image: url(../images/layout/icon-error.png);
}


.form-field .valid:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.form-field .valid.valid-error span {
    color: #dd2d2d;
    font-family: "museo-slab", serif;
}

.form-field .valid {
    color: #dd2d2d;
    margin-left: 0;
    margin-top: 7px;
    font-size: 15px;
    top: 100%;
    padding: 0 0 0 2.1em;
    display: inline-block;
    position: relative;
}

.hidden {
    display: none !important;
}

.next-step-form {
    text-align: center;
    margin-top: 2.033em;
}

.login-info-box {
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
    margin-top: 25px;
}

.login-info-box .title {
    font-family: "museo-slab", serif;
    color: #002b5d;
    font-size: 2em;
    font-weight: 400;
}

.login-info-box p {
    font-family: "museo-sans", sans-serif;
    font-weight: 200;
    margin-top: 10px;
}

button {
    -webkit-appearance: none;
    border-radius: 0;
}

.btn {
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   touch-action: manipulation;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   white-space: nowrap;
   user-select: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

.btn-orange {
     font-size: 2em !important;
     font-weight: 700;
     font-family: "museo-slab", serif;
     padding: 0.8em 2.2em 0.8em 1.6em;
     display: inline-block;
     position: relative;
     text-transform: capitalize;
     background-color: #fcaf35;
     color: #002b5d;
     letter-spacing: .05em;
}

.btn.orange {
     font-family: "museo-slab", sans-serif;
     padding: 0.6em 1.2em;
     background-color:#fcaf35;
     color: #002b5d;
     font-weight: 500;
     letter-spacing: .05em;
}

.btn-orange:after {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -.3em;
    background: url(/view/images/layout/arrow-single-blue.png) no-repeat;
    background-size: 50%;
    transition: all 0.2s linear;
}

.btn-orange:hover, .btn-orange:focus {
    background-color: #29bab5;
    color: #fff;
}

.btn.orange:hover {
    background-color: #29bab5;
    color: #fff;
}

.btn-orange:hover:after {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.8em;
    top: 50%;
    margin-top: -.3em;
    background: url(/view/images/layout/arrow-single-white-small.png) no-repeat;
    background-size: 50%;
}

p .btn, p.btn-orange {
    font-size: .9em !important;
}


.create-account-content {
    text-align: center;
}

.sign-up-box input[type="text"],
.sign-up-box input[type="password"]{
     font-size: 2em;
     height: 2.15em;
     width: 100%;
     display: block;
     background: #f4f4f4;
     padding: 0 10px;
     line-height: 1.6em;
     color: #000;
     border: none;
     border-radius: 0px!important;
     margin: 4px 0px;
}

.sign-up-box input[type="text"]:focus,
.sign-up-box input[type="password"]:focus {
    box-shadow: none;
    outline: 1px solid #002b5d;
}

.sign-up-box .un-cpy{
   display: block;
   margin-top: 4px;
   padding-left: 10px;
 }

.sign-up-box p {
    font-size: 3em;
    line-height: 1.45em;
    font-family: "museo-slab", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 1.625em;
    padding: 0;
}

.sign-up-box .below-fields {
    margin-top: 2em;
}

.col-xs-12 {
    width: 100%;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    float: left;
}

section p {
    font-size: 3em!important;
}

section h2 {
    font-size: 4.5em !important;
    margin-bottom: .65em;
    font-family: "museo-slab",sans-serif;
    letter-spacing: 0.045em;
}

section.blue * {
    position: relative;
}

section.subonus h2 {
    text-align: center;
}

section.subonus h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 0.8em auto;
    background-color: #fcb034;
}

section.blue *:not(.btn):not(.link):not(.btn-orange), .img-col.blue *:not(.btn):not(.link):not(.btn-orange) {
    color: #fff;
}

section.blue:before, .img-col.blue:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #002b5d;
    opacity: 0.88;
}

.img-subonus {
    background-image: url(/view/images/layout/Gulfstream_Park_2.jpg);
}

.img-subonus p {
     text-align: center;
     font-weight: 300;
}

section.white * {
    position: relative;
}

section.help {
    text-align: center;
}

section.help.container-fluid {
    padding: 5.7em 9.7em;
}

section.help .btn {
    margin: .5em 0;
     text-decoration: none;
}

section.white *:not(.btn):not(.link):not(.btn-orange), .img-col.white *:not(.btn):not(.link):not(.btn-orange) {
    color: #002b5d;
}

section.help h2 {
    margin: 0;
    font-size: 2.8em !important;
    padding-top: 30px;
    font-weight: normal;
}

section.help h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 0.8em auto;
    background-color: #002b5c;
}

section.help p {
    font-family: "museo-slab",sans-serif;
    font-size: 2.5em !important;
    margin-bottom: 0;
}

section.help p b {
     font-size: 1.3em;
}

section.white:before, .img-col.white:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.88;
}

.img-help {
    background-image: url(/view/images/layout/bg-help.jpg);
}

[class*="img-"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

footer.container-fluid {
     padding: 3.2em 4em;
}

footer {
    background-color: #004275;
    color: #fff;
}

footer .credits {
    margin: 0;
    font-size: 2em;
    text-align: center;
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
}

small, .small {
    font-size: 100%;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

div.button, span.button {
    width: auto;
    border: 0px none;
    display: inline-block;
    height: 29px;
    background: url(/view/images/layout/longbutton29.png) no-repeat right top;
}

div.button a, span.button a {
    line-height: 29px;
    margin-left: 8px;
    font-size: 18px;
    color: #002a5c;
    text-decoration: none;
    margin-right: 17px;
}

div.button a:visited, span.button a:visited {
    color: #002a5c;
}
