/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 22 gen 2021, 16:58:02
    Author     : giuliogaravaglia
*/

.logo-crl img {
    width:250px;
}

.footer-contet{
    display: block !important;
}

.slider-home .desc-slider {
  font-size: 38px;
}

#ui-datepicker-div{
  z-index:1000 !important;
}

 @media only screen  and  (max-width: 400px){
   #ui-datepicker-div{
  left:0px !important;
}
   
   .form-row.text-form {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
   .form-row.submit-form input {
	padding: 2px;
	margin-top: 0px;
}
   
  .logo-crl img {
      width: 200px;
  }
}

  @media and (min-width: 768px) and (max-width: 959px){
.slider-home .desc-slider {
  font-size: 28px;
}
    }

  @media (max-width: 767px){
.slider-home .desc-slider {
  font-size: 20px;
}
}

