* {
    border-radius: 0 !important;
}

html, body {
    height: 100%;
}

body {
    background-color: #333;
    background-image: url('../../../images/bg-city.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    margin: 15px 0 15px;
    padding-top: 175px;
    font-size: 1.5em;
    font-weight: 400;
    background: url('../../../images/bg-logo.png') center 0 no-repeat;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
}

h2 {
    margin: 0 0 15px;
    font-size: 2.0em;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
}

.panel {
    background-color: rgba(255,255,255,.9);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.5);
}

.panel-default {
    border-color: #fff transparent transparent #fff;
}
