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;
}
main .heading {
    color: #B59F80;
    font-size: 100px;
    line-height: 1;
    font-family: "visual-hollow-serif", serif;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    .activation-main {
        margin-top: 169px;
    }
}
.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: 14px;
    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 {
    color: #231F20;
    font-family: 'Lato Regular', sans-serif;
    font-size: 20px;
    line-height: 24px;
    border-radius: 0;
}
form .form-group input.form-control {
    border: 1px solid #B59E80;
}

.error_msg
{
    text-align: center;
    color: #F00;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
}

@media only screen and (max-width: 1199px) {
    header.mobile.login-header + main {
        padding-top: 176px !important;
        background-size: 72%;
    background-position: center;
    background-repeat: no-repeat;
    }
        main .heading {
        font-size: 64px;
    }
    main .heading.pwd-heading {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .pwd-form-subheading {
        line-height: 22px;
    }

    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;
    }
    .small {
        display: none;
    }
}
#validation-modal {
    overflow-y: hidden !important;
    top: 25vh;
}
@media only screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 760px;
    }
}
#validation-modal .modal-content {
    background-color: rgba(0,0,0,0.7);
    border: 2px solid  #B59E80;
    width: 80%;
    margin-left: 10%;
    border-radius: 0;
}
#validation-modal .close-container {
    text-align: right;
    margin-top: 8px;
}
#validation-modal .close {
    float: none;
    text-align: right !important;
    opacity: 1;
}
#validation-modal .modal-description {
    font-size: 14px;
    line-height: 24px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Lato Bold', sans-serif;
    text-transform: unset;
    color: #FFFFFF;
    text-align: center;
}