html {
  font-size: clamp(10px, 1vw, 15px); }

#content {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: 1fr;
  background: url("../../bundles/ufmcp/img/login/lot17/bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  font-family: 'NCT Torin', 'Inter', sans-serif;
  font-weight: 500;
  color: #ffffff;
  position: relative; }

#login_form {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  padding-bottom: 3rem; }
  #login_form .form-content {
    margin: auto;
    width: 100%;
    max-width: 47rem; }
  #login_form #logo {
    width: clamp(150px, 14vw, 280px);
    aspect-ratio: 5 / 3;
    background: url("../../bundles/ufmcp/img/login/lot17/logo.png") no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 2.5rem; }
  #login_form header {
    font-size: 1rem; }
  #login_form h1 {
    font-weight: bold;
    font-size: 2.9em;
    margin-bottom: 1.1rem; }
  #login_form h2 {
    margin: 0;
    font-size: 4.6rem;
    letter-spacing: 0.1rem;
    font-weight: 800;
    font-family: 'NCT Torin', 'Inter', sans-serif;
    line-height: 1;
    color: #000000;
    text-align: left;
    margin-bottom: 1rem;
    white-space: nowrap; }
  #login_form .instructions {
    font-family: 'NCT Torin', 'Inter', sans-serif;
    color: #000000;
    font-size: 1.56em;
    margin-bottom: 2rem;
    margin-top: 2.5rem; }
  #login_form main {
    margin-top: 3rem;
    margin-bottom: 2rem; }
  #login_form .input-field {
    max-width: 33rem;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #000000; }
    #login_form .input-field::before {
      content: ' ';
      position: absolute;
      display: block;
      background: url("../../bundles/ufmcp/img/login/lot17/icone-user.png") no-repeat center center;
      background-size: contain;
      width: 5rem;
      height: 1.75rem;
      top: 0.8rem; }
    #login_form .input-field.password::before {
      background: url("../../bundles/ufmcp/img/login/lot17/icone-password.png") no-repeat center center;
      background-size: contain; }
    #login_form .input-field input {
      font-family: 'NCT Torin', 'Inter', sans-serif !important;
      margin: 0;
      padding-left: 5rem;
      width: calc(100% - 5rem);
      height: 3.2rem;
      font-size: 1.2rem;
      font-weight: 500;
      color: #121b37;
      background: transparent; }
  #login_form footer {
    max-width: 33rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem 1rem;
    align-items: center; }
  #login_form .button-submit {
    font-family: 'NCT Torin', 'Inter', sans-serif;
    background: linear-gradient(90deg, #ce0515 0%, #9f0420 50%, #6a012f 100%);
    background-size: 200%;
    background-position: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    position: relative;
    font-size: 1.8rem;
    height: 4rem;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.3rem;
    transition: all 0.3s ease-in-out; }
    #login_form .button-submit:hover {
      background-position: 100% 100%; }
  #login_form #oubli_form {
    max-width: 33rem;
    text-align: right;
    margin-bottom: 3rem;
    position: relative; }
  #login_form #linkRecupId {
    color: #000000;
    font-weight: 400;
    transition: 0.2s; }
    #login_form #linkRecupId:hover {
      color: #cd0616; }

.large-circle-img {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 2; }

.large-circle-img img {
  width: clamp(250px, 37vw, 700px);
  height: auto; }

.picto-bottom-right {
  position: absolute;
  bottom: -19px;
  right: -5px;
  z-index: 1; }

.picto-bottom-right img {
  width: clamp(150px, 14vw, 280px);
  height: auto;
  display: block; }

#login_form input:-webkit-autofill,
#login_form input:-webkit-autofill:hover,
#login_form input:-webkit-autofill:focus,
#login_form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #121b37 !important; }

#modalRecupId,
#modalPasswordReset {
  width: 40rem;
  max-width: calc(100% - 2rem);
  border-radius: 1rem;
  padding: 1rem 0 2rem 0;
  outline: none !important; }

#modalRecupId .modal-content,
#modalPasswordReset .modal-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

#modalRecupId .modal-content h5,
#modalPasswordReset .modal-content h5 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #201111; }

#modalRecupId .modal-content p,
#modalPasswordReset .modal-content p {
  font-size: 1rem;
  color: #201111;
  margin: 1rem 0 0 0; }

#modalRecupId .modal-content p br,
#modalPasswordReset .modal-content p br {
  display: block !important; }

#modalRecupId .modal-content p strong,
#modalPasswordReset .modal-content p strong {
  font-weight: bold; }

#modalRecupId .modal-content p .spams,
#modalPasswordReset .modal-content p .spams {
  font-style: italic;
  font-size: 0.9rem; }

#modalRecupId .modal-content form,
#modalPasswordReset .modal-content form {
  width: 30rem;
  max-width: calc(100% - 2rem); }

#modalRecupId .modal-content input,
#modalPasswordReset .modal-content input {
  width: calc(100% - 4rem);
  border: none;
  color: #464c58;
  background-color: #e9e9e9;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  height: 40px;
  line-height: 40px;
  padding: 0 2rem;
  outline: none;
  font-size: 13.2px; }

#modalRecupId .modal-content input::placeholder,
#modalPasswordReset .modal-content input::placeholder {
  font-family: 'Poppins', Helvetica, sans-serif;
  color: #121b37;
  text-align: center; }

#modalRecupId #resetPasswordMessage,
#modalPasswordReset #resetPasswordMessage {
  height: 2rem; }

#modalRecupId .modal-content .button_form,
#modalPasswordReset .modal-content .button_form {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  margin: auto;
  border: none;
  cursor: pointer;
  background-color: #6e4192;
  color: #fff;
  transition: all 0.2s; }

#modalRecupId .button_form {
  /* width: 14rem; */
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
  align-items: center;
  background-color: #6e4192;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 800;
  justify-content: start;
  line-height: 1em;
  overflow: hidden;
  position: relative;
  text-align: start;
  /* width: 100%; */
  text-transform: uppercase;
  height: var(--input-height);
  padding: 0 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em; }

#modalRecupId .modal-content .button_form,
#modalPasswordReset .modal-content .button_form:hover {
  background: #a64fcf; }

#modalRecupId .modal-content .button_form:focus,
#modalPasswordReset .modal-content .button_form:focus {
  background: #6e4192 !important;
  color: #ffffff; }

#resetPasswordMessage {
  height: 2rem; }

#resetPasswordMessage.error {
  color: #dc3545; }

#resetPasswordMessage.success {
  color: #28a745; }

#modalRecupId iframe {
  border: none;
  width: 100%;
  height: 280px; }

@media screen and (max-width: 1400px) {
  #content {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-rows: 1fr; } }
@media screen and (max-width: 820px) {
  .large-circle-img {
    top: 21%; } }
@media screen and (max-width: 680px) {
  #content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }

  .small-circle-img,
  .large-circle-img {
    display: none; } }
