/* FORM SAS */

form > h4, .content > h4{
  margin-top: 2rem;
}

.box{
  padding: 1.5rem;
  box-sizing: border-box;
  background-color: #eee;
}

label{
  font-weight: inherit;
  font-weight: bolder;
}

input:not(.privacy){
  width: 95%;
}

div.privacy{
  text-align: center;
}

/* div:has(>.privacy){ } */ /* Don't work... WHY!?? */

.actions{
  float:right;
  display: inline-flex;
  padding-top: 0.7rem;
}

.actions input{
  background: #087021;
  background-image: none;
  color: #fff;
  border: 1px solid #087021;
  border-radius: 0;
  padding: .3125rem .9375rem;
  text-transform: uppercase;
}

.actions input:hover{
  color: #087021;
  background-color: #fff;
}
