#register1 {
  color: #e50020;
  font-size: 2rem;
  text-align: center;
  margin-top: 15px;
}

.wrapper {
  margin: 0 auto;
}

.langdiv {
  display: inline;
}


.bg{
  background-image: url('../img/login_bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper header {
  /*height: 7.8rem;*/
  overflow: hidden;
}

.register-type {
    border: 1px #e50020 solid;
    margin: 0 auto;
    width: 80%;
    /* margin-top: 2rem; */
    background-color:#ffffff;
}

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


#register{
  color:#e50020;
  font-size:2.3rem;
  float:left;
}

.register_left{
  margin-top:0;
  margin-bottom:0;
  border-right:1px #e50020 solid;
  min-height: 100%;
}
.registerLeftTop{

  justify-content:center;
  align-items: center;
  margin-top:1.2rem;
}

.register_left #registerInfo {
    color: #e50020;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    /*margin-top: -10px;*/
    /* top:10px; */
}

.registerYS {
  color: #e50020;
  font-size: 1.2rem;
  text-align: center;
  /* position: relative; */
  font-weight: bold;
  /*margin-top: -20px;*/
  /*top:-10px;*/
}

.registerYS2 {
  color: #e50020;
  font-size: 1.2rem;
  text-align: center;
  /* position: relative; */
  font-weight: bold;
  /*margin-top: -20px;*/
  /*top:-10px;*/
}

#stronguser {
    /* text-align: center; */
    /*margin-bottom: -20px;*/
}

.register-img {
    width: 70%;
}
.register_right{
  
  margin-top:0;
  margin-bottom:0;
  
  min-height: 100%;
}

.registerRightTop{
  margin:0 2rem 1rem 1rem;
}
#btnFtPassword{
  color:#dc3545;
}

.register2 {
  background-color: #dc3545;
  text-align: center;
  margin: 0 auto;
  height: 2rem;
  line-height: 2rem;
  width:80%;
  color: #ffffff;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 10px;
  outline: none;
  box-shadow: 0 0 0 5px rgb(252, 233, 65);
  
}
.register3 {
  background-color: #dc3545;
  text-align: center;
  width:50%;
  height: 2rem;
  line-height: 2rem;
  color: #ffffff;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 10px;
  outline: none;
  box-shadow: 0 0 0 5px rgb(252, 233, 65);
  cursor: pointer;
  display: inline-block;
}

#topStatusBar1{
  color: #d9534f;
  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;
}



#imgItbLogo {
  /*width: 7.1rem;
  height: 5.7rem;*/
  width:50%;
  margin-top: 1.5rem;
}

#imgItbLogo2 {
  /*width: 8.7rem;
  height: 3.7rem;*/
  width:50%;
  margin-top: 2rem;
}

#lngSwitcher {
  margin-top: 1rem;
  max-width: 10rem;
  min-height: 50%;
  height: 50%;
}

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

#lngSwitcher > div.currentLanguage {
  background-color: #D70506;
  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: #D70506;
  background-color: #fff;
  border-color: #fff #dee2e6 #dee2e6;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
}


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

@media screen and (min-width: 75rem) {
  .wrapper {
    max-width: 72.25rem;
  }
  
}

@media screen and (max-width: 48rem) {
  .wrapper {
    margin-top: 2rem;
  }

  #topStatusBar1{
    display: none;
  }
  #topStatusBar2{
    display: block;
  }

  #lngSwitcher > div {
    line-height: 3rem;
  }

  .register_left{
    border-right:none;
  }
}

@media (max-width: 760px){
  .wrapper {
    margin-top: 2rem;
  }

  #topStatusBar1{
    display: none;
  }
  #topStatusBar2{
    display: block;
  }
  .register_left{
    border-right:none;
    min-width:100%;
    max-height:40px;
  }
  #lngSwitcher > div {
    line-height: 3rem;
  }
}

@media (min-width: 1080px){
  .bg{
    background-image: url('../img/login_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    /* background:url(./images/background.jpg)  no-repeat center center; */
   /* background-size:cover;
   background-attachment:fixed; */
  }
         

  .registerLeftTop{
    margin-top:3rem;
  }
  .registerRightTop{
    margin-top:3rem;
  }
  .register-type{
    width:80%;
    /* margin-top:2rem; */
  }
}
/* 1280px */
@media (min-width: 1367px){
    html {
        height:100%;
    }
  .bg{
    padding: 0;
    margin: 0;
    background: url('../img/login_bg.jpg') no-repeat;
    background-size: 100% 100%;
  }

  .registerLeftTop{
    margin-top:3rem;
  }
  .registerRightTop{
    margin-top:3rem;
  }
  .register-type{
    width:80%;
    margin-top:2rem;
  }
}



@media (min-width: 1440px){
    html {
        height:100%;
    }
  .bg{
    padding: 0;
    margin: 0;
    background: url('../img/login_bg.jpg') no-repeat;
    background-size: 100% 100%;
  }

  .registerLeftTop{
    margin-top:2rem;
  }
  .registerRightTop{
    margin-top:3rem;
  }
  .register-type{
    width:80%;
    /* margin-top:2rem; */
  }
}

@media (min-width: 1920px){
    html {
        height:100%;
    }
  .bg{
    padding: 0;
    margin: 0;
    background: url('../img/login_bg.jpg') no-repeat;
    background-size: 100% 100%;
  }

  /* .registerLeftTop{
    margin-top:4rem;
  } */
  .registerRightTop{
    margin-top:4rem;
  }
  .register-type{
    width:80%;
    /* margin-top:2rem; */
  }
}

@media screen and (max-width: 2500px) {
  #register1{
    margin-bottom: 0.5vw!important;
  }
  #registerInfo{
    margin-bottom: 0.5vw!important;
  }
}

@media screen and (max-width: 1915px) {
    #register1{
    	margin-bottom: 0.5vw!important;
    }
    #registerInfo{
    	margin-bottom: 0.5vw!important;
    }
}
