

.whiteBordersInput input{
    color: white !important;
    border-color: lightgray;
}

.whiteBordersInput input::placeholder{
    color: lightgray !important;
}



.whiteBordersInput textarea{
    color: white !important;
    border-color: lightgray;
}

.whiteBordersInput textarea::placeholder{
    color: lightgray !important;
}

.hidden{
    display: none;
}

@media (min-width: 992px) 
{
  .emailAlertContainer 
   {
    padding-right: 35px;
   }
}