.wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 75rem) {
  .wrapper {
    max-width: 72.25rem;
  }
  .wrapper header {
    overflow: hidden;
    height: auto;
  }
}
@media screen and (max-width: 48rem) {
  .wrapper {
    margin-top: 2rem;
  }
  .wrapper header {
    overflow: hidden;
    height: auto;
  }
}

.wrapper header {
  height: 6rem;
  overflow: hidden;
}

.wrapper main {
  min-height: 30rem;
}

.wrapper main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5rem 0;
}

.register-type{
  margin:0;
  margin-top: 2rem;
  /* background-image:url("../img/register.jpg"); */
  background-repeat:no-repeat; 
  background-size:100% 100%;
  -moz-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  -ms-background-size:100% 100%;
  position: relative;
  height:300px;
}

.register-type .col-sm-3{
  text-align:center;
  padding:0;
}

.register_left{
  padding:0;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  position: absolute;
  top:5rem;
}

.register_right{
  padding:0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:11rem;
}

.type-img{
  margin-top:2rem;
  margin-bottom:0;
  border-right:1px #ccc solid;
}
.type-img2{
  border-right:none;
}

.type-img img{
  width:25%;
}

.type-title{
  color:#51779B;
  margin-bottom:2rem;
  line-height:1rem;
  margin-top:0.5rem;
  border-right:1px #ccc solid;
}

.type-title2{
  border-right:none;
}
#topStatusBar1{
  color: #51779B;
  display: inline-block;
  float: right;
  margin-top: -2rem;
}
#topStatusBar2{
  display: none;
  background-color: #000;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  text-align: right;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 48rem) {
  #topStatusBar1{
    display: none;
  }
  #topStatusBar2{
    display: block;
  }
}


#imgItbLogo {
  /* width: 7.2rem; */
  /* height: 3.6rem; */
  height: 5rem;
  margin-top: 1.6rem;
}

#lngSwitcher {
  max-width: 40rem;
  min-height: 100%;
  height: 100%;
}

#lngSwitcher > div {
  text-align: center;
  line-height: 9rem;
  cursor: pointer;
  max-width:5rem;
}

#lngSwitcher > div.currentLanguage {
  background-color: #51779B;
  color: white;
}

.scrollableContainer {
  overflow: auto;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #eee;
}

.wrapper main {
  min-height: 30rem;
}

.wrapper main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5rem 0;
}

.wrapper main > div{
  margin-top: 0;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #eee;
  padding: 0;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.5);
}

footer .nav-tabs-bottom {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid transparent;
  /*margin: 0 auto;*/
}

/*@media screen and (min-width: 75em) {
  footer .nav-tabs-bottom {
    max-width: 72.25rem;
  }
}*/

footer .nav-tabs-bottom > .nav-item {
  margin-top: -1px;
  flex :1;
}

footer .nav-tabs-bottom > .nav-item > .nav-link {
  color: #888;
  text-align: center;
  font-size: 1.5rem;
  background-color: #e8071b;
  color: #fff;
  border-radius: 0 ;
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
}

footer .nav-tabs-bottom > .nav-item > .nav-link.active {
  color: #51779B;
  background-color: #fff;
  border-color: #fff #dee2e6 #dee2e6;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
}


#btnLogin {
  width: 100%;
  background-color: #51779B;
  color: white;
  border-color: #51779B;
}
/*# sourceMappingURL=login.css.map */