@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);


body {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #ecf0f5;
}

.navbar-brand , .nav-link, .login-form
{
    font-family: Raleway, sans-serif;
    font-size: 14px;
}
