.form-top { 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size:cover;
    width: 100%; 
    height: 0; 
    padding: 0;
    padding-top: 44.05%;

   border: 3px solid white;
   border-bottom: none;
}

body {
    background-color: #cef5f9;
}

.form-top .form-top-left { 
    min-height: default;
}

.form-bottom {
  background: #e9fbfc;
  padding-top: 0;
  padding-bottom: 80px;
  border: 3px solid white;
  border-top: none;
   box-shadow : none;
   drop-shadow: none;
   color: #000;
   font-size:18px;
}

.btn-primary {
    color: #fff; 
    border: none;
    border-radius: 20px 0 20px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#FFBA7A), to(#FF7087)); 
    background-image: -webkit-linear-gradient(left, #FFBA7A 0%, #FF7087 100%); 
    background-image: linear-gradient(to right, #FFBA7A 0%, #FF7087 100%); 
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); 
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    height: 50px;
}

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

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.btn-primary.dropdown-toggle {
    border-color: inherit;
}

.form-bottom > div > div:nth-child(1) > div > div  > div > p {
    padding: 20px;
    margin: 0 0 35px;
    color: #666; 
    background-color: #ffffff;
    position: relative;
    width: 100%;
    z-index: 1;
}
.form-bottom > div > div:nth-child(1) > div > div  > div > p::before,
.form-bottom > div > div:nth-child(1) > div > div  > div > p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.form-bottom > div > div:nth-child(1) > div > div  > div > p::before {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #FECDD2;
    left: 0;
    top: 0;
    z-index: -1;
}
.form-bottom > div > div:nth-child(1) > div > div  > div > p::after {
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #FECDD2;
    top: 5px;
    left: 5px;
    z-index: -2;
}

.col-sm-4, .col-sm-8, .col-sm-12 {
    padding: 0;
}

.label-danger {
    background: #FF7087;
}

.radio-inline input[type=radio]:before, .radio input[type=radio]:before, input[type=radio]:before {
  top: 0;
}
.radio-inline input[type=radio]:after, .radio input[type=radio]:after, input[type=radio]:after {
  top: 0;
}

label.control-label {
  width: 100%;
  margin-bottom: 10px;
  color: #2FAED9;
}

.radio label {
  color: #2FAED9;
}

.form-control {
   border-color: #33CCCC !important; 
   border-radius: 10px;
}

.radio-inline input[type=radio]:before, .radio input[type=radio]:before, input[type=radio]:before {
    background-color: #33CCCC;
}

.radio-inline input[type=radio]:after, .radio input[type=radio]:after, input[type=radio]:after {
   border: 2px solid white;
   background: white;
}

.radio-inline input[type=radio]:checked:after, .radio input[type=radio]:checked:after, input[type=radio]:checked:after {
   border: 2px solid white;
   background: #33CCCC;
}

.form-box form{
    box-shadow: none !important;
}

span.help-block {
    margin-left: 1em;
}

 .has-error .help-block {
    color: #FF7087;
}