body {
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  margin-top: 50px;
}

.main {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.form-group {
  margin-top: 10px;
}

.title {
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}

.check {
  background-color: #ff5f35;
  color: white;
}
.check:active {
    background-color: #ff5f35;
    color: white;
  }
.check:hover{
    background-color: #231f20;
    color: white;
}
