/* COLOR VARIABLES
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
#okForm h3 {
  text-align: center;
}
#okForm h3::after {
  content: "";
  height: 2px;
  background-color: #EA0029;
  width: clamp(100px, 10vw, 185px);
  display: block;
  margin: clamp(15px, 4vw, 25px) auto;
}

/* ---------------------------------------------------------------------------------------------------- */
/* NEW FORM DESIGN ------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.contact-wrap {
  padding: 0;
}

.login .contact-wrap {
  padding: 0;
}

#search-prods {
  padding-top: 0;
  font-size: 18px;
}

.input-block {
  background: #FFFFFF;
  border: solid 1px #DADEE3;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #F7F8F9;
}
.input-block input {
  text-indent: 0;
  padding-top: 15px;
  outline: none;
  -webkit-appearance: none !important;
  font-weight: 400;
  width: 100%;
}
.input-block textarea {
  text-indent: 0;
  padding-top: 11px;
  width: 100%;
  -webkit-appearance: none !important;
  outline: none;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
.input-block img {
  width: 30px;
}
.input-block.six {
  width: calc(50% - 5px);
  float: left;
}
.input-block.six:first-child {
  margin-right: 5px;
}
.input-block.six:last-child {
  margin-left: 5px;
}

.input-block.text-area {
  height: auto;
}

.contact-form .input-block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.contact-form hr {
  background: #DADEE3;
  height: 1px;
  border: none;
}

.input-block.focus {
  background-color: #FFFFFF;
  border-color: #DADEE3;
}

.textarea {
  height: auto;
}

.form-control {
  height: auto;
  resize: none;
}

label {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #000000;
  font-size: 16px;
  line-height: 10px;
  top: 25px;
  font-size: 16px;
}

.condizioni-privacy {
  line-height: 20px;
}

.condizioni-privacy label {
  top: 0;
  left: 0;
}

.form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  color: #000000;
}

.form-control:focus label {
  top: 0;
}

.submit_form {
  margin-top: 15px;
}

.error input, input.error,
.error textarea, textarea.error {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #c60f13 !important;
  opacity: 1 !important;
}

select.custom-select {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  margin: 0;
  width: 100%;
  line-height: 20px;
  background-color: #EA0029;
  color: #FFFFFF;
  background-image: url("/library/pagination/icon/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: calc(100% - 60px);
  -webkit-box-shadow: 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 rgba(0, 0, 0, 0.5);
  padding: 8px 52px 8px 20px;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/*FORM DESIGN ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
input#BASentryCode {
  float: left;
}

#captcha {
  width: 110px;
  height: 28px;
  display: block;
  float: left;
  margin-top: 34px;
}

#reload {
  height: 38px;
  line-height: 54px;
  border-left: 2px solid #000000;
  padding-left: 15px;
  margin-left: 10px;
  margin-top: 28px;
  display: block;
  float: left;
}

#messaggio_success,
#messaggio_failed {
  display: none;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}

#messaggio_success strong,
#messaggio_failed strong {
  font-size: 20px;
  color: #EA0029;
  display: block;
  margin-bottom: 10px;
}

select.selectCustom {
  display: block;
  padding: 10px 70px 10px 13px !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
  line-height: 16px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 95% center;
  background-repeat: no-repeat;
  float: left;
  margin: 20px 20px 20px 0;
}

/* body select.select_box option */
select.selectCustom option {
  padding: 0 4px;
}

/* for IE and Edge */
select.selectCustom::-ms-expand {
  display: none;
}

select.selectCustom:disabled::-ms-expand {
  background: #f60;
}

/* GESTIONE ERRORI FORM ---------------------------------------------------------------------------------- */
.error-message {
  display: none;
  color: red;
  margin-bottom: 10px;
  font-size: 12px;
}

.error input, input.error,
.error textarea, textarea.error {
  color: #c60f13 !important;
  /*-webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  box-shadow: 0px 0px 2px 0px #c60f13 !important;*/
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif !important;
  opacity: 1 !important;
}

.error label, label.error {
  color: #c60f13 !important;
}

.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.error textarea:focus, textarea.error:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}

.field-error {
  color: #c60f13 !important;
  -webkit-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  -moz-box-shadow: 0px 0px 2px 0px #c60f13 !important;
  box-shadow: 0px 0px 2px 0px #c60f13 !important;
  color: #c60f13 !important;
  font-family: "NeueHaasGrotesk-Bold", Arial, Helvetica, Clean, sans-serif !important;
  opacity: 1 !important;
}

/* CUSTOMIZATION ----------------------------------------------------------------------------------------- */
#richiesta.contact-form .textarea,
#form_riv.contact-form .textarea {
  height: auto;
  margin-bottom: 0;
}

#richiesta h4, #richiesta a h4 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#richiesta p.left {
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
}

