/******************** GENERAL ********************/
@font-face {
    font-family: 'Novar';
    src: url('../fonts/Novar.woff2') format('woff2'), url('../fonts/Novar.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #383838;
    font-weight: 400;
    background-color: #f1f1f1;
}
body:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../layout/bg-login.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
a,
strong,
h2 {
    font-weight: 600;
}
a:link,
a:visited {
    color: #367c83;
    text-decoration: none;
}
a:hover,
a:active {
    color: #383838;
    text-decoration: none;
}
.panel {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}
.panel .panel-body {
    padding: 0;
}
header {
    font-size: 0;
}
header .logo {
    border: none;
    margin: 20px auto;
    width: 130px;
    display: block;
}
header .logo img {
    width: 100%;
    display: block;
}
.page-title {
    font-family: 'Novar', serif;
    background-color: #383838;
    color: #ffffff;
    font-size: 24px;
    margin: 0 -20px 25px;
    padding: 15px 10px;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
    position: relative;
}
.ws-page-wrapper {
    height: 100%;
    position: relative;
    z-index: 2;
}
.vertical-center-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.vertical-center-centered {
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 700px;
}
.panel-body {
    text-align: left;
}
.nav-tabs {
    margin: 0;
    position: absolute;
    right: 0;
    top: 170px;
    font-size: 16px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: transparent;
    color: #ffffff;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #367c83;
    color: #ffffff;
    border: none;
}
.nav-tabs > li.active {
    display: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    border-radius: 0;
    padding: 10px;
    background-color: transparent;
}
.tab-content {
    padding: 0 20px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}