/*C0C3FF*/

.authincation {
  background-color: #fff;
}
.authincation-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side_img_signup {
  background-image: url('../images/bg_image.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 450px;
  /*border-top-left-radius: 30px;*/
  /*border-bottom-left-radius: 30px;*/
  overflow: hidden;
  background-color: #C0C3FF;
}
.side_img_signup_backdrop {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}

.primary_light {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}