header .btn-row {
    display: none !important;
}
main {
    padding-top: 200px;
    background-size: 41%;
    background-position: left 95px;
}
.bg-dark {
    background-color: transparent !important;
}
header .go-back a {
    color: #ffffff;
    display: inline-block;
    font-family: 'Lato Regular', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
header .navbar {
    border-bottom: 0;
}
form button.btn-outline-light {
    background-color: #B59E80;
    font-family: 'Syncopate Bold', sans-serif;
    font-size: 18px;
    border: 1px solid #B59E80;
    margin-bottom: 24px;
    margin-top: 52px;
}
main .heading {
    color: #B59F80;
    font-size: 100px;
    line-height: 1;
    font-family: "visual-hollow-serif", serif;
    text-transform: uppercase;
}
.label.error {
    color: #FF0000;
    font-family: 'Lato Regular', sans-serif;
}
.link-container {
    margin-top: 36px;
    margin-bottom: 36.35px;
}
.form-subheading {
    color: #413635;
    font-family: 'Syncopate Regular', sans-serif;
    font-size: 21px;
    margin-top: 24px;
    margin-bottom: 24px;
}
form {
    max-width: 609px;
    margin: 0 auto;
}
.underlined-col {
    position: relative;
}
main .btn-outline-light:hover, 
main .btn-outline-light:focus {
    background: #212529;
    color: #BFA680;
}
.underlined-col:after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        background: #B59F80;
        margin: 0 auto;
}
.eagle {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.under-col {
    margin-top: 40.37px;
}
.link-container, main .heading, .form-subheading {
    text-align: center;
}
.link-container a {
    color: #BFA680;
    font-family: 'Lato Bold', sans-serif;
    font-size: 18px;
    display: inline-block;  
    margin-bottom: 20px;
    width: 100%;
    text-transform: uppercase;
}
.link-container a:hover {
    text-decoration: underline;
}
.link-container + img.img-fluid.small {
    margin-bottom: 145px;
}
form .form-group label,
body main form input.form-control, body main form input.form-control::placeholder,
body main form select.form-control {
    color: #231F20;
    font-family: 'Lato Regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
form .form-group label {
    text-transform: uppercase;
}
form .form-group input.form-control, body main form select.form-control {
    border: 1px solid #B59E80;
    border-radius: 0;
}

@media only screen and (max-width: 1199px) {
    header.mobile.login-header + main {
        padding-top: 260px !important;
        background-size: 98%;
        background-position: center 182px;
        background-repeat: no-repeat;
    }
    main .heading {
        font-size: 64px;
    }

    main .form-subheading {
        font-size: 1rem;
        margin-bottom: 16px;
    }
    .large {
        display: none;
    }
    .small {
        display: inline-block;
    }
    .underlined-col:after {
        max-width: 350px;
    }
}

@media only screen and (min-width: 1024px) {
    .large {
        display: inline-flex;        
    }
    .eagle.large {
        align-items: flex-start;
        margin-top: 97px;
    }
    .small {
        display: none;
    }
}