  footer hr {
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 2px solid #ba2a66;
    clear: both;
    width: 60px;
    margin: 10px 0 20px 0;
  }
.section-padding hr {
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 2px solid #ba2a66;
    clear: both;
    width: 50px;
    margin: 0px 0 20px 0;
  }
  .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
      /* Note: Try to remove the following lines to see the effect of CSS positioning */
  .form-sec{
    width:360px;
    height: auto; 
    padding:30px; 
    box-shadow: 0 0 4px #ccc; 
    border:3px solid #ba2a66;
    border-radius: 10px;
    background:#fafafa;
  }

@media (min-width: 1200px) {
  body { 
    position: relative;
  }
  .affix {
    top: 100px;
    width: 360px;
  }
  .affix-bottom {
    position: absolute;
    width: 263px;
  }         
}
  .input-field {
    margin-top: 20px;
}