div#header {
    min-height: 90px !important;
}

#header .logo {
    float: left;
    width: 20%;
    height: 90px;
}

#header .location {
    float: left;
    width: 60%;
    height: 55px;
    padding-top: 35px;
    text-align: center;
    font-size: 23px;
}

#header .login-button {
    float: right;
    width: 20%;
    height: 90px;
    padding-top: 35px;
    border-radius: 0;
    font-size: 20px;
    background-color: grey;
    cursor: pointer;
}

#header .login-button i {
    margin-right: 20px;
    font-size: 25px;
}

#header .login-container {
    float: right;
}

#header .hidden-login {
    float: right;
    display: none;
    width: 60%;
    padding-top: 30px;
    padding-right: 50px;
}