﻿@font-face {
    font-family: "GothamBook";
    src: url("~/fonts/GothamBook.woff") format("woff"), 
        url("~/fonts/GothamBook.eot"), 
        url("~/fonts/GothamBook.eot?#iefix") format("embedded-opentype"), 
        url("~/fonts/GothamBook.woff") format("woff"), 
        url("~/fonts/GothamBook.ttf") format("truetype");
    font-weight: normal;
}

.text-white-login {
    color: white;
}
