﻿.MemberAreaContainerNoBG {
    min-height: 400px;
}

    .MemberAreaContainerNoBG .btn {
        background-color: #231F20 !important;
    }

        .MemberAreaContainerNoBG .btn:hover {
            background-color: hsla( 345, 6%,13%, 0.7) !important;
        }

.ApplicationContainer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Links .Link:hover {
    background-color: #231F20;
}

.ApplicationContainer .SectionHeader, .ApplicationContainer .SectionHeader span {
    color: #005488 !important;
}

#memberAreaContainer table.LastNameAndExtensionTable {
    width: 100%;
    max-width: 600px;
}

    #memberAreaContainer table.LastNameAndExtensionTable td {
        vertical-align: top;
    }

.ApplicationForm select[id*=applyForLoan_NameSuffix] {
    top: 0px !important;
}

#div_referenceinfo input.form-control[name*="reference_phone"] {
    width: 100% !important;
}

@media (min-width: 0px) {
    .container {
        width: unset;
    }
}





/*Text Color Throughout CustomerSite*/
.CustomerSite.MemberAreaPage.PaymentShedule .container,
.PlainBlackRulesTable,
.RatesTable,
.LoanAmount,
.LoanDetails,
.PaymentDetails,
.PaymentExplanation,
.MinimalPayment,
.NewDueDate,
.Preface,
.SectionMessage,
.MemberPage label span,
.MemberPage .line label,
.CustomerSite .Header,
.BankAccountVerification .English,
.BankAccountVerification .Spanish,
.PaymentReceipt .container {
    color: #000;
}

.MemberPage .CustomerSite .Header,
.MemberPage .SectionHeader span,
.theORclass,
.militaryGroup div {
    color: #000 !important;
}

.MemberPage input[type=text], .MemberPage input[type=password], .MemberPage select.form-control {
    border-color: #000;
    color: #000;
}

.Links .Link {
    border-color: #000;
}

/*Fixes some weird bug issue*/
@media (max-width: 576px) {
    .col-sm-6, .col-sm-4, .col-sm-8 {
        max-width: unset;
        width: unset;
        float: none;
    }

    .Links {
        padding: 0 !important;
    }

        .Links .Link {
            margin-bottom: 7px;
        }
}
