.registration-id-sidebar {
  width: 551px;
  height: 560px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: var(--dl-radius-radius-radius8);
  border-top-right-radius: var(--dl-radius-radius-radius8);
  border-bottom-left-radius: var(--dl-radius-radius-radius8);
  border-bottom-right-radius: var(--dl-radius-radius-radius8);
  text-align: center;
}
.registration-id-container {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.registration-id-text {
  color: var(--dl-color-gray-white);
}
.registration-id-container1 {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.registration-id-pasted-image {
  width: auto;
  height: 202px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.registration-id-text1 {
  color: var(--dl-color-gray-white);
  font-size: 25px;
  font-style: normal;
  margin-top: 50px;
  text-align: center;
  font-weight: 400;
}
.registration-id-text2 {
  color: var(--dl-color-success-300);
  font-style: normal;
  margin-top: 20px;
  font-weight: 800;
}
.registration-id-root-class-name {
  height: 100%;
  display: none;
  align-self: center;
}
@media(max-width: 767px) {
  .registration-id-sidebar {
    height: 70vh;
  }
  .registration-id-root-class-name {
    width: auto;
  }
}
@media(max-width: 479px) {
  .registration-id-sidebar {
    width: 290px;
    height: auto;
    padding-left: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: center;
  }
  .registration-id-text {
    font-size: 1.5em;
    text-align: center;
  }
}

.register-form-sidebar {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: var(--dl-radius-radius-radius8);
  border-top-right-radius: var(--dl-radius-radius-radius8);
  border-bottom-left-radius: var(--dl-radius-radius-radius8);
  border-bottom-right-radius: var(--dl-radius-radius-radius8);
}
.register-form-container {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.register-form-text {
  color: var(--dl-color-gray-white);
}
.register-form-container1 {
  width: auto;
  height: auto;
  display: flex;
  margin-top: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.register-form-pasted-image {
  width: auto;
  height: 106px;
  margin-bottom: 57px;
}
.register-form-form {
  width: auto;
  height: auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
.register-form-container2 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 3px;
  flex-direction: column;
  justify-content: center;
}
.register-form-text1 {
  color: var(--dl-color-gray-white);
  font-size: 20px;
  margin-bottom: 5px;
}
.register-form-textinput {
  text-align: center;
}
.register-form-text2 {
  color: var(--dl-color-gray-white);
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.register-form-textinput1 {
  text-align: center;
}
.register-form-button {
  width: auto;
  font-size: 1.2em;
  align-self: center;
  margin-top: var(--dl-space-space-oneandhalfunits);
  transition: 0.3s;
  background-color: #e94c0a;
}
.register-form-button:hover {
  background-color: #e94c0a;
}
.register-form-text3 {
  color: var(--dl-color-gray-white);
  text-align: center;
}
.register-form-button1 {
  width: auto;
  font-size: 1.2em;
  align-self: center;
  margin-top: var(--dl-space-space-oneandhalfunits);
  transition: 0.3s;
  background-color: var(--dl-color-danger-500);
}
.register-form-button1:hover {
  background-color: var(--dl-color-danger-500);
}
.register-form-text4 {
  color: var(--dl-color-gray-white);
  text-align: center;
}
.register-form-root-class-name {
  display: none;
  align-self: center;
}
@media(max-width: 991px) {
  .register-form-text1 {
    font-size: 20px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
  }
  .register-form-text2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .register-form-button {
    top: 32px;
    right: 89px;
    width: auto;
    height: auto;
    position: static;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    background-color: var(--dl-color-danger-700);
  }
  .register-form-text3 {
    color: var(--dl-color-gray-white);
    line-height: 16px;
  }
  .register-form-button1 {
    top: 32px;
    right: 89px;
    width: auto;
    height: auto;
    position: static;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    background-color: var(--dl-color-danger-700);
  }
  .register-form-text4 {
    color: var(--dl-color-gray-white);
    line-height: 16px;
  }
  .register-form-root-class-name {
    display: none;
  }
}
@media(max-width: 767px) {
  .register-form-sidebar {
    height: 70vh;
  }
  .register-form-root-class-name {
    height: auto;
    display: none;
  }
}
@media(max-width: 479px) {
  .register-form-sidebar {
    width: 290px;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  .register-form-text {
    font-size: 1.5em;
    text-align: center;
  }
  .register-form-text1 {
    text-align: center;
  }
  .register-form-button {
    display: flex;
  }
  .register-form-button1 {
    display: flex;
  }
  .register-form-root-class-name {
    width: auto;
    display: none;
  }
}

.login-form-sidebar {
  width: auto;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: relative;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  justify-content: flex-start;
  border-top-left-radius: var(--dl-radius-radius-radius8);
  border-top-right-radius: var(--dl-radius-radius-radius8);
  border-bottom-left-radius: var(--dl-radius-radius-radius8);
  border-bottom-right-radius: var(--dl-radius-radius-radius8);
}
.login-form-container {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.login-form-text {
  color: var(--dl-color-gray-white);
}
.login-form-container1 {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.login-form-pasted-image {
  width: 100%;
  height: 138px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-form-form {
  width: auto;
  height: auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
.login-form-container2 {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-form-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.login-form-text1 {
  color: var(--dl-color-gray-white);
}
.login-form-textinput {
  text-align: center;
}
.login-form-container4 {
  flex: 0 0 auto;
  width: 425px;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  flex-direction: column;
}
.login-form-button {
  width: auto;
  font-size: 1.2em;
  align-self: center;
  margin-top: var(--dl-space-space-oneandhalfunits);
  transition: 0.3s;
  background-color: var(--dl-color-success-300);
}
.login-form-button:hover {
  background-color: var(--dl-color-success-300);
}
.login-form-text2 {
  color: var(--dl-color-gray-white);
  text-align: center;
}
.login-form-text3 {
  color: #e67c7c;
  display: none;
  font-size: 25px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
}
.login-form-root-class-name {
  height: 100%;
  align-self: center;
}
@media(max-width: 991px) {
  .login-form-text1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }
  .login-form-button {
    top: 32px;
    right: 89px;
    width: auto;
    height: auto;
    position: static;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
  }
  .login-form-text2 {
    font-size: 2vh;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .login-form-root-class-name {
    height: auto;
  }
}
@media(max-width: 767px) {
  .login-form-sidebar {
    height: 70vh;
  }
  .login-form-root-class-name {
    width: auto;
    height: auto;
  }
}
@media(max-width: 479px) {
  .login-form-sidebar {
    width: 290px;
    height: auto;
    padding-left: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    justify-content: center;
  }
  .login-form-text {
    font-size: 1.5em;
    text-align: center;
  }
  .login-form-button {
    display: flex;
  }
  .login-form-root-class-name {
    width: 100%;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  background-color: #151515;
}
.home-container1 {
  height: auto;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 42px;
  margin-bottom: 27px;
  justify-content: space-between;
}
.home-company {
  color: rgb(255, 255, 255);
  font-size: 80px;
  align-self: center;
  font-style: normal;
  font-weight: 500;
}
.home-button {
  width: auto;
  font-size: 1.2em;
  align-self: center;
  transition: 0.3s;
  margin-left: 0px;
  margin-right: var(--dl-space-space-twounits);
  background-color: var(--dl-color-gray-500);
}
.home-button:hover {
  background-color: var(--dl-color-gray-500);
}
.home-register {
  color: var(--dl-color-gray-white);
  text-align: center;
}
.home-hero {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
  background-color: #151515;
}
.home-header {
  gap: var(--dl-space-space-twounits);
  width: 847px;
  height: 274px;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: column;
}
.home-title {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 128px;
  max-width: 895px;
  align-self: flex-start;
  text-align: center;
  font-weight: normal;
  line-height: 115px;
  padding-top: 5px;
  text-transform: uppercase;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-self: stretch;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-end;
}
.home-company1 {
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
}
.home-text {
  color: var(--dl-color-gray-white);
  align-self: center;
  text-align: center;
}
@media(max-width: 991px) {
  .home-container {
    background-color: #151515;
  }
  .home-container1 {
    height: 100px;
    align-self: stretch;
    align-items: flex-start;
    justify-content: space-between;
  }
  .home-company {
    font-size: 50px;
  }
  .home-button {
    width: auto;
    height: auto;
    font-size: 1.4em;
    align-self: center;
    text-align: center;
    border-radius: 40px;
  }
  .home-register {
    font-size: 2vh;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .home-hero {
    width: auto;
    height: auto;
    align-self: center;
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .home-header {
    width: auto;
    height: 177px;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-title {
    width: auto;
    height: auto;
    font-size: 100px;
    max-width: auto;
    align-self: center;
    margin-top: 0px;
    text-align: center;
    line-height: 90px;
    padding-top: 28px;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-footer {
    align-self: center;
    justify-content: flex-start;
  }
  .home-company1 {
    color: var(--dl-color-gray-white);
  }
  .home-text {
    color: var(--dl-color-gray-white);
  }
}
@media(max-width: 767px) {
  .home-container1 {
    height: 100px;
    align-self: stretch;
    align-items: flex-start;
    justify-content: space-between;
  }
  .home-company {
    font-size: 50px;
    line-height: 20px;
  }
  .home-hero {
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  .home-header {
    width: auto;
    height: auto;
    max-width: auto;
    align-self: center;
    padding-top: 41px;
    margin-bottom: 0px;
    padding-bottom: 11px;
    justify-content: center;
  }
  .home-title {
    width: auto;
    height: auto;
    max-width: auto;
    margin-top: 0px;
    line-height: 90px;
    padding-top: 0px;
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-company1 {
    font-size: 18px;
    line-height: 20px;
  }
  .home-text {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .home-container1 {
    height: 100px;
    padding-left: var(--dl-space-space-halfunit);
  }
  .home-company {
    font-size: 30px;
  }
  .home-button {
    width: 89px;
    display: flex;
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-register {
    font-size: 1.8vh;
  }
  .home-hero {
    width: 320px;
    height: auto;
  }
  .home-title {
    width: 320px;
    height: 193px;
    font-size: 60px;
    line-height: 60px;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: 0px;
  }
  .home-footer {
    bottom: 0px;
    padding: var(--dl-space-space-unit);
    margin-top: 0px;
    flex-direction: column;
  }
  .home-text {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
