.card.login{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.main-content{
    margin-top: 30px;
}
.container{
    max-width: 940px;
}
.alert{
    overflow: hidden;
}
h3{
    margin-bottom: 30px;
}
footer{
    margin-top: 150px;
    font-size: .8em;
    text-align: center;
}
.setting-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.setting-menu li i{
    display: inline-block;
    width: 20px;
}
.navbar-brand img{
    max-height: 80px;
}
.navbar-brand.off{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.hidden{
    display: none;
}
div.small{
    font-size: .8em;
}
ul.order-summary{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.order-summary li{
    padding: 7px 0;
    border-top: #333 dotted 1px;
}
ul.order-summary li:first-child{
    border: none;
}
.status-badge{
    font-size: .5em;
    position: absolute;
    right: 0;
    top: 0;
}