

#smc_header
{
    background-image: url("/custom/assets/img/group1ford/header.png");
    background-size: cover;
    height: 125px;
}

#tf_header
{
    background-color: #003366;    
    background-image: url("/custom/assets/img/group1ford/header.png");
    background-position: 15px 10px;
    height:75px;
    background-repeat: no-repeat;

    
}


#tf_footer
{
    background-color: #003366;    
    height:75px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding:10px;
    
}

#tf_container
{
    width:100%;
    background-color: white;
    padding:5px;
    
}

#tf_inner
{
  min-height:300px; 
  padding:10px; 
}

h1
{
    font-size:7vw;
}


#tf_login_form
{
    
}