.register-area {
  max-width: 60%;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-area .register-box {
  width: 50%;
  padding:30px;
  border:1px solid #eee;
}
.register-area .register-box h1 {
  font-size: 30px;
  text-align: center;
}
.register-area .register-box p {
  margin-top: 10px;
  text-align: center;
}
.register-area .register-box form {
  margin-top: 22px;
}
.register-area .register-box form input {
  width: 100%;
  padding:10px 15px;
  margin-top: 20px;
  font-size: 13px;
  border:1px solid #eee;
  border-radius:3px;
}
.register-area .register-account {
  width: calc(50% - 30px);
  margin-left: 10px;
}
.register-area .register-account h4 {
  font-size: 16px;
  text-align: center;
} 
.register-area .register-account .register-info a.terms-link {
  color: #0b59db;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
}
.register-area .register-box a.btn-style1 {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.register-area .register-box a.btn-style1 {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.btn-style1 {
  color: #fff;
  font-size: 14px;
  padding:10px 30px;
  background-color: #0b59db;
  font-weight: 600;
  border:2px solid #0b59db;
  border-radius:25px;
}