/* line 1, ../sass/login.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 3, ../sass/login.scss */
html {
  height: 100%;
  background-color: #000;
}

/* html {
    height: 100%;
    background: url(../themes/front/img/login_background.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-color: #000;
    background-position-x: center;
    background-position-y: 20%;
} */
/* line 25, ../sass/login.scss */
body {
  background: url(../img/login_background.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*font-family: Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif;*/
  font-family: "Poppins", sans-serif !important;
  padding-bottom: 20px;
  min-height: 100vh;
}

/* line 30, ../sass/login.scss */
div.login-box {
  width: 600px;
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  padding: 40px;
}

/* line 36, ../sass/login.scss */
img.logo {
  width: 325px;
  margin-top: 30px;
  margin-left: 30px;
  position: absolute;
}

/* line 43, ../sass/login.scss */
a {
  text-decoration: underline;
  color: #428bca;
}

/* line 49, ../sass/login.scss */
div.registration-box {
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  margin-top: 30px;
}


.registration-box h1 {
  font-size: 24px;
}

/* line 56, ../sass/login.scss */
.registration-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 63, ../sass/login.scss */
.registration-box .messages {
  margin-top: 5px;
  
}
.registration-box .form-actions {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 67, ../sass/login.scss */
.registration-box .form-actions a {
  text-decoration: none;
}

/* line 71, ../sass/login.scss */
.registration-box #grpState,
.registration-box #grpCompanyEMail,
.registration-box #grpPersonalEMail,
.registration-box #grpPasswordConfirm {
  float: right;
}

.registration-box .input-group-addon, .registration-box input, .registration-box textarea  {
  background: #fff;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.registration-box .input-group-addon {
  padding-left: 0;
}

.registration-box .form-group {
  margin-bottom: 12px;
}

.registration-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


.registration-box .no-mt {
  margin-top: 0px!important;
  margin-bottom: 10px;
}

.form-control::-webkit-input-placeholder {
  font-weight: lighter;
}

/* line 96, ../sass/login.scss */
.registration-box #inpStateByCombo select {
  border: none;
}

/* line 100, ../sass/login.scss */
.select2-hidden-accessible {
  display: none;
}

/*Extra small devices*/
@media (max-width: 767px) {
  /* line 107, ../sass/login.scss */
  .registration-box #grpState,
  .registration-box #grpCompanyEMail,
  .registration-box #grpPersonalEMail,
  .registration-box #grpPasswordConfirm {
    float: none;
  }

  /* line 114, ../sass/login.scss */
  .registration-box .form-actions a, .registration-box .form-actions button {
    display: block;
    width: 100%;
  }

  /* line 119, ../sass/login.scss */
  .registration-box .form-actions button {
    margin-top: 5px;
  }

  .container-fluid {
    padding: 0 !important;

    .login-box {
      width: 100vw !important;
    }
  }

}
/* line 126, ../sass/login.scss */
div.support-box {
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  margin-top: 30px;
}

/* line 133, ../sass/login.scss */
.support-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 140, ../sass/login.scss */
.support-box label {
  text-align: left !important;
}

/* line 145, ../sass/login.scss */
.no-margin-lateral {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 152, ../sass/login.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border: none;
  background: transparent;
  text-decoration: underline;
}

/* line 158, ../sass/login.scss */
#privacy-disclaimer .modal-dialog {
  width: 80%;
}

/* line 162, ../sass/login.scss */
#privacy-disclaimer .modal-dialog iframe {
  width: 100%;
  height: 70vh;
}

/* line 167, ../sass/login.scss */
.privacy-info {
  margin-right: 10px;
  font-weight: bold;
}

@media all and (max-width: 769px) {
  /* line 173, ../sass/login.scss */
  .privacy-info {
    float: left;
    width: 75%;
    text-align: left;
  }

  /* line 178, ../sass/login.scss */
  #privacy-disclaimer .modal-dialog {
    width: initial;
  }
}
/* line 183, ../sass/login.scss */
.login-logo img {
  margin: 10px;
  max-height: 140px;
}

.login-box {


  h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  input[type="text"], input[type="password"] {
    background: #fff;
    border-radius: 0;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    height: 50px;
    outline: none !important;
    padding: 10px 15px;
    margin-top: 10px;
  }

  label {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
  }



	.custom-checkbox input[type="checkbox"] {
		opacity: 0;
		position: absolute;
		cursor: pointer;
	}
	
	/* contenitore visivo della checkbox */
	.custom-checkbox {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		position: relative;
		cursor: pointer;
    margin-top: 10px;
	}
	
	/* lo span funge da "casella" */
	.custom-checkbox .checkmark {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		background-color: transparent;
		border: 2px solid #ccc;
		border-radius: 4px;
		transition: all 0.2s;
    vertical-align: bottom;
	}
	
	/* stato selezionato: sfondo giallo */
	.custom-checkbox input[type="checkbox"]:checked + .checkmark {
		background-color: #ffd700; /* giallo */
		border-color: #ffd700;
	}
	
	/* la spunta bianca */
	.custom-checkbox .checkmark::after {
		content: "";
		position: absolute;
		display: none;
	}
	
	/* disegna la spunta quando è checked */
	.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
		display: block;
		left: 4px;
		width: 6px;
		height: 12px;
		border: solid white;
		border-width: 0 3px 3px 0;
		transform: rotate(45deg);
	}

  .custom-checkbox label div {
    display: inline-block;
  }

  input, .login-btn, .register-btn, .forgot-btn, .change-psw-btn {
    float: none;
  }

  .login-btn, .forgot-psw-btn, .change-psw-btn {
    color: #000;
    background: #fdc300;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 20px;
    border-radius: 0;
  }

  .register-btn, .register-btn:hover, .forgot-btn, .forgot-btn:hover, .back-login-btn, .back-login-btn:hover {
    background-color: transparent;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
  }

  .register-btn, .forgot-btn, .back-login-btn {
    text-decoration: none;
    color: #000;
  }

  .register-btn:hover, .forgot-btn:hover, .back-login-btn:hover {
    text-decoration: underline;
  }

  .no-account-div, .otherwise-div {
    display: block;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .password-group {
    display: flex;

    #password {
      width: 90%;
    }
    .input-group-addon {
      cursor: pointer;
      width: 10%;
      background-color: transparent;
      border: 0;
      margin: 0;
      padding: 22px 0;

      i {
        font-size: 20px;
      }
    }
  }

}

.signup-header {
	height: 110px;
	background-color: #fdc300;
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
	top: -10px;

	img.logo {
		height: 80px;
    width: auto;
		margin: 20px 20px;
	}

}

