﻿.MemberPage {
    width:100%; 
    padding-top:200px;
    padding-bottom: 150px;
    background-image: url(../Images/Capture.PNG);
    background-size: cover; 
    background-repeat: no-repeat;
}

input{
    border: rgba(141, 196, 63, 0.5);
}

.MemberAreaPage {
    background-color: transparent;
    width: 50% !important; 
    margin: auto !important;
    padding:50px;
    box-shadow: 2px 2px 9px -1px rgba(0, 0, 0, 0.19);
}
.MemberPage input[type="submit"] {
    width: 270px;
    height: 46px;
    border: 2px solid transparent;
    background-color: #ff0303;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.MemberPage input[type="submit"]:hover {
    border-color: #8db940;
    background-color: #8db940;
}

.Login .container {
    margin: 0 !important; 
    margin-left: 10% !important;
}

.Login .container .Header {
    color: #fff !important;
    font-size: 70px !important;
    font-weight: 500 !important; 
    font-family: Oswald, sans-serif !important;
    text-shadow: 0 2px 1px #000;
}

.UsernamePasswordTable span {
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 400;
}

#Content_Root_MemberPageDispatcher_subpage_memberArea_Holder_LoanLinks,
.MemberAreaContainerNoBG .col-sm-8, 
.ApplicationContainer .col-xs-12,.col-sm-12,
.ApplicationContainer .col-sm-6,
.ApplicationContainer .col-sm-11,.ApplicationContainer .col-sm-1,.ApplicationContainer .col-sm-3,
.MemberPage input[type="submit"]
{
    position: static !important;
}

.nav_item .nav_menu a {
    color: #333;
}

.InfoTable table tr td:nth-child(even) {
    color: #8db940 !important;
}

.Links .Link:hover {
    background-color: #8db940 !important;
    color: #fff !important;
}

#ctl00 {
    width:80%; 
    margin: auto;
}

.LoanAgreementDiv {
    background-color: white;
    border: rgba(141, 196, 63, 0.5) 2px solid !important;
}

#ct100 input[type="button"] {
    border: none !important;
    background-color: rgba(141, 196, 63, 0.5) !important;
}
