success message submit button

PHOTO EMBED

Mon Oct 25 2021 17:02:23 GMT+0000 (Coordinated Universal Time)

Saved by @khalidlogi #css

/* 
Generic Styling, for Desktops/Laptops 
*/

.success {
  position: relative;
  z-index: 13;
  margin: 4% 13%;
  padding: 0 0 0 35px;
  border: solid 13px Green;
  background-color: Green;
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 15px;
  line-height: 20px;
  color: #FFF;
  overflow: hidden;
}

.success:after {
  content: "";
  position: absolute;
  z-index: 12;
  width: 10px;
  height: 19px;
  bottom: 12px;
  left: 5px;
  border: solid 2px #FFF;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.field-label {
    color: #ffa500;
    text-decoration: underline;
}
content_copyCOPY