:root {
  --grid-width: 20%;
  --color-primary: #5B0D76;
  --color-secondary: #F2F2F2;
  --color-border: #BDBDBD;
  --color-border-purple: #ce39ff;
  --color-orange: orange;
  --color-red: red;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Ubuntu", sans-serif;
  background-color: #090F3F;
}

.row {
  width: 100% !important;
  margin-left: 0px !important;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

.form-group {
  margin-bottom: 0px;
}

.btn {
  min-width: 100px;
}

.btn-outline-primary {
  color: #10193B;
  border-color: #10193B;
  border-radius: 30px;
  padding: 12px 30px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: transparent !important;
  border-color: #10193B !important;
  color: #10193B;
}

.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 5px rgb(250, 168, 250);
  color: #10193B;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.main-wrapper {
  min-height: 100vh;
}
.main-wrapper .sign-up-section {
  background: url("/assets/images/bg-sign-up.png") center center no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .main-wrapper .sign-up-section {
    align-items: start;
  }
}
.main-wrapper .sign-up-section .sign-up-container {
  max-width: 1850px;
  padding: 70px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .main-wrapper .sign-up-section .sign-up-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .main-wrapper .sign-up-section .sign-up-container {
    padding: 40px 15px;
  }
}
.main-wrapper .sign-up-section .sign-up-container .mobile-view {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .main-wrapper .sign-up-section .sign-up-container .mobile-view {
    display: block;
  }
}
.main-wrapper .sign-up-section .sign-up-container .mobile-view h2 {
  color: white;
  font-size: 32px;
  margin: 0px auto;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .main-wrapper .sign-up-section .sign-up-container .mobile-view h2 {
    font-size: 20px;
  }
}
.main-wrapper .sign-up-section .sign-up-container .left-section {
  padding: 40px;
  position: relative;
  border-radius: 40px;
  background-color: white;
  max-width: 558px;
  min-width: 440px;
  width: 100%;
  height: 600px;
  max-height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1250px) {
  .main-wrapper .sign-up-section .sign-up-container .left-section {
    max-width: 100%;
    margin: 50px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .main-wrapper .sign-up-section .sign-up-container .left-section {
    min-width: unset;
    border-radius: 20px;
    height: 500px;
  }
}
.main-wrapper .sign-up-section .sign-up-container .left-section .form-container .logo {
  text-align: center;
  position: absolute;
  transform: translate(-50%, 0%);
  top: 7%;
  left: 50%;
}
.main-wrapper .sign-up-section .sign-up-container .left-section .form-container .sign-up-form {
  max-width: 360px;
  margin: 0px auto;
  text-align: center;
  margin-top: 50px;
}
.main-wrapper .sign-up-section .sign-up-container .left-section .form-container .sign-up-form h2 {
  font-size: 24px;
  font-weight: 700;
  color: #10193B;
  margin-bottom: 24px;
}
.main-wrapper .sign-up-section .sign-up-container .left-section .form-container .sign-up-form .description {
  margin-bottom: 20px;
}
.main-wrapper .sign-up-section .sign-up-container .left-section .form-container .sign-up-form .btn {
  margin-bottom: 10px;
}
.main-wrapper .sign-up-section .sign-up-container .left-section .form-container .sign-up-form .btn:last-child {
  margin-bottom: 0px;
}
.main-wrapper .sign-up-section .sign-up-container .right-section {
  text-align: center;
  max-width: 1200px;
  padding: 0px 30px;
}
@media only screen and (max-width: 1050px) {
  .main-wrapper .sign-up-section .sign-up-container .right-section {
    padding: 0px;
  }
}
.main-wrapper .sign-up-section .sign-up-container .right-section h2 {
  max-width: 700px;
  color: white;
  font-size: 40px;
  margin: 0px auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  .main-wrapper .sign-up-section .sign-up-container .right-section h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1050px) {
  .main-wrapper .sign-up-section .sign-up-container .right-section h2 {
    display: none;
  }
}
.main-wrapper .sign-up-section .sign-up-container .right-section p {
  max-width: 700px;
  color: white;
  font-size: 22px;
  margin: 0px auto;
}
@media only screen and (max-width: 1050px) {
  .main-wrapper .sign-up-section .sign-up-container .right-section p {
    font-size: 16px;
  }
}
.main-wrapper .sign-up-section .sign-up-container .right-section .imgs-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main-wrapper .sign-up-section .sign-up-container .right-section .imgs-cont img {
  margin-left: 50px;
  margin-bottom: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 1355px) {
  .main-wrapper .sign-up-section .sign-up-container .right-section .imgs-cont img {
    height: 50px;
  }
}
@media only screen and (max-width: 1250px) {
  .main-wrapper .sign-up-section .sign-up-container .right-section .imgs-cont img {
    height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .main-wrapper .sign-up-section .sign-up-container .right-section .imgs-cont img {
    height: 23px;
    margin-left: 20px;
  }
}/*# sourceMappingURL=sign-up.css.map */
