.col-sm-6 > div
, .col-sm-12 > div
{
  color: #4c4145;
  color: #f5f2f3;
  font-weight: bold;


}
.form__mail
{
  width: 40%;
}
.col-sm-6 > div
{
  text-align:left;
  width: 70%;
  margin-left: 15%;
}
.col-sm-12 > div
{
  margin-top: 40px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;

}
.formulario
{
  background-color: white;
  background-color:rgba(5, 38, 72, 1.0);
  background-color:#02182e;

  border: 1px solid #4c4145;
  padding: 30px;
  border-radius: 20px;
  font-size: 16px;

}
#Mensaje
{
  text-align: center;
  font-size: 11px;
}
