.auth-header-container {
    position: relative;
    background: url(/assets/images/header.jpg) center;
    height: 420px;
    background-size: cover;
}

.auth-header-container .container {
    position: absolute; 
    bottom: 5%; 
    left: 0; 
    right: 0; 
    text-align: center;
}

.auth-header-container h1 {
    margin: 0 15px;
    font-size: 50px;
    color: #1A495B;
    background: #ffffff;
    padding: 10px 10px;
    line-height: 5rem;
}

@media screen and (max-width: 600px) {
    .auth-header-container {
        height: 220px;
    }

    .auth-header-container h1 {
        font-size: 40px;
    }
}

.auth-menu {
    margin-left: 0;
    margin-right: 0;
    border-top: 2px solid #eee;
}

.panel-default>.panel-heading{
    color: #1A495B;
    font-size: 1.5em;
    background: #f7f7f7;
    border: none;
    font-weight: bold;
}
