/* regisrtation */
#regisrtation{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffff;
}
#regisrtation h2{
  padding-top: 50px;
}
.confirm_form{
  padding-top: 20px;
}
.confirm_form button{
  width: 65%;
}

button:disabled,
button[disabled]{
    opacity: 30%;
    cursor: default;
}
button[disabled]:hover{
    letter-spacing: normal;
    box-shadow:0 0 0;
}

/* #regisrtation input{
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  font-size: 15px;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  border-radius: 50px;
  border-color: #ffce00;
} */

.register_form button{
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff3031;
  color: #ffff;
  width: 220px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #regisrtation h2{
    padding-top: 0;
  }
  .confirm_form{
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 298px){
  #regisrtation input{
    width: 95%;
  }
  .register_form button{
    width: 95%;
  }
  .confirm_form button{
    width: 95%;
  }
}
