.registerPage {
  background-image: url("../../assets/images/register_bgimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 60rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.content {
  display: flex;
  flex-direction: column;
}

.title {
  margin-bottom: 1.5rem;
  margin-top: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-family: "Raleway", sans-serif;
  -webkit-text-stroke: 0.5px white;
  letter-spacing: 0.1rem;
  color: white;
  font-weight: 500;
  font-size: 2.5rem;
}

.horizontal {
  display: flex;
  color: white;
  flex-direction: row;
  justify-content: flex-start;
}

.inputs {
  color: white;
  width: 30rem;
}

.example-form {
  min-width: 150px;
  max-width: 500px;
  width: 100%;
  padding: 2rem;

}

.example-full-width {
  width: 100%;
}

.example-form {
  min-width: 150px;
  max-width: 500px;
  width: 100%;
}

.example-full-width {
  width: 100%;
}

::ng-deep .mat-focused .mat-form-field-label {
  color: white !important;
}

::ng-deep.mat-form-field-underline {
  background-color: white !important;
}

::ng-deep.mat-form-field-ripple {
  background-color: white !important;
}

.controlButton {
  padding: 0rem;
  width: 12rem;
  font-family: "Raleway", sans-serif;
  background-color: rgb(178, 83, 216);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border: none;
}

.register {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2rem;
}

.placeholder {
  color: white;
}

.vertical {
  height: auto;
  width: 0.2rem;
  background-color: white;
  margin-right: 1rem;
}

.example-radio-group {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 15px 0;
}

.example-radio-button {
  margin: 5px;
}

#mat-tab-label-0-0 {
  color: white;
}

.event {
  background: rgba(19, 17, 17, 0.555);
color: white;
border-radius: 1rem;
  border: 5px solid white;
}


::ng-deep .mat-tab-label-active .mat-tab-label-content  {
    color: white !important;
} 

::ng-deep.mat-tab-group.mat-primary .mat-ink-bar, ::ng-deep.mat-tab-nav-bar.mat-primary .mat-ink-bar{
    background-color: white !important;

}