* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  font-family: "Segoe UI", sans-serif;
  background-color: #003062;
}
.logo1 {
  width: 80px;
  height: 55px;
  margin-left: 10px;
}
.logo img,
.logo1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-sections {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.image-sections .magBack {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-sections .return {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
}
.image-sections .return a {
  text-decoration: none;
  color: #fff;
}

.form-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(40%, -50%);
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 2rem;
  z-index: 10;
  border-radius: 20px;
}

.form-section .child {
  border-radius: 5px;
  width: 100%;
}

.form-section h2 {
  margin: 1.5rem 0;
  color: #333;
}

.form-section .child form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-section .child label,
.theForm label {
  margin-bottom: 8px;
  color: var(--color5);
}

.form-section .child input {
  padding: 15px;
  margin-bottom: 2rem;
  border: 1px solid var(--color6);
  border-radius: 5px;
  background: #ebf5ff;
}
.form-section .child p {
  margin-bottom: 1.5rem;
}

.forgot-password {
  text-align: right;
  margin-bottom: 15px;
}

.forgot-password a {
  color: #003062;
  text-decoration: none;
}

.form-section input[type="submit"],
.theForm input[type="submit"] {
  background: #003062;
  color: white;
  padding: 1rem 3rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.cats button {
  border: 1px solid #003062;
  border-radius: 31px;
  padding: 8px 10px;
  background-color: #fff;
  margin-top: 1.5rem;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(#000, rgba(69, 68, 69, 0.85));
}

.retur {
  color: #fff;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.lienInscrip {
  text-align: center;
  color: #003062;
}
.ss {
  display: flex;
  align-items: stretch;
}

.ss1 {
  margin-left: -1px;
}

.btnss1 {
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 62%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.form-controlss2 {
  width: 100%;
}
@media (min-width: 992.7px) and (max-width: 1300px) {
  .form-section {
    transform: translate(-20%, -50%);
    width: 40%;
  }
}
@media (max-width: 992.6px) {
  .form-section {
          transform: translate(-50%, -50%);
        width: 50%;
  }
}
@media (max-width: 768px) {
  .form-section {
    width: 80%;
  }
}

@media (max-width: 510px) {
  .form-section {
    width: 90%;
  }
}
