html,
body {
  height: 100%;
   background: url(../../../login_assets/image/bg/bg-f.png) no-repeat 100% 100% ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
h1 {
  font-size: 3.5rem;
}
.t1{
  width: 100%;
}

.t2{
  width: 49%;
}

/*body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
}
*/
.form-signin {
  width: 100%;
  max-width: 40rem;
  padding: 0;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
  border-radius: 5px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
  border-radius: 5px;
  margin-top: 1rem;
}

.btn-green-tm {
  background: #40bfb5 !important;
  color: #ffffff;
}

.bg-green-tm {
  background: #40bfb5 !important;
}

.bg-hmc {
  background: #01457b !important;
}

.text-hmc {
  color: #01457b !important;
}

.bg-hmc-light-blue {
  background: #009ee3 !important;
}

.text-hmc-light-blue {
  color: #009ee3 !important;
}

.btn-hmc-light-blue {
  background: #009ee3 !important;
  color: #ffffff;
}

.text-green-tm {
  color: #40bfb5 !important;
}

.bg-deep-blue{
  background: #0a516d !important;
}


.img-block img {
    height: 16em!important;
  }

@media (max-width: 576px) {

  .img-block img {
    height: 16em!important;
  }
 }


 .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
   
}


.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -.75rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

}



.flip {
  -webkit-perspective: 800;
perspective: 800;

    position: relative;

}
.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.flip .card {

 
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
    border: none;
}
.flip .card .face {

  -webkit-backface-visibility: hidden ;
    backface-visibility: hidden ;
  z-index: 2;
   
}
.flip .card .front {
  position: absolute;
   width: 100%;
  z-index: 1;

}
.flip .card .back {
  -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
  .inner{margin:0px !important;}

  .block_middle {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.dv-l{
  border-right: 4px solid #009ee3; 
  
  margin: 0;
}

.pb-6 {
    padding-bottom: 4rem!important;
}

.polka-dot {
  position: absolute;
  left: 8%;
  top: 24%;
  width: 200px;
  height: 58px;
  background-image: radial-gradient(#6ed0f7 21%, transparent 21%);
  background-position: 0 0;
  background-size: 20px 20px;
}

.polka-dot-r {
  position: absolute;
    right: 3%;
    top: 26%;
    width: 234px;
    height: 100px;
    background-image: radial-gradient(#6ed0f7 21%, transparent 21%);
    background-position: 0 0;
    background-size: 20px 20px;
}


.bd {
  position: absolute;
  bottom: 5rem;
  right: 0;
}

.v-text{
  margin-left: 1rem;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-10%);
}

.v-text.bp {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 576px) {
  h1 {
  font-size: 1.5rem;
}
 }