body {
  background: url(../../layout/img/background_home.png) no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.header {
  background-color: #FFF !important;
  box-shadow: 0 2px 3px #999 !important;
}

.footer-home {
  background: rgba(2, 91, 171, .7) !important;
}

.reg-log-btn {
  position: relative;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  top: 285px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 25px !important;
  font-size: 14pt;
  font-weight: 300;
  color: #fff;
}

.reg-log-btn a {
  text-decoration: none;
}

.reg-log-btn a:hover {
  color: #94cef9 !important;
}

.reg-log-btn button {
  width: 49%;
}

div#captcha img,
div#captcha-regis img {
  width: 60%;
  height: 40px;
}

div#captcha,
div#captcha-regis {
  background: url(../../../global/img/bg-captcha.png) repeat center center fixed #fff;
  text-align: center;
  margin-top: 5px;
}

i#load-captcha,
i#load-captcha2 {
  cursor: pointer;
  float: right;
  font-size: 14pt;
  margin-right: 8px;
  top: 13px;
}

#demo {
  background-color: #D0272E;
  color: white;
  text-align: center;
  padding: 1rem 0 1rem 0;
  border-radius: 1rem !important;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  width: 50%;
  align-items: center;
}

.spacing {
  padding-right: 1rem;
  padding-left: 1rem;
}

#menu-login {
  display: none;
}

@media (min-width: 1440px) {
  .container {
    width: 1370px;
  }

  .header-navigation {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .site-logo {
    margin-left: -40px;
  }
}

@media screen and (max-width: 720px) {

  #demo {
    background-color: #D0272E;
    color: white;
    text-align: center;
    padding: 1rem 0 1rem 0;
    border-radius: 1rem !important;
    display: flex;
    font-size: 20px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  /* Specific to this particular image */
  body {
    overflow: hidden;
    background: url(../../layout/img/we-are-hiring-mobile.png) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 200% !important;
    min-height: 200%;
  }

  .reg-log-btn {
    /*top: 200px;*/
    /*bottom: 200px;*/
    width: 80%;
    background: rgba(0, 0, 0, 0);
    font-size: 12pt;
  }

  .reg-log-btn button {
    width: 100%;
    border-radius: 25px !important;
  }

  .btn+.btn {
    margin-left: auto;
  }

  .site-logo {
    margin-left: -10px;
  }

  .header-navigation li {
    width: 100%;
  }

  #btn-login {
    margin-top: -41px !important;
    margin-right: 40px !important;
  }

  .header .mobi-toggler {
    margin-top: -45px !important;
  }
}

@media screen and (max-width: 480px) {
  #btn-login {
    display: none !important;
  }

  #menu-login {
    display: block;
  }
}

.blockUI.blockOverlay {
  z-index: 100011 !important;
}

.blockUI.blockMsg.blockPage {
  z-index: 10111 !important;
}

/* setup color for menu */
.header-navigation ul li a {
  color: #025BAB !important;
}

.header-navigation ul li a:hover {
  color: #FFFFFF !important;
  background-color: #025BAB;
}

ul.dropdown-menu li a {
  color: #025BAB !important;
}

ul.dropdown-menu li a:hover {
  color: #025BAB !important;
}

.mobi-toggler {
  margin-top: 20px !important;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.ecommerce {
  overflow: hidden !important;
}

.logo-begin {
  padding-left: 0;
}

.logo-begin img {
  height: 50px;
  position: relative;
  top: 5px;
}

.profile-menu {
  background-color: transparent;
  padding: 0px !important;
}

.username div {
  margin-top: 3px;
  font-size: 12pt;
}

.first-li {
  margin-top: 5px;
}

button#btn-login {
  margin-top: 15px;
  display: block;
  padding: 2px 10px;
  background-color:#025BAB;
  color:#ffffff;
}

.main {
  position: relative;
  text-align:-webkit-center;
  text-align:-moz-center;
  top:-15px;
}

.main .container {
  position: fixed;
  bottom: 40px;
  width: 100%;
  background-color: rgba(255, 255, 255, .5);
  font-size: 12pt;
  color: black;
  padding: 5px 10px 2px 10px;
}

.fbody {
  float: none;
}