    #clf-formid .clf-ip {
        border: 1px solid;
        margin: 10px 10px;
        background-color: #f2f2f2;
        box-shadow: 0px -1px 1px 0px grey;
    }
    #clf-formid
    {
      text-align: center;
      width: 310px;
      display: table;
      margin: 0 auto;
    }
    #clf-formid .clf-btn{
      padding: 0px 10px;
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.86);
      color: #fff;
      border: none;
      font-weight: bold;
    }
    #clf-formid label {
      
      font-weight: normal;
    }
    
     #error{
      color: rgba(255, 0, 0, 0.97);
      font-size: 14px;

    }
    #success{
      color: green;
      font-size: 16px;
    }
    .logo {
     /* background: #C0C0C0;
      border: 2px solid #808080;
      padding: 10px 25px; */
    }
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
   
    
}
  
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  .row{
    margin-right: 0px !important;
    margin-right: 0px !important;
  }

}