.inscriptionToFormation {
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  position: fixed;
  top: 0;
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.closeInscriptionToFormationWindow {
  width: 100%;
  height: 40px;
  direction: rtl;
  display: block;
}

.closeInscriptionToFormationWindow > img {
  padding: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffffb0;
}

.inscriptionToFormationBody {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  min-height: 100vh;
  margin-top: 0;
}

.formBody {
  width: 94%;
  max-width: 800px;
  min-width: 370px;
  margin-bottom: 50px;
  margin-left: 50%;
  transform: translate(-50%);
}

.formBodyTitle {
  font-size: 28px;
  padding-top: 30px;
  color: #23364d;
}

.inscriptionToFormationLabel {
  font-size: 16px;
  padding-top: 20px;
  color: #23364d;
  display: block;
}

.inscriptionToFormationInputContainer {
  height: 50px;
  border-radius: 5px;
  background-color: #edeff2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 5px;
}

.inscriptionToFormationInputContainer > div {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0.8;
}

.inscriptionToFormationInputContainer > div > img {
  width: 40px;
}

.inscriptionToFormationInput {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #edeff2;
  position: relative;
  display: block;
  border: none;
  font-size: 18px;
  padding-left: 5px;
  color: #23364d;
}

.inscriptionToFormationSubmit {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: blue;
  color: #fff;
  border-radius: 5px;
  margin-top: 50px;
  font-size: 20px;
  cursor: pointer;
  border: 0;
}
