body {
  margin: 0;
  padding: 0;
  background-color: #00ab99;
  height: 100vh;
}
.box {
  margin-top: 20px;
  max-width: 600px;
 /* height: 600px;*/
   height: 925px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

.addonBox {
  margin-top: 20px;
  max-width: 600px;
  height: 290px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

.illuminaBox {
  margin-top: 20px;
  max-width: 600px;
  height: 180px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

.carnivabox{
  margin-top: 20px;
  max-width: 600px;
  /*height: 140px;*/
  height: 150px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}
.text-white{
  color: #fff;
}
.mtb-20{
  margin:  20px 0;
}
.no-padding{
  padding: 0;
}
.pointer{
  cursor:  pointer !important;
}