﻿.MemberPage {
    margin: 50px 0px;
}

.Links .Link {
    border-radius: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
}

.Links .Link:hover {
    background-color: #87C047 !important;
    color: white !important;
}

.MemberArea #Content_Root_MemberPageDispatcher_subpage_memberArea_Holder_LoanLinks .Link:hover a {
    color: white !important;
}

.table-striped td:last-child {
    color: #87C047 !important;
}

.button_mem {
    background-color: #87C047;
    border: 1px solid #87C047;
    cursor: pointer;
    border-radius: 30px !important;
    padding: 0 15px;
    height: 45px !important;
    font-size: 14px !important;
    outline: none !important;
    color: white !important;
    transition: all 0.3s;
}

.button_mem:hover {
    background-color: #2475BB;
    border: 1px solid #2475BB;
}

.LoanAgreementDivHead {
    background-color: #87C047 !important;
    max-width: 1200px;
    margin: auto;
}

.LoanAgreementDiv {
    max-width: 1200px;
    margin: auto;
}

.form-control {
    color: initial !important;
    text-transform: unset;
}

.ApplicationContainer label, .UsernamePasswordTable label {
    font-size: 15px !important;
    color: #444 !important;
    font-family: Lato, sans-serif !important;
}

.MemberArea .InfoTable .TableHeader, .MemberArea #Content_Root_MemberPageDispatcher_subpage_memberArea_Holder_LoanLinks .Link a, .PaymentShedule *, .UploadDocuments *:not([type="submit"]), .BankAccountVerification table td {
    font-size: 14px !important;
    color: #444 !important;
    font-family: Lato, sans-serif !important;
}

.MemberArea .InfoTable .TableValue {
    font-size: 14px !important;
    font-family: Lato, sans-serif !important;
}

.ApplicationContainer div, .ApplicationContainer .Spanish, .ApplicationContainer .militaryGroup div, .ApplicationContainer .theORclass {
    font-family: Lato, sans-serif !important;
}

.ApplicationContainer .section-title {
    color: #2475BB !important;
}

.ApplicationContainer input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([type="radio"]), .ApplicationContainer select, .UsernamePasswordTable input:not([type="button"]):not([type="submit"]) {
    border-radius: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
    padding-left: 20px !important;
    font-family: Lato, sans-serif !important;
}

    .ApplicationContainer input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([type="radio"])::placeholder {
        color: #444 !important;
    }

.ApplicationContainer .SectionHeader {
    margin-bottom: 20px;
}


.ApplicationContainer .SectionTable {
    border-bottom: none  !important;
}
.ApplicationContainer .SectionTable:after {
    content: url(../images/green-line.png);
    height: 7px;
}

.SectionCheckbox [type="checkbox"], .RadioPadding [type="radio"] {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.militaryGroup > label {
    border: none !important;
}