.div-block {
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  
/*    background: url(https://s3.amazonaws.com/tfe-my/img/welcome/body-bg-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;  
*/
}

.column-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212; 
/*  
    background: url(https://s3.amazonaws.com/tfe-my/img/welcome/body-bg-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;  
*/
}

.heading {
  display: block;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.form-block {
  position: static;
  min-width: 400px;
}

.div-block-2 {
  position: static;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-block-2 {
  min-width: 400px;
}

.form-field {
  margin-top: 19px;
  margin-bottom: 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
}

.form-button {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;;
  font-weight: 500;
  
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 2px;
  background-color: wHITE;
  color: #000;
  font-size: 20px;
}

.form-button:active {
  background-color: #CCC;
}

.password-text {
  position: static;
  display: block;
  margin-top: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0px;
}

.link {
  color: grey;
}

.link:hover {
  color: #c2c2c2;
}

.text-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 52px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 991px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    min-height: auto;
  }
  .column-2 {
    min-height: auto;
    padding-top: 44px;
  }
  .text-block {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 134px;
    padding-bottom: 15px;
  }
  .body {
    background-color: #0a0a0a;
  }
}

@media (max-width: 767px) {
  .heading {
    margin-top: 0px;
  }
  .text-block {
    margin-top: 64px;
  }
}

@media (max-width: 479px) {
  .column-2 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .heading {
    margin-top: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .form-block-2 {
    max-width: 400px;
    min-width: auto;
  }
  .text-block {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 72px;
    margin-bottom: 27px;
    font-size: 12px;
    line-height: 16px;
  }
}

