/**********************************
        Register Styles
**********************************/
.register-form-container{
    position: relative;
    margin: 40px auto 40px auto;
    width: 35%;
    min-width: 100px;
    max-width: 1000px;
}

.register-form > fieldset {
    border: 1px solid black;
    border-radius: 30px;
    padding: 20px;
    margin: 10px;
}

@media only screen and (max-width: 1240px) {
    .register-form-container{
      width: 90%;
    }
  }
