.p0{ padding:0px }
.m0{margin-top:5px; margin-bottom: 0px;}


.modal-dialog {
    max-width:768px;
    margin: 1.75rem auto;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
  padding:0px;  
}

.form-container {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 400px;
  min-width: 370px;
}

.form-container h2 {
  font-size: 2rem; color: #fff;
  margin-bottom: 1rem;
}
.form-container h3 { font-size: 26px;
  color: #000;
  margin-bottom: 1rem;
}

.form-container {
  display: flex;
}

.left-container {
  flex: 1;
  height: 420px;
  background-color: #644222;
}

.right-container {
  display: flex;
  flex: 1;
  height: 430px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
}

.left-container {
  display:flex;
  flex:1;
  height:430px;
  justify-content:center;
  align-items:center;
  color:#ffffff;
  justify-content:center;
}

.left-container p {
  font-size: 0.9rem;
  text-align: center;
  color: #e6c659;
}

.right-inner-container {
  width: 70%;
  height: 80%;
  text-align: center;
}

.left-inner-container {
  height: 50%;
  width: 80%;
  text-align: center;
  line-height: 22px;
}

.left-inner-container img{ margin-bottom: 30px; } 



.form-container input, textarea {
    background-color: #fff;
    border: none;
    padding: 6px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: 0.8rem;
    border: solid 1px #cfac35;
}
.form-container textarea { height: 70px;
}



input:focus, textarea:focus {
  outline: 1px solid #00b4cf;
}

button {
  border-radius: 20px;
  border: 1px solid #cfac35;
  background-color:#cfac35 !important;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  /*padding: 12px 45px;*/
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  cursor: pointer;

}

button:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 600px) {
  .left-container {
    display: none;
  }

  .lg-view {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .sm-view {
    display: none;
  }
}
form p {
  text-align: left;
}