html {
  scroll-behavior: smooth;
}

@media (max-width: 575.98px) {
  html body {
    overflow-x: hidden;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: auto;
  }
}

body {
  height: 100vh;
}

body .inner-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

@media (max-width: 575.98px) {
  body .inner-wrapper {
    flex-direction: column;
    margin-bottom: 100px;
  }
}

body .inner-wrapper .image-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("../../../front/images/media/femme_heureuse.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  flex-direction: column;
}

@media (max-width: 575.98px) {
  body .inner-wrapper .image-wrapper {
    width: 100%;
    padding: 20px;
    padding-top: 60px;
  }
}

body .inner-wrapper .image-wrapper .login-app-title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 50px;
}

body .inner-wrapper .image-wrapper .description-text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
}

body .inner-wrapper #login-form {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  background: #FFFF;
}

@media (max-width: 575.98px) {
  body .inner-wrapper #login-form {
    width: 100%;
    padding-top: 20px;
  }
}

body .inner-wrapper #login-form .message {
  margin-bottom: 20px;
  width: 50%;
}

@media (max-width: 575.98px) {
  body .inner-wrapper #login-form .message {
    width: 95%;
  }
}

body .inner-wrapper #login-form form {
  width: 50%;
}

body .inner-wrapper #login-form form button.fluid {
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  body .inner-wrapper #login-form form {
    width: 95%;
  }
}

body input,
body textarea,
body select,
body button,
body .dropdown {
  border-radius: 10px !important;
}

body .ui.segment:not(.basic),
body .card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

body .button,
body .pagination {
  border-radius: 10px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