#form_riv h3 {
  font-size: 22px;
  color: #EA0029;
  margin: 20px 0 15px 0;
}

.contact-form .note-legali label, .contact-form .iscrizione-newsletter label {
  left: 5px;
  top: 10px;
}

.contact-form .containerCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  line-height: 25px;
}
.contact-form .containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.contact-form .containerCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.contact-form .containerCheckbox input:checked ~ .checkmark {
  background-color: #EA0029;
}
.contact-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contact-form .containerCheckbox input:checked ~ .checkmark:after {
  display: block;
}
.contact-form .containerCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.note-legali {
  position: relative;
  font-size: 14px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LOGIN / REGISTRAZIONE ------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
h1 {
  color: #EA0029;
}

.login {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.login #login {
  background-image: url("/library/pagination/image/login-ecommerce.jpg");
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
}
.login #login h2 {
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
.login #login .padding30 {
  padding-top: 30%;
  text-align: center;
}
.login #login .ok {
  border-bottom: 2px solid #EA9000;
}
.login .seven {
  width: calc(57.9166666667% - 140px);
  padding-left: 70px;
  margin-left: 70px;
  border-left: 1px solid #E2E6EB;
}
.login hr {
  background: #E2E6EB;
}
.login h4, .login h5 {
  color: #000000;
}

.button-login, .button-in-evidenza .button-recover, .button-registraz, .button-registry {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 16px 40px;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.button-login:hover, .button-in-evidenza .button-recover:hover, .button-registraz:hover, .button-registry:hover {
  color: #000000;
}

.sendRequest.opacity {
  opacity: 0.3;
}

.button-login.btnOutline {
  background: transparent;
  border: 2px solid #EA0029;
  padding: 14px 36px;
  -webkit-transition: border 0.5s ease 0s;
  -moz-transition: border 0.5s ease 0s;
  -ms-transition: border 0.5s ease 0s;
  -o-transition: border 0.5s ease 0s;
  transition: border 0.5s ease 0s;
}
.button-login.btnOutline:hover {
  color: #EA0029;
  border-color: #000000;
}

#registrazione.contact-form .input-block input, #login_form.contact-form .input-block input, #pwdrecover.contact-form .input-block input {
  width: calc(100% - 50px);
  background-color: rgba(0, 0, 0, 0) !important;
}
#registrazione.contact-form .input-block input:-webkit-autofill,
#registrazione.contact-form .input-block input:-webkit-autofill:hover,
#registrazione.contact-form .input-block input:-webkit-autofill:focus,
#registrazione.contact-form .input-block input:-webkit-autofill:active, #login_form.contact-form .input-block input:-webkit-autofill,
#login_form.contact-form .input-block input:-webkit-autofill:hover,
#login_form.contact-form .input-block input:-webkit-autofill:focus,
#login_form.contact-form .input-block input:-webkit-autofill:active, #pwdrecover.contact-form .input-block input:-webkit-autofill,
#pwdrecover.contact-form .input-block input:-webkit-autofill:hover,
#pwdrecover.contact-form .input-block input:-webkit-autofill:focus,
#pwdrecover.contact-form .input-block input:-webkit-autofill:active {
  transition: background-color 5000s;
}
#registrazione.contact-form .input-block img, #login_form.contact-form .input-block img, #pwdrecover.contact-form .input-block img {
  float: right;
  width: 30px;
}
#registrazione.contact-form .input-block .view-pwd, #login_form.contact-form .input-block .view-pwd, #pwdrecover.contact-form .input-block .view-pwd {
  cursor: pointer;
}

#ok_registrazione img {
  width: auto;
}

.loginText a {
  color: #EA0029;
}

.addSede {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 40px;
  margin: 30px 0 0 0;
  color: #000000;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  margin-bottom: 30px;
}
.addSede img {
  width: auto;
  margin-right: 15px;
}
.addSede:hover {
  color: #EA0029;
}

.newSede {
  -webkit-transition: height 0.5s ease 0s;
  -moz-transition: height 0.5s ease 0s;
  -ms-transition: height 0.5s ease 0s;
  -o-transition: height 0.5s ease 0s;
  transition: height 0.5s ease 0s;
  height: 0;
  overflow: hidden;
}
.newSede.visible {
  height: auto;
}

.contact-form .pec-sdi .six:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 60px;
}
.contact-form .pec-sdi .six:first-child label {
  position: relative;
  top: inherit;
  left: inherit;
}
.contact-form .pec-sdi .six:first-child input {
  padding: 0;
  margin: 0 0 0 10px;
  border: solid 1px #DADEE3;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-form .pec-sdi .six:first-child input:nth-child(2) {
  margin-right: 15px;
}

/*# sourceMappingURL=form.css.map */
