/*********************************** MEDIA QUERY ***********************************/
/*@media (min-width: 1500px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}

@media(min-width: 540px) {
  .container {
    max-width: 100% !important;
  }
}*/

@media (max-width: 1000px) {
  .contenitoreLogin {
    width: 55% !important;
  }
}

@media (max-width: 768px) {
  .contenitoreLogin {
    width: 70% !important;
  }
}

@media(max-width: 540px) {
  .contenitoreLogin {
    width: 97% !important;
  }
}

@media (max-width: 1100px) {

  .font13 {
    font-size: 12px !important;
  }

  .font14 {
    font-size: 12px !important;
  }

  .font15 {
		font-size: 13px !important;
	}

  .font16 {
    font-size: 14px !important;
  }

  .font17 {
    font-size: 14px !important;
  }

  .font18 {
    font-size: 14px !important;
  }

  .font22 {
    font-size: 18px !important;
  }

  .font24 {
    font-size: 20px !important;
  }

  .font28 {
    font-size: 22px !important;
  }

  .font30 {
		font-size: 25px !important;
	}
	
	.font31 {
		font-size: 25px !important;
	}

	.font39 {
		font-size: 28px !important;
	}

  .font45 {
    font-size: 28px !important;
  }
}
  
/*********************************** FONT ***********************************/
@font-face {
  font-family: "LatoBold";
  src: url('../css/fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "LatoBlack";
  src: url('../css/fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
  font-family: "LatoLight";
  src: url('../css/fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
  font-family: "LatoRegular";
  src: url('../css/fonts/Lato-Regular.ttf') format('truetype');
}

/*********************************** HTML - BODY ***********************************/
html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin: 0 0 175px;*/
  /*background: url("../images/SfondoTemp.png");*/
}

/*********************************** FONT SIZE ***********************************/
.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font31 {
  font-size: 31px;
}

.font39 {
  font-size: 39px;
}

.font45 {
  font-size: 45px;
}


/*********************************** INPUT ***********************************/
.genericInputField {
  color: #000000 !important;
  background: #FFFFFF !important;
  font-family: LatoLight;
  border: 1px solid #DEDEDF;
}

.genericInputField:focus {
  border-color: #DEDEDF;
}

.form-control:focus, .form-select:focus {
  box-shadow: none !important;
}

.checkboxShowPassword {
  margin-right: 5px;
  margin-top: 2px;
}

#passwordLogin::-ms-reveal {
    display: none !important;
}

#oldPassword::-ms-reveal {
    display: none !important;
}

#newPassword::-ms-reveal {
    display: none !important;
}

#newPasswordConferma::-ms-reveal {
    display: none !important;
}

/*********************************** LABEL ***********************************/
.genericLabelUppercase {
  text-transform: uppercase;
}

.genericLabelLatoRegular {
  color: #000000;
  font-family: LatoRegular;
}

.genericLabelLatoBold {
  color: #000000;
  font-family: LatoBold;
}

.genericLabelLatoBlack {
  color: #000000;
  font-family: LatoBold;
}

.erroreCampoVuoto {
  border: 1px solid #BB0012 !important;
}

.labelColorDarkGrey {
  color: #333333DE !important;
}

.labelColorBlue {
  color: #2185D0 !important;
}

.labelColorOrange {
    color: #E34A0E !important;
}

.labelFloatLeft {
  float: left;
}

.labelUnderline {
  text-decoration: underline;
}

.labelHidden {
  visibility:  hidden;
}

/*********************************** BUTTON ***********************************/
.genericButton {
  /*text-align: left;*/
  border: 1px solid #182958;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-family: LatoBold;
  background-color: #182958;
  border-radius: 4px;
}

.genericButton:hover {
  background-color: #CDD2DC;
  border: 1px solid #CDD2DC;
  color: #182958;
}

.genericButtonDarkGrey {
  border: 1px solid #2A2828;
  color: #FFFFFF;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-family: LatoBold;
  background-color: #2A2828;
  border-radius: 4px;
}

.genericButtonDarkGrey:hover {
  background-color: #FFFFFF;
  border: 1px solid #2A2828;
  color: #2A2828;
}

.genericButtonWhite {
  border: 1px solid #2A2828;
  color: #2A2828;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-family: LatoBold;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.genericButtonWhite:hover {
  background-color: #2A2828;
  border: 1px solid #2A2828;
  color: #FFFFFF;
}

.buttonTextAlignCenter {
  text-align: center !important;
}

.genericButtonOpacity07 {
  opacity: 0.7;
}

/********************** STEPPER **********************/
.stepperNumber {
  text-align: left;
  padding: 0px 5px;
}

.stepperText {
  text-align: left;
  padding: 0px 2px;
}

.stepperColorGreen {
  color: #567675 !important;
}

/**************************************/

.containerDisplayNone {
  display: none;
}

.immagineSfondo {
  width: 99%;
  height: 100%;
  background-position: top;
  background-repeat: repeat;
  background-size: contain;
  background-image: url("../images/sfondoMitech.png");
  position: absolute;
  margin: 0;
  z-index: -1;
}

.contenitoreLogin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #ffffffde;
  border: none;
  width: 40%;
  padding-top: 4rem;
  padding-bottom: 1rem;
  box-shadow: 0px 3px 6px 0px #000000D0;
  max-width: 850px;
}

.borderLeftGreen {
  border-left: 2px solid #7FC4C3;
}

.borderRighrGreen {
  border-right: 2px solid #7FC4C3;
}

.paddingFirstRow {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.paddingThirdRow {
  padding-top: 1rem;
}

.paddingFourthRow {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.paddingFirstRowResetPassword {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.paddingSecondRowResetPassword {
  padding-bottom: 1rem;
}

.colForgotPsw {
  text-align: left;
}

.kdc_bnt4 {
  color: #000000 !important;
  background-color: transparent !important;
  border: 1px solid #000000 !important;
}

.pdTop {
  padding-top: 0.5rem;
}

@media screen and (max-width: 576px) {
  .immagineLogo {
    max-width: 70%;
  }
  
  .col-1 {
    padding: 0;
  }
}
