body {
    font-family: 'Open Sans', sans-serif !important;
}
.navbar-brand {
    height: auto;
}
#zsiqbtn {
    margin: 30px 0 10px;
}
.icon-chat {
    margin-top: 56px;
    display: block;
}
.witty .container {
    background: transparent;
}
.login-page {
    font-size: 14px;
    line-height: 1.444em;
}
.login-page a {
    font-size: 14px !important;
    outline: none;
    color: #3188c7 !important;
}
.login-page .hotelogix-login-disc a {
    color: #ffc107 !important;
}
.login-page .hotelogix-login-disc h2 a {
    color: #fff !important;
}
.login-page p {
    font-size: 14px;
}
.bg-blue-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#809ec9+0,6674b5+100 */
    background: #809ec9; /* Old browsers */
    background: -moz-linear-gradient(top,  #809ec9 0%, #6674b5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #809ec9 0%,#6674b5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #809ec9 0%,#6674b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#809ec9', endColorstr='#6674b5',GradientType=0 ); /* IE6-9 */
}
.btn-blue {
  color: #fff;
  background-color: #2a5192;
  border-color: #214786;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #3c5b8e;
  border-color: #335285;
}
.btn-blue:hover {
  color: #fff;
  background-color: #3c5b8e;
  border-color: #335285;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #3c5b8e;
  border-color: #335285;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #3c5b8e;
  border-color: #335285;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #2a5192;
  border-color: #214786;
}
.btn-blue .badge {
  color: #2a5192;
  background-color: #fff;
}
.btn-yellow {
  color: #4a3f12 !important;
  background-color: #ffc600;
  border-color: #e7b300;
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #4a3f12;
  background-color: #f5b324;
  border-color: #e7a71d;
}
.btn-yellow:hover {
  color: #4a3f12;
  background-color: #f5b324;
  border-color: #e7a71d;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #4a3f12;
  background-color: #f5b324;
  border-color: #e7a71d;
}
.btn-yellow:active:hover,
.btn-yellow.active:hover,
.open > .dropdown-toggle.btn-yellow:hover,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.open > .dropdown-toggle.btn-yellow:focus,
.btn-yellow:active.focus,
.btn-yellow.active.focus,
.open > .dropdown-toggle.btn-yellow.focus {
  color: #4a3f12;
  background-color: #f5b324;
  border-color: #e7a71d;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus {
  background-color: #ffc600;
  border-color: #e7b300;
}
.btn-yellow .badge {
  color: #ffc600;
  background-color: #fff;
}
.text-white {
  color: #fff;
}
.text-blue {
/*  color: #2a5192;*/
  color: #3188c7;
}
.padding-top{
    padding-top: 10px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.h-200{
    height: 180px;
}
/*======= white box ===========*/

.white-box {
/*  background: #fff;
    color: #666;*/
    background: #012235;
    color: #fff;
    padding: 25px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 15px 1px rgba(0,0,0,.5);
    box-shadow: 1px 1px 15px 1px rgba(0,0,0,.5);
    min-height: 618px;
}
.white-box.auto-height {
    min-height: inherit;
}
.white-box h1 {
    font-size: 36px;
    margin: 38px 0 40px;
}
.white-box h2 {
    font-size: 20px;
    margin: 10px 0;
}
.white-box h2.small {
    font-size: 16px;
}
.white-box h3 {
    font-size: 18px;
    margin: 10px 0;
}
.white-box h1,
.white-box h2,
.white-box h3 {
    line-height: 1em !important;
}
.white-box .form-control {
    height: 60px;
    font-size: 20px;
}
.white-box .btn {
    padding: 10px 16px;
    font-size: 24px !important;
    line-height: 1.3333333;
    border-radius: 6px;
    text-transform: uppercase; 
}
.white-box li {
    margin: 0 0 5px;
}
.white-box .line {
    width: 60%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 15px;
    height: 1px;
    background: #ddd;
}

.form-control.text-captcha{
    font-size: 1em;
}
.bg-captcha {
    background: #d3d3d3;
    padding: 4px 0;
}
#errorDiv{
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.error-block{
    font-size: 14px;
    padding: 5px 0 0;
}
.input-error{
    border-color: #a94442;
}
.white-box .checkbox{
    margin-bottom: 10px;
    margin-top: 0px;
}
.white-box .checkbox input[type="checkbox"]{
    margin-top: 1px;
}
/*======= white box end ===========*/
/*======= Lightbox start ===========*/
#messageModal{
    background: rgba(0,0,0,.5);
}
#messageModal .modal-dialog{
    margin-top: 100px;
}
#messageModal .modal-dialog .btn{
    color: #fff;
}
/*======= Lightbox end ===========*/

.copyright{
    margin: 40px 0 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .white-box h1 {
        font-size: 30px;
        margin: 20px 0 32px;
    }
}
@media (max-width: 991px) {
    .white-box {
        min-height: inherit;
    }
}
@media (max-width: 479px) {
    .white-box h1 {
        font-size: 24px;
        margin: 20px 0 30px;
    }
}
.welcome-hotelogix {
    font-size: 24px;
    margin: 15px 0 40px;
}
.welcome-hotelogix span {
    color: #2856a2;
    border-radius: 8px;
    font-family: "Nunito", sans-serif;
    margin-left: 2px;
    font-weight: 700;
}
.btn-login {
    padding: 10px 12px !important;
    width: 100%;
    font-weight: 700;
    font-size: 14px !important;
    height: 44px;
}
.login-page .form-floating>.form-control {
    padding: 0 16px;
    height: 44px;
    line-height: 1; 
}
.login-page .form-floating>label {
    padding: 10px 6px 0;
    left: 10px;
    opacity: .7;
}
.login-page .form-floating>.form-control:focus {
    box-shadow: none;
}
.login-page .form-floating>.form-control:focus~label,
.login-page .form-floating>.form-control:not(:placeholder-shown)~label,
.login-page .form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-20px) translateX(1px);
    background: #fff;
    height: auto;
}
.fs-icon {
    font-size: 100px;
}