.unlock-section {
  background-color: #10183C;
  border-radius: 10px;
  border-color: #141D3B;
  border-width: thin;
  width: 70%;
  padding: 25px;
  float: left;
}

.plan-section {
  background-color: #10183C;
  border-radius: 10px;
  border-color: #141D3B;
  border-width: thin;
  width: 28%;
  padding: 25px;
  float: right;
}

.login-section {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #121c48;
  border-radius: 10px;
  border-color: #141D3B;
  border-width: thin;
  width: 70%;
  padding: 25px;
  float: left;
}
