﻿html, body {
    width: 100%;
    height: 100%
}

.background {
    background: url("../../img/background.jpg") no-repeat;
    background-size: 100%;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.form-horizontal.is-center {
    padding: 10px 0;
    width: 750px;
    background: #FFFFFF;
    margin-top: 0;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.navbar-brand.navbar-brand-name {
    margin-left: -22px !important;
}

.title-top {
    padding-bottom: 8px;
    font-size: 21px;
}

.head-hr {
    margin-top: 0;
}

.form-left {
    margin-left: 10px
}

.form-padding {
    padding: 0
}

.position-footer {
    position: fixed;
    bottom: 0;
    width: 100%
}

.footer-text {
    color: whitesmoke;
    margin-top: 10px
}

.glyphicon {
    display: none;
}
