body {
  margin: 0;
  height: 100%;
  line-height: 1.3;
}

.nav-container {
  margin: 0 1.5rem;
  font-size: 1.1rem;
  z-index: 2;
}

.nav-container .nav-icon {
  width: 1.2rem;
}

.nav-container .nav-linkk {
  color: white;
  margin-right: 2rem;
}

.nav-container .nav-linkk:hover {
  color: #bd004b;
  text-decoration: none;
}

.nav-container .activated {
  color: #bd004b !important;
  text-decoration: none;
  border-bottom: 3px solid #bd004b;
}

.nav-container .dropDown {
  color: white;
  font-size: 1.1rem;
}

.nav-container .dropdown-item:hover {
  background-color: #25425f4d;
}

.nav-container .button {
  background-color: #bd004b;
  color: #ffffff;
  border-radius: 0.3rem;
  width: 7rem;
  height: 2.5rem;
  border: none;
  font-size: 1.1rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.nav-container .button:hover {
  opacity: 0.5;
}

.nav-container .button:focus {
  outline: none;
}

.image {
  background-color: #17304a;
  background-image: url("../assets/background.png");
  width: 100%;
  height: 100px;
  height: 110vh;
  position: absolute;
  top: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradientBackground {
  position: absolute;
  top: 0;
  height: 100%;
  height: 110vh;
  z-index: -1;
  background-image: -webkit-linear-gradient(top, rgba(23, 48, 74, 0.7) 38%, #17304a 80%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gradientBackground .form {
  width: 30%;
  height: 75%;
  position: relative;
  background-color: rgba(32, 69, 97, 0.3);
  border-radius: 0.6rem;
}

.gradientBackground .form .cursorPointer {
  cursor: pointer;
}

.gradientBackground .form .showFirstPassword,
.gradientBackground .form .showSecondPassword,
.gradientBackground .form .calendar {
  width: 100%;
  padding: 0 .9rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gradientBackground .form .showFirstPassword .fa-eye,
.gradientBackground .form .showFirstPassword .fa-eye-slash,
.gradientBackground .form .showFirstPassword .fa-calendar-alt,
.gradientBackground .form .showSecondPassword .fa-eye,
.gradientBackground .form .showSecondPassword .fa-eye-slash,
.gradientBackground .form .showSecondPassword .fa-calendar-alt,
.gradientBackground .form .calendar .fa-eye,
.gradientBackground .form .calendar .fa-eye-slash,
.gradientBackground .form .calendar .fa-calendar-alt {
  font-size: 1.3rem;
  color: #bd004b;
}

.gradientBackground .form .header {
  color: white;
  margin: 1.8rem;
  font-size: 1.7rem;
  letter-spacing: 0.84px;
  text-align: center;
}

.gradientBackground .form .joinAsDiv {
  background-color: rgba(37, 66, 95, 0.8);
  border-radius: 5px;
  margin-right: 4px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
}

.gradientBackground .form .joinAsDiv .Pcontainer {
  height: 3rem;
  margin-left: 4%;
}

.gradientBackground .form .joinAsDiv .Pcontainer p {
  line-height: 2.5rem !important;
  font-size: 1.2rem;
}

.gradientBackground .form .joinAsDiv .iconContainer {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #17304a;
  position: relative;
}

.gradientBackground .form .joinAsDiv .iconContainer .fa-microphone {
  position: absolute;
  top: 20%;
  left: 30%;
  font-size: 2rem;
}

.gradientBackground .form .joinAsDiv .iconContainer .fa-user-alt {
  position: absolute;
  top: 20%;
  left: 20%;
  font-size: 2rem;
}

.gradientBackground .form .selected {
  background-color: rgba(189, 0, 75, 0.5);
}

.gradientBackground .form .selected .iconContainer {
  background-color: #bd004b;
}

.gradientBackground .form ::-webkit-input-placeholder {
  font-size: 12px;
  letter-spacing: 0.84px;
  color: #b8c3cb;
}

.gradientBackground .form :-ms-input-placeholder {
  font-size: 12px;
  letter-spacing: 0.84px;
  color: #b8c3cb;
}

.gradientBackground .form ::-ms-input-placeholder {
  font-size: 12px;
  letter-spacing: 0.84px;
  color: #b8c3cb;
}

.gradientBackground .form ::placeholder {
  font-size: 12px;
  letter-spacing: 0.84px;
  color: #b8c3cb;
}

.gradientBackground .form .fanClasses {
  display: none;
}

.gradientBackground .form .passwordInput {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.gradientBackground .form label {
  margin-left: 8%;
  line-height: 1.2;
  color: white;
}

.gradientBackground .form input[type="checkbox"] {
  display: none;
}

.gradientBackground .form label::before {
  content: "";
  background: url("../assets/check-mark.png");
  background-position: center;
  background-size: contain;
  background-repeat: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5%;
  -webkit-transform: scale(0) rotateZ(180deg);
          transform: scale(0) rotateZ(180deg);
  -webkit-transition: all 0.4s cubic-bezier(0.054, 0.01, 0, 1.49);
  transition: all 0.4s cubic-bezier(0.054, 0.01, 0, 1.49);
}

.gradientBackground .form input[type="checkbox"]:checked + label::before {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
}

.gradientBackground .form label::after {
  content: "";
  border: solid 1px #b8c3cb;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  left: 5%;
}

.gradientBackground .form .btn {
  width: 90%;
  height: 100%;
  background-color: #bd004b;
  border: none;
  color: white;
}

.gradientBackground .form .haveNoAccount {
  font-size: 14px;
  margin: 0;
  font-size: 14px;
  line-height: 3.29;
  color: #b8c3cb;
  text-align: center;
}

.gradientBackground .form .signUp {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.gradientBackground .form .dropdownbutton {
  background-color: #e9ecef;
  color: #173049;
  letter-spacing: 0.84px;
  width: 100%;
  font-size: 12px;
  border: none;
  border-radius: 5%;
}

.gradientBackground .form .dropdownbutton:hover {
  opacity: 0.5;
}

.gradientBackground .form .input-group-text {
  padding: 0.3rem 0 !important;
  margin-right: 0.5rem;
}

.gradientBackground .form .dropdown-menu {
  min-width: 6rem !important;
}

.gradientBackground .form .invalid-feedback,
.gradientBackground .form .valid-feedback {
  margin-top: 0 !important;
}

.gradientBackground .form ::-webkit-calendar-picker-indicator {
  color: #bd004b;
}

.MediaInformationForm {
  background-color: rgba(32, 69, 97, 0.3);
  border-radius: 10px;
}

.MediaInformationForm label::after {
  display: none;
}

.MediaInformationForm p {
  font-size: 23px;
  letter-spacing: 1.61px;
  text-align: center;
  color: #ffffff;
}

.MediaInformationForm .inputDiv {
  border: dashed 0.1rem #bd004b;
  border-radius: 5px;
  padding: 4%;
  text-align: center;
}

.MediaInformationForm .inputDiv .dragAndDropFile {
  font-size: 14px;
}

.MediaInformationForm .inputDiv .labelOfUpload {
  cursor: pointer;
  pointer-events: auto;
  background-color: #bd004b;
  width: 92px;
  height: 28px;
  border-radius: 5px;
  line-height: 2;
  margin: auto;
}

.MediaInformationForm .inputDiv #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: none;
}

.MediaInformationForm label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1rem;
  margin-top: 1.2rem;
}

.MediaInformationForm .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 4rem;
  pointer-events: auto;
  font-size: 11px;
}

.MediaInformationForm .radio .radio-input {
  display: none;
}

.MediaInformationForm .radio .radio-radio {
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 10px;
  padding: 0.2rem;
}

.MediaInformationForm .radio .radio-radio::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #bd004b;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: tranform 1s;
  transition: tranform 1s;
}

.MediaInformationForm .radio .radio-input:checked + .radio-radio::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.MediaInformationForm button {
  background-color: #bd004b;
  color: white;
  border: none;
  border-radius: 5px;
  height: 3rem;
  width: 100%;
  margin-top: 2rem;
}

.MediaInformationForm button:hover {
  opacity: 0.5;
  cursor: pointer;
}

.MediaInformationForm button:focus {
  outline: none;
}

.shape1 {
  position: absolute;
  bottom: 2rem;
  left: 3rem;
  pointer-events: none;
}

.shape2 {
  position: absolute;
  top: -129.5rem;
  width: 92%;
  pointer-events: none;
  left: 0;
}

@media (max-width: 1024px) {
  .gradientBackground .form {
    width: 34% !important;
  }
  .gradientBackground .form .joinAsDiv .Pcontainer p {
    font-size: 0.8rem !important;
  }
  .shape1,
  .shape2 {
    display: none;
  }
  .col-12 {
    padding-right: 9px !important;
    padding-left: 8px !important;
  }
  .mb-3 {
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 768px) {
  .gradientBackground .form {
    width: 45% !important;
  }
  .col-12 {
    padding-right: 11px !important;
    padding-left: 11px !important;
  }
}

@media (max-width: 426px) {
  .gradientBackground .form {
    width: 85% !important;
  }
  .mt-3 {
    margin-top: 0rem !important;
  }
}

@media (max-width: 320px) {
  .gradientBackground .form {
    width: 100% !important;
  }
  .gradientBackground .form .joinAsDiv .Pcontainer p {
    line-height: 1.5rem !important;
  }
  .col-12 {
    padding-right: 10px !important;
    padding-left: 8px !important;
  }
}

.footer-copyright {
  background-color: #17304a;
  padding: 1rem 0;
  color: white;
  position: absolute;
  bottom: -5rem;
  width: 98.9vw;
  z-index: -1;
}

.resizeForm {
  display: block;
}

.resizeForm .footer-copyright {
  position: absolute !important;
  bottom: -22rem !important;
}

.resizeForm .image {
  height: 150vh !important;
}

.resizeForm .gradientBackground {
  height: 150vh !important;
  background-image: -webkit-linear-gradient(top, rgba(23, 48, 74, 0.7) 0%, #17304a 80%);
}

.resizeForm .shape2 {
  position: absolute;
  top: -110rem;
  width: 92%;
  pointer-events: none;
  left: 0;
}
/*# sourceMappingURL=signup.css.map */