.e-bulten {
    
   
    background:#f5f5f5;  ;
    color:#000;
 }
  .e-bulten h2 {
 padding-bottom: 15px;
 }

 
 
 .bultenform {
     position: relative;
  
      
 }
 
 .bultenform .MA {
     width: calc(100% - 0px);
     border: none;
 
     outline: none;
     padding: 0px 15px;
     height: 50px;
      
     border-radius: 4px;
     color:#000;
     border:1px solid #ccc;
     background: #fff;
   
 }
 
 .bultenform .MG {
     text-align: center;
     background: none;
     background:none;
     border-radius: 4px;
     border:none;
 
     padding: 0px 10px;
     line-height: 50px;
     height: 50px;
     background: #000;
  
 }
 
 .bultenform .MG i {
     font-size: 25px;
     line-height: 50px;
     color: #fff;
     
 }
 
 .bultenform .MG:hover {
     cursor: pointer;
     color:#ccc;
 }
 