html,
body {
  height: 100%;
}

.modal-body{
  padding: 0px;
}
.modal-content {
  background: rgba(104, 166, 247, 0);
  color: white;

  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);

  border: 1px solid rgba(0, 0, 0, 0);
}

.modal-header {
  padding: 0px !important;

 
  border-bottom: 0px solid #e5e5e5;
}
.contact-header {
  padding-top: 0px;
}

button.close {
  position: relative;
  bottom: 10px;
  color: white;
  opacity: 0.5;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color:white;
  text-decoration: none;
  opacity: 1;
}

button:focus {
  outline: 0px dotted;
  /* outline: 5px auto -webkit-focus-ring-color; */
}

button:hover {
  outline: 0px dotted;
  opacity: .8;
  /* outline: 5px auto -webkit-focus-ring-color; */
}

.showagain {
  display: block !important;
}



.btn {
  
  border: 0 none;
  
  background: rgba(255, 255, 255, 0.5);
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

.btn-primary {
  background: #0099cc;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #33a6cc;
}

.btn-primary:active, .btn-primary.active {
  background: #007299;
  box-shadow: none;
}


.logobtn:hover{
  opacity: .8;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 0px solid red;
  border-radius: 0.25rem;
}

.modal.fade .modal-dialog {
 
  top: 310px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.in .modal-dialog {

 -webkit-transform: translate3d(0, -100px, 0);
 transform: translate3d(0, -100px, 0);
 opacity: 1;
}



@media (min-width: 992px) { 


}