#form_col
{
  background-color: #f2f3f7;
  height: 100%;
}
#formHeading
{
  margin-top: 20px;
  text-align: center;
  /* border-style: dashed;
  border-color: #d7182a;
  border-width: 2px; */
}

.banner {
	width: 500px;
	height: 150px;
  margin-top: 30px;
  margin-left: 50px;
  border-radius: 25px;
	background: #d7182a;
  border-style: solid;
  border-width: 2px;
}
#mainText
{
  text-align: center;
  color: white;
  padding-top: 35px;
}

.ghost-button-thick-border {
  margin: 25px;
  display: inline-block;
  width: 200px;
  font-weight: bold;
  padding: 8px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}
.ghost-button-thick-border:hover,
.ghost-button-thick-border:active {
  background-color: #fff;
  color: #000;
  transition: background-color 0.3s ease-in,
              color 0.3s ease-in;
}
/* For the sliding animation */
/* .show > .dropdown-menu {
  max-height: 800px;
  visibility: visible;
}

.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
} */
