body {
  padding: 0px;
  width: 100%;
  height: auto;
  margin: 0;
}


.registerbtn {
text-align: center;
margin-top: 30vh;

}

.login {
  padding-top: 2vh;
  text-align: center;
  padding-bottom: 30%;

}

.text {

  text-align: center;
  font-size: medium;
  margin-top: 30vh;
  font-weight: 500;
  color: aliceblue;
}


.alert-success {
    text-align: center;
    font-size: medium;
    padding: 15px;
    font-weight: normal;
    
    color: rgb(214, 214, 214);

}

.alert-link {
  text-decoration-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0) !important;
  font-weight: bold;
}

#result {
  font-size: 30px !important;
}


.card {
  text-align: center;
  font-size: 90%;
  width: 60%;
  display: flex;
  transform: translate(33%, 0%);
  background-color: rgb(255, 255, 255);

}

.reg-top {
  text-align: center;
}

.listcard {
  position:absolute;
  width: 25%;
  padding-top: 4rem;
  transform: translate(150%, 50%);  
}


.bg-image{
  box-sizing: border-box;
}

.btn-primary {
  width: %;
}

