html, body {
    height:100%;
} 
main{
  padding:4rem 3rem;
}

.register {
  background: url('/static/assets/images/green-background.png') no-repeat center center fixed;
  color:#FFF;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}
.register-title {
  font-size: 40px
}
.register-subtitle {
  color:#fff073;
  line-height: 25px;
  line-height: 20px;
  text-align: center;
  font-weight: lighter;
}
.register-form {
  margin-top: 1rem
}

.table-text-12px {
  font-size: 12px;
}
.table-text-10px {
  font-size: 10px;
}
.table-text-8px {
  font-size: 8px;
}

.table-text-pending {
  text-decoration: none;
}

.table-background-registered {
  background-color: palegreen;
  opacity: 1;
}

.datatable-whipay-default {
  /*padding: 15px;*/
  text-align: left;
}

.datatable-whipay-td {
  min-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*width: 100%;*/
  /*line-height: 1.5rem;*/
}

.datatable-whipay-tr {
  /*white-space: nowrap;*/

  height: 5px;
  font-size: 11px;
  line-height: 12px;
  padding: 0.2rem 0.2rem;
  padding-bottom: 10px;
}

.datatable-whipay-tr:hover {
  background-color: lightgreen;
}

.datatable-whipay-th {
  background-color: forestgreen;
  color: ghostwhite;
  font-size: 13px;
}

.default-background {
  background-color: #fafafa;
  /*background: url('https://djsaqul9tqjw8.cloudfront.net/login/background_fruits.jpg') fixed center;*/
  background-size: contain;
  background-repeat: no-repeat;
  resize: both;
}