/*
* custom.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

.d-ruby-text {
  display: ruby-text;
}



.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
  background-image: url(https://www.app.go-mariage.fr/app-assets/images/custom/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px 0 0 15px;
}

.authentication-bg {
  background-color: #fff;
  background-image: url(https://www.app.go-mariage.fr/app-assets/images/custom/login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px 0 0 15px;
}

.authentication-wrapper.authentication-cover .authentication-inner {
  background-color: #FFFFFF;
}

.authentication-wrapper .text-heading {
  color: #FF8283 !important;
}

#inscription-bloc {
  background-color: #fff;
  border-radius: 13px;
  padding: 4%;
}

body {
  font-family: "Comfortaa", sans-serif;

}
.comfortaa-font {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

 