.register-container {
    height: 100vh;
    background-image: url(../image/back-ground-đăng\ kí.jpeg);
    background-size: cover;
    display: flex;
    justify-content: flex-end;
  }
  
  .register-container .aside-right {
    width: 28%;
    height: 100vh;
    background-color: #fff;
  }
  
  .register-container .aside-right .header h3 {
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    /* color: rgb(128, 120, 120); */
    /* text-align: center; */
    margin-top: 30px;
    font-weight: 200;
  }
  
  .register-container .input-name-wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .register-container .input-name-wrapper .input-wrapper {
    width: 48%;
  }
  
  
  #register-form {
    padding: 20px;
  }