/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/pages/_register.scss ***!
  \****************************************************************************************************************************************************/
.pm__register {
  width: 75%;
  max-width: 860px;
  margin: 25px auto;
  min-height: 60vh;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .pm__register {
    margin: 15px auto 60px;
  }
}
.pm__register .pm__title {
  text-transform: uppercase;
}
.pm__register .pm__subtitle {
  font-family: "MontserratBold";
  font-size: 20px;
  text-transform: uppercase;
}
.pm__register .pm__link {
  font-family: "MontserratBoldItalic";
  color: #EAB448;
}
@media only screen and (max-width: 991px) {
  .pm__register .pm__link {
    white-space: nowrap;
  }
}
.pm__register__form {
  margin-top: 20px;
}
.pm__register__form .moviemood-core-user-register {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .pm__register__form .moviemood-core-user-register {
    gap: 25px;
  }
}
.pm__register__form label {
  font-family: "MontserratBold";
  font-size: 20px;
  text-transform: none;
  padding-left: 15px;
  margin-bottom: 15px;
}
.pm__register__form label.form-required::after {
  content: none;
}
.pm__register__form .js-form-item:not(.js-form-type-checkbox) {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .pm__register__form .js-form-item:not(.js-form-type-checkbox) {
    width: 100%;
  }
}
.pm__register__form #wrapper-city {
  width: calc(50% - 10px);
}
.pm__register__form #wrapper-city .js-form-item {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pm__register__form #wrapper-city {
    width: 100%;
  }
}
.pm__register__form .js-form-type-checkbox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 620px;
}
.pm__register__form .js-form-type-checkbox.js-form-item-tyc {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .pm__register__form .js-form-type-checkbox.js-form-item-tyc {
    margin: 35px 0 -10px;
  }
}
.pm__register__form .js-form-type-checkbox .error-message {
  position: absolute;
  bottom: -10px;
  margin: 0;
}
.pm__register__form .js-form-type-checkbox label {
  font-size: 16px;
  font-family: "MontserratLightItalic";
  margin: 0;
  padding-left: 5px;
}
@media only screen and (max-width: 991px) {
  .pm__register__form .js-form-type-checkbox label {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding-left: 10px;
  }
}
.pm__register__form .js-form-type-checkbox label a:hover {
  color: #ffffff;
}
.pm__register__form .js-form-type-checkbox input[type=checkbox] {
  position: relative;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 5px;
  top: 0;
  transform: translate(0, 0);
  background-color: #D9D9D9;
  margin: 0;
}
.pm__register__form .js-form-type-checkbox input[type=checkbox]:focus {
  box-shadow: none;
}
.pm__register__form .js-form-type-checkbox input[type=checkbox]:focus:hover {
  box-shadow: none;
}
.pm__register__form .js-form-type-checkbox input[type=checkbox]:checked {
  border: none;
  background-image: url("../img/form/check.svg");
}
.pm__register__form .js-form-type-checkbox input[type=checkbox].error {
  border: none;
  margin-bottom: 15px;
}
.pm__register__form .js-form-type-checkbox input[type=checkbox].error + label {
  margin-bottom: 15px;
}
.pm__register__form input[type=email], .pm__register__form input[type=text], .pm__register__form select {
  width: 100%;
  max-width: 420px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #000000;
  font-size: 16px;
  height: 60px;
  border-radius: 12px;
  padding: 12px 15px;
}
@media only screen and (max-width: 991px) {
  .pm__register__form input[type=email], .pm__register__form input[type=text], .pm__register__form select {
    border-radius: 5px;
  }
}
.pm__register__form input[type=email]:focus, .pm__register__form input[type=text]:focus, .pm__register__form select:focus {
  box-shadow: none;
}
.pm__register__form input[type=email]:focus:hover, .pm__register__form input[type=text]:focus:hover, .pm__register__form select:focus:hover {
  box-shadow: none;
}
.pm__register__form input[type=email]::placeholder, .pm__register__form input[type=text]::placeholder, .pm__register__form select::placeholder {
  color: #000000;
}
.pm__register__form input[type=email].error, .pm__register__form input[type=text].error, .pm__register__form select.error {
  border: 1px solid #BF0000;
}
.pm__register__form input[type=email].error::placeholder, .pm__register__form input[type=text].error::placeholder, .pm__register__form select.error::placeholder {
  color: #BF0000;
}
.pm__register__form input[type=email].error:focus:hover, .pm__register__form input[type=text].error:focus:hover, .pm__register__form select.error:focus:hover {
  box-shadow: none;
}
.pm__register__form select {
  width: 100%;
  max-width: 420px;
  background-image: url("../img/form/drop.svg");
  background-position: calc(100% - 10px) center;
}
.pm__register__form select:focus {
  background-image: url("../img/form/drop.svg");
}
.pm__register__form select.error {
  background-image: url("../img/form/dropError.svg");
}
.pm__register__form .error-message {
  text-transform: none;
  color: #BF0000;
  margin-top: 10px;
  font-size: 13px;
}
.pm__register__form #edit-actions {
  width: 100%;
  justify-content: center;
  margin: 35px 0 0;
}
@media only screen and (max-width: 991px) {
  .pm__register__form #edit-actions {
    margin: 10px 0 0;
  }
}
.pm__register__form .form-item__description {
  margin: 0;
}
.pm__register__form .form-item__label.has-error {
  color: #ffffff;
}
.pm__register__form .js-form-submit {
  display: flex;
  width: fit-content;
  border-radius: 5px;
  padding: 10px 30px;
  background-color: #EAB448;
  cursor: pointer;
  color: #000000;
  font-family: "MontserratRegular";
  height: 40px;
  margin: 0;
}
