@font-face {
  font-family: Orkney;
  font-weight: normal;
  src: url("/fonts/orkney/Orkney Regular.eot") format('embedded-opentype'),
       url("/fonts/orkney/Orkney Regular.woff2") format("woff2"),
       url("/fonts/orkney/Orkney Regular.woff") format("woff"),
       url("/fonts/orkney/Orkney Regular.otf") format("opentype"),
       url("/fonts/orkney/Orkney Regular.ttf") format("truetype");
}

body {
  overflow: hidden;
 }

 main {
   height: 100vh;
   width: 100vw;
   position: relative;
   overflow-x: hidden;
 }

.login-page {
  background-color: white;
  font-family: Orkney !important;
  margin: 0;
  align-items: center;
}

.login-page__form-box {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
}

.login-page__form {
  align-items: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
  min-height: 100vh;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  overflow-x: hidden;
}

.login-page__login-form {
  position: relative;
}

.login-page__logo {
  font-size: 36px;
  font-weight: normal;
  color:#192A4A;
  height: 90px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 0 10px;
}

.login-page__title {
  font-size: 36px;
  font-weight: normal;
  color: #4d4d4d;
  height: 120px;
  text-align: center;
}

.login-page__logo-color {
  color: #C33C54;
}

.login-page__info-text {
  text-align: center;
}

.login-page__form-label {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
}

.login-page__form-input {
  border: 2px solid rgb(153, 153, 153) !important;
  border-radius: 4px !important;
  font-size: 16px;
}

.login-page__form-error ul {
  padding-inline-start: 0;
}

.login-page__form-error > span, .login-page__form-error ul li {
  margin-top: 2px;
  margin-bottom: 0;
  padding: 15px 20px;
  position: relative;
  background-color: #C33C54;
  color: #FFFFFF;
  font-size: 12px;
  display: block;
}

.login-page__form-checkbox {
  display: flex;
  align-items: center;
  margin: 26px 0 28px 0;
}

.login-page__form-text {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 2 !important;
  color: #666666;
  padding: 3px 0 0 5px;
}

.login-page__form-button {
  width: 100%;
  height: 50px;
  margin-top: 2rem;
  background-color: #C33C54 !important;
  color: white !important;
}

.login-page-selectour__form-button {
  width: 100%;
  height: 50px;
  margin-top: 2rem;
  background-color: #e47f3e !important;
  color: white !important;
}

.login-page__form-button-text {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-transform: uppercase;
}

.login-page__password-section {
  text-align: center;
  margin-top: 33px;
}

.login-page__password-section-text {
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}

.login-page__redirect-section {
  text-align: center;
  margin-top: 23px;
  margin-bottom: 20px;
  color: #666666;
}

.login-page__redirect-section a {
  color: #666666;
}

.login-page__redirect-section-text {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  text-decoration: underline;
}

.login-page__button-section {
  margin-top: 28px;
}

.login-page__background {
  position: fixed !important;
  top: 0;
  right: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.login-page__background img {
  min-width: 1024px;
  height: 100vh !important;
  width: 100%;
  border:0;
}

.login-page__background-title {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width:100% !important;
}

.login-page__background-title-position {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: white;
  font-weight: 300
}

.login-page__background-title-sufix {
  color: #D32B51;
}

.login-page__background-licence {
  position: absolute;
  bottom: 2px;
  right: 10px;
  color: white;
  font-weight: 300;
}

.login-page__copyright {
  position: absolute;
  bottom: 10px;
  line-height: 20px;
  text-align: center;
}

.login-page__copyright-text {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  min-height: 18px;
  letter-spacing: 1px;
  text-align: center;
}

.login-page__copyright-links {
  color: rgba(208, 2, 27, 0.59);
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: underline;
  height: 18px;
  text-align: center;
  cursor: pointer;
}

.login-page__title-confirmation {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
}

.login-page__reset-password {
  margin-bottom: 20px;
}

.login-page__text-confirmation {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
}

.login-page__login-section {
  text-align: center;
  margin-top: 10px;
}

.login-page__separator {
  margin-top: 2rem;
  gap: 23px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-page__separator-text {
  font-size: 14px;
  color: #666666;
}

.login-page__separator-line {
  height: 0.5px;
  background-color: rgb(182, 182, 182);
  width: 100%;
}

.login-page__button-login {
  width: 100%;
  height: 50px;
  margin-top: 2rem;
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page__button-login-text {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 300;
  text-transform: capitalize;
}

.login-page__button-login-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.custom-checkbox .custom-control-label:before {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color:white;
  border: 1px solid rgb(153, 153, 153);
}

.custom-control-label::after {
  top: 4px;
  left: -1.5rem;
  width: 1.2rem;
  height: 1.2rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color:white;
  border: 1px solid rgb(153, 153, 153);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color:black;
  border: 1px solid rgb(153, 153, 153);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  font-size: 1.1452rem;
  line-height: 1.4;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset;
  font-size: 16px !important;
  font-family: Orkney !important;
  font: 400 16px Orkney !important;

}

input{
  font: 400 16px Orkney !important;
}

.form-group {
  max-width: 263px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.text-error {
  font-size: 14px;
}

.welcome-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: space-between;
}

.welcome-page__buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.welcome-page__button {
  height: 90px;
  width: 220px;
  margin: 0 30px;
  border-radius: 10px;
  color: white !important;
  background-color: #e47f3e !important;
}

.welcome-page__button-text {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 6D00;
  text-transform: uppercase;
  text-align: center;
}

.welcome-page__form {
  padding: 0 30px;
}

.welcome-page__form-group-two-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.welcome-page__form-group-two-columns>label {
  width: calc(50% - 10px);
}

.welcome-page__form-group-one-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

.welcome-page__checkbox-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.welcome-page__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.welcome-page__checkbox-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* .welcome-page__checkbox-label:hover input ~ .welcome-page__checkbox-checkmark {
  background-color: #ccc;
} */

.welcome-page__checkbox-label input:checked ~ .welcome-page__checkbox-checkmark {
  background-color: #C33C54;
}

.welcome-page__checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.welcome-page__checkbox-label input:checked ~ .welcome-page__checkbox-checkmark:after {
  display: block;
}

.welcome-page__hidden {
    display: none;
}

.welcome-page__checkbox-label .welcome-page__checkbox-checkmark:after {
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.welcome-page__checkbox-link {
  color: #212529;
  text-decoration: underline;
}

.welcome-page__checkbox-link:hover {
  color: #404447;
}

.welcome-page .form-control:focus {
  border-color: #C33C54;
  box-shadow: 0 0 0 0.2rem rgba(195, 60, 84, 0.25);
}

.welcome-page__logo-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.welcome-page__logo {
  background-image: url("../img/ouigo-selectour.png");
  background-repeat: no-repeat;
  width: 339px;
  height: 191px;
}

.welcome-page__footer {
  padding: 20px 0;
}

.welcome-page__powered-by {
  font-size: 12px;
  color: #999999;
  margin-bottom: -20px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .main-content {
    overflow: hidden;
  }
  .login-page__form {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100vh;
  }
  .login-page__background {
    visibility: hidden;
    display: none;
    position: absolute;
  }

  .welcome-page__form-group-two-columns {
    flex-direction: column;
  }
  
  .welcome-page__form-group-two-columns>label {
    width: 100%;
  }

  .welcome-page__buttons {
    flex-direction: column;
    gap: 50px;
  }
}