/* Mixin to create a triangle element
 * @param $direction: The direction of the arrow.
 * @param $color: The color of the arrow @default #000000.
 * @param $size: The size of the arrow @default 1em. */
/* Mixin for setting both width and height of an element
 * @param $width: The width size.
 * @param $height: The height size @default same of $width. */
/* Mixin for setting both max-width and max-height of an element
 * @param $width: The max-width size.
 * @param $height: The max-height size @default same of $width. */
/* Mixin for setting both min-width and hmin-eight of an element
 * @param $width: The min-width size.
 * @param $height: The min-height size @default same of $width. */
/* Mixin to draw an SVG arrow
 * @param $rotation: Value in degrees, 0 means arrow pointing to right.
 * @param $color: Fill color of the figure. */
/* Replace all occurrences of the search string with the replacement string
 * @param $search: The value being searched for, otherwise known as the needle.
 * @param $replace: The replacement value that replaces found search values.
 * @param $subject: The string being searched and replaced on, otherwise known as the haystack. */
/* Mixin to make squared an HTML element
 * @param $percentage: Value in percentage, gives the ratio between width and height */
/* Mixin to make center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* Mixin to make center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* Mixin to center things with position and transform properties
 * @param $reset: Get the initial behaviour */
/* line 106, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 81.25%;
  line-height: 1;
}

/* line 16, ../src/sass/partials/_typography.sass */
.cont_scheda p.title-intro {
  font-family: "Open Sans", sans-serif;
}

/* line 19, ../src/sass/partials/_typography.sass */
#invia1, #invia2 {
  font-family: Georgia, serif;
}

/* line 4, ../src/sass/login.sass */
.divspento {
  display: none;
  width: 100%;
  overflow: hidden;
}

/* line 9, ../src/sass/login.sass */
.divacceso {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 14, ../src/sass/login.sass */
.errore {
  color: #c11414;
  font-size: 1.2em;
  line-height: 150%;
  font-weight: bold;
  width: 100%;
  padding: 0 0 30px;
}

/* line 22, ../src/sass/login.sass */
.tuttook {
  color: #066;
  font-size: 1.2em;
  line-height: 150%;
  font-weight: bold;
  width: 100%;
  padding: 0 0 30px;
}

/* line 30, ../src/sass/login.sass */
.richiesta_int_1 {
  width: 41%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 30px 0;
}

/* line 35, ../src/sass/login.sass */
.richiesta_int_2 {
  width: 18%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 30px 0;
}

/* line 40, ../src/sass/login.sass */
.richiesta_int_1, .richiesta_int_2 {
  display: inline;
  float: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 40, ../src/sass/login.sass */
  .richiesta_int_1, .richiesta_int_2 {
    display: block;
    float: none;
    width: 100%;
  }
}

/* line 48, ../src/sass/login.sass */
.richiesta_int_3 {
  clear: both;
  display: block;
  width: 100%;
  padding: 10px 0;
}

/* line 55, ../src/sass/login.sass */
.cont_scheda p.title-intro {
  font-size: 1.15385em;
  line-height: 1.46667em;
  padding: 0 0 36px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 55, ../src/sass/login.sass */
  .cont_scheda p.title-intro {
    padding: 0 0 16px;
  }
}

/* line 62, ../src/sass/login.sass */
.txtform {
  width: 100%;
  padding: 10px 0;
}
/* line 65, ../src/sass/login.sass */
.txtform label {
  width: 24%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  float: left;
  height: 30px;
  font-size: 0.84615em;
  line-height: 2.72727em;
  color: #636363;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 65, ../src/sass/login.sass */
  .txtform label {
    width: 30%;
  }
}
/* line 88, ../src/sass/login.sass */
.txtform input.input_ele_int_1 {
  width: 76%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  height: 30px;
  font-size: 0.84615em;
  line-height: 2.72727em;
  color: #636363;
  font-weight: 600;
  padding: 0 6px;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 88, ../src/sass/login.sass */
  .txtform input.input_ele_int_1 {
    width: 70%;
  }
}

/* line 103, ../src/sass/login.sass */
#invia1, #invia2 {
  border: 1px solid #c1c1c1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.38462em;
  line-height: 2.77778em;
  padding: 0 30px;
  color: #23314b;
  background: none;
  cursor: pointer;
  float: right;
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 103, ../src/sass/login.sass */
  #invia1, #invia2 {
    font-size: 1.38462em;
    line-height: 2.22222em;
    padding: 0 11px;
    margin-top: 10px;
    float: none;
  }
}

/* line 120, ../src/sass/login.sass */
.check_label_int label {
  color: #23314b;
  font-size: 1em;
  line-height: 1.07692em;
  margin: 0 0 0 5px;
  cursor: pointer;
}
/* line 125, ../src/sass/login.sass */
.check_label_int input.input_check_int_1 {
  margin: 0;
}

/* line 129, ../src/sass/login.sass */
.txtform2 .p_class {
  font-size: 1em;
  line-height: 1.07692em;
  color: #23314b;
  margin-bottom: 25px;
}
/* line 133, ../src/sass/login.sass */
.txtform2 .p_class a {
  font-weight: 600;
  text-decoration: underline;
}
