html,
body {
    height: 100%;
    background: url("../img/back.png") repeat !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
.container{
    width: 100%;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color:#f0ad4e;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    color: #ffffff;
}

.top-language-changer {
    position: fixed;
    top:1em;
    right: 1em;
}
.bg-match{
    background-color: #dff0d8;
}
