﻿@media (min-width: 768px) {
    .cbre-login {
        width:300px;
    }
}

.cbre-login{
    padding:10px;
    font-family: "futura-pt";
}

.cbre-login a{
    color:#096A4D;
    font-style:italic;
}

.cbre-login button{
    background-color:#096A4D;
}

.cbre-login button:hover{
    background-color:#69BE28;
}

.cbre-login .loginForm .form-group > label{
    font-weight:500;
} 