	body {
		background-color: #f2f2f2;
    margin-top: 10px;
    /* font-weight: 510; */
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	}     
  
	input.form-control:focus::placeholder {
		font-weight: normal;
	}

	input.form-control:focus {
		font-weight: bold;
	}

  @media (min-width: 801px) {
    .custom-container-style {
      max-width: 700px; /* Укажите желаемую ширину */
      margin: 0 auto; /* Центрирование контейнера */
    }
  }
  
  #All_form {
    box-shadow: 5px 5px 10px 5px grey;
    padding-bottom: 5px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
  }

  #header-image {
    background-image: url('image/justice.png'); /* Замените 'path/to/your/image.png' на путь к вашему изображению */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; /* Центрируем изображение по горизонтали и вертикали */
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
    padding-right: 0px;
    height: 180px; /* Установите начальную высоту изображения в шапке */
    /* max-width: 700px; */
  }
  
  #Jur_Company {
    box-shadow: 5px 5px 10px 5px grey;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
 
  @media (max-width: 768px) {
    #header-image {
      height: 150px;      
      margin-left: 10px;     
      margin-right: 10px;
    }
  }

  @media (min-width: 768px){
    .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 1 0 95%;
    max-width: 100%;
    }
  }

	/* input.form-control:focus::placeholder {
		font-weight: normal;
		
	} */
    /* input.form-control::placeholder {
		font-weight: normal;		
	}

	input.form-control:focus {
		font-weight: bold;
	} */

	/* input.form-control {
		font-weight: bold;
		color: #075151;
	} */

    
    
    /* input[type="date"].form-control:valid {
        color: black;
        font-weight: bold;
      } */

      /* input[type="date"].form-control[value=""]::placeholder {
        font-weight: normal;
        color: #e7880c;
      } */
      
     /*  input[type="date"].form-control:not([value=""]) {
        font-weight: bold;
        color: #000;
      } */
      
    /* select.form-control {
        font-weight: bold;
		color: #075151;
      }
 */

/*  input.form-control:not(:placeholder-shown) {
    font-weight: bold;
  } */
    /* select.form-control:invalid {
        font-weight: normal;
        color: rgb(94, 92, 92);
      } 

      input.form-control:invalid {
        font-weight: normal;
       
        color: #91908e;
    } */
    /* select.form-control option[disabled]:selected {
        color: #da810d;
        font-weight: normal;
      } */

	/* 060606 */
