#login-box-wrapper {
    background: white;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #bbb;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    height: auto;
    margin: 0 auto;
    min-height: 200px;
    overflow: hidden;
    width: 365px;
}

#logo-bar {
    background: rgb(113,16,58);
    background: linear-gradient(0deg, rgba(113,16,58,1) 0%, rgba(75,26,63,1) 100%);
    padding: 20px 0;
}