﻿body {
    background-color: #fff;
    font-family: "Proxima Nova",sans-serif !important;
    font-size: 14px;
    color: #484848;
}

/* Lending Mate header styles */

.lm-navbar {
    background-color: #161830;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 15px 0 10px 0;
    min-height: 79px;
}

.lm-logo {
    margin-top: 9px;
    width: 230px;
    height: 35px;
}

.lm-logo-en {
    margin-top: 11px;
    width: 180px;
    height: 30px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../img/logos/lm.png);
}

.lm-footer {
   /* width: 100%;*/
    text-align: left;
    background-color: #161830;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.lm-footer ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.lm-footer a {
    color: #337ab7;
    text-decoration: none;
}

.form-control.is-valid {
    border-color: #28a745 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center right calc(0.375em + 0.1875rem) !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.form-control.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center right calc(0.375em + 0.1875rem) !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}