body {
    background-color: #ecf0f5;
    font-size: 14px;
    height: 100%;
}
.login-logo {
    margin-bottom: 20px;
}
.login-box {
    margin-top: 12vh;
}
.logo-lg img {
    max-width: 200px;
}
.login-box-body {
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.login-box-title {
    text-align: center;
    font-size: 16px;
    color: #232323;
}
.info-side {
    margin-top: 5vh;
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
#cookie_policy {
    margin-bottom: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    position: fixed;
    z-index: 999999;
    opacity: 0.8;
}
.hrPolicy {
    padding: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #333333;
}
.login-header-big-text {
    color: #3c8dbc;
    font-size: 32px;
}
.box-body ul {
    padding-left: 15px;
}
.small-box.bg-light {
    background-color: #f8f9fa;
    color: #212529;
}
.small-box {
    border-radius: 3px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
}
.small-box .inner {
    padding: 10px;
}
.small-box h5 {
    font-weight: bold;
    margin-top: 0;
}
.invalid {
    color: #dc3545;
    border-color: #dc3545;
}
@media (max-width: 991px) {
    .hidden-xs-sm {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}