/******************** CUSTOM FONT ********************/
@import url("https://p.typekit.net/p.css?s=1&k=paj8vsl&ht=tk&f=35204.35205.35206.35207.35208.35209.35210.45422.45423.45424.45425.45426.45427.45428.45429.45430.45431&a=86858743&app=typekit&e=css");
@font-face {
    font-family: "bicyclette";
    src: url("https://use.typekit.net/af/39f12b/00000000000000007735acd8/30/l?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/39f12b/00000000000000007735acd8/30/d?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/39f12b/00000000000000007735acd8/30/a?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}
@font-face {
    font-family: "bicyclette";
    src: url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/l?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/d?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/87f362/00000000000000007735acdc/30/a?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "bicyclette";
    src: url("https://use.typekit.net/af/e8d041/00000000000000007735ace5/30/l?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/e8d041/00000000000000007735ace5/30/d?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/e8d041/00000000000000007735ace5/30/a?primer=fccd461ea836670066a69ccadaae67e006467cd9f4d73e2917d08bf639b14c5e&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
/******************** GENERAL ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "bicyclette", sans-serif;
    font-size: 18px;
    color: #3d3a39;
    font-weight: 300;
    background-color: #5d6154;
}
body:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../layout/bg-login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
body:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(59, 55, 54, 0.95) 0%, rgba(59, 55, 54, 0.65) 50%, rgba(59, 55, 54, 0.95) 100%);
}
strong,
h2 {
    font-weight: 700;
}
a:link,
a:visited {
    color: #5d6154;
    text-decoration: none;
    border-bottom: dotted 1px #5d6154;
}
a:hover,
a:active {
    color: #514c4b;
    text-decoration: none;
    border-bottom: dotted 1px #514c4b;
}
.panel {
    border: none;
    overflow: hidden;
    box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.35);
    padding: 0;
    border-radius: 4px;
    margin: 0;
    background-color: #ffffff;
}
.panel .panel-body {
    padding: 0;
}
header {
    font-size: 0;
    padding: 20px;
    background-color: #5d6154;
}
header .logo {
    width: 90px;
    display: block;
    border: none;
    margin: 0 auto;
}
header .logo img {
    width: 100%;
    border: none;
}
.login-form #logo img {
    width: 100%;
    display: none;
}
.page-title {
    background-color: #514c4b;
    color: #dac1a4;
    font-size: 24px;
    margin: 0 -20px 15px;
    padding: 15px 20px;
    font-weight: 700;
    text-align: center;
}
.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: 15px;
    top: 15px;
    font-size: 16px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs > li.active {
    display: none;
}
.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: #514c4b;
    color: #dac1a4;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #514c4b;
    color: #dac1a4;
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    border-radius: 4px;
    padding: 8px;
    color: #3d3a39;
    background-color: #dac1a4;
}
.tab-content {
    padding: 0 20px 20px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 120px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}