html,
body {
  height: 100vh;
}


.getstarted,
.getstarted:focus {
  background: #d77104;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  border: none;
  color: #fff;
}

.getstarted:hover,
.getstarted:focus:hover {
  color: #fff;
  background: #FDCB0B;
}

.btnforgotpass,
.btnforgotpass:focus {
  background: #393A3C;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  border: none;
  color: #fff;
}

.btnforgotpass:hover,
.btnforgotpass:focus:hover {
  color: #fff;
  background: #656566;
}

.title-login {
  font-size: 2rem !important;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-content {
  width: 400px;
}

.div-button {
  display: flex;
  justify-content: space-around;
}


/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/

@media (max-width: 768px) {

  .title-login {
    font-size: 2rem !important;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div-content {
    margin-top: -100px;
    text-align: start;
    padding: 10px;
  }

  .row-form {
    margin-top: 100px;
  }

  .div-button {
    margin-top: 50px !important;
  }
  
}