.header {
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 123123;
  padding-bottom: 1em;
  box-sizing: border-box;
}

.header__loginButton {
  border: none;
  background-color: #c71123;
  height: 40px;
  color: #fff;
  width: 120px;
  border-radius: 5px 5px 50% 50%;
  line-height: 40px;
  padding: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}

.header__loginButton:focus {
  outline: none;
}

.header__loginButton:nth-of-type(1) {
  margin-left: 1.5em;
}

.header__loginButton:nth-of-type(2) {
  background-color: #fff;
  color: #000;
  border: 1px solid #c71123;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.header__loginButton:nth-of-type(2):hover {
  background-color: rgba(199, 17, 35, 0.7);
  color: #fff;
}

.header__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ff6e0e;
  padding-bottom: 1em;
}

.header__logoDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__logoDiv img {
  width: 100%;
}

.header__loginDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-nav {
  width: 100%;
}

.ps {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}

.ps a {
  color: #000;
  font-weight: bold;
}

.pey {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}

.login {
  width: 500px;
  margin: 2em auto;
  background-color: #fff;
  border: 1px solid #D4D3E3;
  border-radius: 15px;
  padding: 3em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 670px;
}

.login__email, .login__password {
  width: 75%;
  margin: 0 auto;
}

.login__email input, .login__password input {
  height: 45px;
  line-height: 45px;
  padding: 0 1em;
  border-radius: 15px;
  border: 1px solid #D4D3E3;
  width: 100%;
}

.login__email input:focus, .login__password input:focus {
  outline: none;
}

.login__email input::-webkit-input-placeholder, .login__password input::-webkit-input-placeholder {
  color: #A5A5B2;
}

.login__email input:-ms-input-placeholder, .login__password input:-ms-input-placeholder {
  color: #A5A5B2;
}

.login__email input::-ms-input-placeholder, .login__password input::-ms-input-placeholder {
  color: #A5A5B2;
}

.login__email input::placeholder, .login__password input::placeholder {
  color: #A5A5B2;
}

.login__forgot span {
  color: #A5A5B2;
}

.login__button button {
  color: #fff;
  background-color: #c71123;
  border-radius: 15px;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75%;
  margin: 0 auto;
  border: none;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

.login__button button:hover {
  background-color: #9a0a18;
}

.login__button button:focus, .login__button button:active {
  outline: none !important;
  background-color: #9a0a18 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: none;
}

.login__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #080819;
}

.login__text span {
  margin-bottom: .5em;
}

.login__signUp button {
  color: #c71123;
  background-color: #fff;
  border: none;
}

.login__signUp button:focus {
  outline: none;
}

.login__privacy {
  width: 80%;
  margin: 0 auto;
}

.login__privacy a {
  color: #c71123;
  font-weight: bold;
}

.filters__checkContainer input:checked ~ .filters__checkmark {
  background-color: #c71123;
}

.filters__checkContainer input:checked ~ .filters__checkmark::after {
  display: block;
}

.filters__checkContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
}

.filters__checkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filters__checkmark {
  height: 20px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #D4D3E3;
  border-radius: 50%;
}

.filters__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*# sourceMappingURL=login.css.map */