body {
  background: url("../images/trading-bg.jpg") top left no-repeat;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #fff;
}
.reg-content {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}
.register-block {
  background: #000 url("../images/landingpage-bg.jpg") bottom center no-repeat;
  padding: 60px 45px 100px 45px;
  border-radius: 25px;
  border: #333 3px solid;
  text-align: center;
}
.success-block {
  background: #000 url("../images/success-bg.jpg") bottom center no-repeat;
  padding: 60px 45px;
  border-radius: 25px;
  border: #333 3px solid;
  text-align: center;
}
p {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 27px 0 18px 0;
}
h1 span {
  background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 900;
}
.inp-block {
  margin: 0 0 20px 0;
}
.landing-inp {
  width: 100%;
  background: #e4e4e4;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
}
.red-text {
  color: #FF0004;
  text-align: left;
  width: 100%;
  display: block;
  background: #000;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 3px;
}
.landing-text {
  margin-bottom: 20px;
}
.btn-gold {
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
  padding: 10px 15px;
  color: #000;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-gold:hover {
  background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(190, 128, 43, 1) 50%, rgba(226, 190, 89, 1) 100%);
}
@media (max-width:586px) {
  .register-block, .success-block {
    padding: 50px 30px;
  }
}