
div[hidden] {
  visibility: hidden;
  height: 0;
}

.positionRelative {
  position: relative;
}

.positionAbsolute {
  position: absolute;
}

.positionFixed {
  position: fixed;
}

.paddingSide-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

/*.login input.form-control.ng-valid.ng-touched {

  border-bottom: 1px solid rgba(210, 39, 48, 0.4);
}*/

.login input.form-control {
  border-top:0;
  border-left:0;
  border-right:0;
  padding-left:3rem;

  font-size: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 4rem;
  color:#000;
  font-weight: 300;

}

.standard-messana-button {
  color: #D22730;
  padding: 12px 24px;
  font-size: 1.6rem;
  /* prima era line height 1.4rem */
  line-height: 1rem;
  border-radius: 2rem;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  width: auto;
  height: 4rem;
  min-width: 20rem;
  background-color: white;
  border: 2px solid #D22730;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:400;
}
.standard-messana-button:hover {
  background-color: #D22730;
  border-color: #D22730;
  color: #fff;
  box-shadow: 0 10px 20px rgba(210, 39, 48, 0.15);
  /* transition: background-color 0.5s, box-shadow 0.5s; */
}
.standard-messana-button.no-hover:hover {
  border: 2px solid #ccc !important;
  color: #000 !important;
  background-color: #fff !important;
  box-shadow: none;
  transition: none;
}
.standard-messana-button:active:hover {
  background-color: #bf1933;
  border-color: #bf1933;
}


input[data-com-onepassword-filled="light"] {
  background-color: transparent !important;
}


