body {
  background: #1c1135;
  font-family: 'Roboto', sans-serif;
}

.login-box {
  margin-top: 75px;
  margin-bottom: 75px;
  padding: 50px;
  height: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
  color: #0ba9a4;
}

.login-form {
  margin-top: 25px;
  text-align: left;
}

.btn-outline-secondary {
  color: #b9b8b8;
}

.login-btm {
  float: left;
}

.login-button {
  position: absolute;
  right: 0px;
}

.login-text {
  text-align: left;
  padding-left: 0px;
  color: #A2A4A4;
}

.register-button{
  padding-top: 7px;
  text-decoration: none;
  transition: 0.3s;
}

.register-button:hover{
  background-color: transparent;
  color: #37aaa7;
}

.checkbox{
  width: 10%;
}


@media (max-width: 768px ){
  .login-box {
    padding: 30px;
    padding-top: 75px;
    margin-top:0px;
    height: 100%;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 0px;
  }

  .login-login {
    height: 100vh;
  }

}
