﻿body, html {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}

body {
    background-color: #f6f6f6 !important;
    color: #3a3a3a !important;
}

.text-arial, body, html {
    font-style: normal;
    font-variant: normal;
}

/* Together Loans header styles */

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

.tl-logo {
    width: 180px;
    height: 45px;
    width: auto;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../img/logos/tl.png);
}


.tl-footer {
    width: 100%;
    background-color: #e4e4e4;
    color: #000;
    padding: 20px 0;
    text-align: center;

    margin-right:0px;
    margin-left:0px;
}
#card-number, #card-expiry, #card-cvc {
    padding: 8px 12px;
}

.app-img {
    height: 40px;
}

.app-href {
    margin: 0px 10px;
}