a.product-form__submit{
	min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.password footer{
  display: none !important;
}

@media screen and (max-width: 786px){
  .mobile-hide{
    display: none !important;
  }
}

@media screen and (min-width: 787px){
  .desk-hide{
    display: none !important;
  }
}