body {
    background: url('/theme/img/header-bg.jpg') fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.welcom-title {
    font-weight: 500 !important;
    font-size: 14px;
    margin-bottom: 1.75rem !important;
    color: #7E8299 !important;
}

.mh-300px {
    max-height: 300px !important;
}

.mw-100 {
    max-width: 100% !important;
}

.display-name {
    font-weight: bold;
}

.form-signin {
 /*   max-width: 330px;
    padding: 15px;
    margin: 0 auto;*/
}
.title-auth {
    font-weight: bold;
    font-size: 18px;
    margin: 23px 0;
}
.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
}

.full-body {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.div-center {
    width: 400px;
    height: 400px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    /*bottom: 0;*/
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 1em 2em;
    /* border-bottom: 2px solid #ccc; */
    display: table;
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

div.content {
    /* display: table-cell;
    vertical-align: middle; */
}
.body-container {
    background: #fff;
    min-height: 88vh;
}
.custom-header a.navbar-brand {
    padding: 2px;
}
.custom-header{
    min-height:56px;
}
.custom-welcom {
    padding-top: 20vh;
}
.page-header {
    margin:0;
    padding:5px 0;
    border-bottom: 1px solid #eee;
}
.title-page-header {
    font-size: 30px;
}