.formBox{
    width: 70%;
    
    
    }
    .form-group{
      padding: 0 0 0 0;
      margin: 15px 0 0 0;
      
      /* border-color: #45a049;
      border-style: solid; */
        
    } 
    
    .flex-container {
      display: flex;
      flex-wrap:wrap;
      /* justify-content: center; */
    }
    
    
     .col400px{  width: 400px; } .col190px{ width: 190px;}
     .col500px{  width: 500px; } .col600px{ width: 600px;}
    
    
   
    
    
    .centerBox{
      margin-left: auto;
      margin-right: auto;
      /* border-color: #4645a0;
      border-style: solid; */
      display: flex;
      
      justify-content: center;
      
    
    }
    .input{
      width: 100%;
      
      padding: 12px 20px;
      
      display: inline-block;
      border: 1px solid #9e9e9e;
      
      box-sizing: border-box;
    
    
    }
   
    option{
      padding: 12px 20px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      height: 40px;
      line-height: 3;
    }
    
    input[type=radio]{
      
      
      padding: 10% 10px;
      margin: 8px 0;
      display: inline-block;
      border: 1px solid #ccc;
      
    }
    input[type=submit]{
      cursor: pointer;
    }
    
    .padding10{
      padding: 20px 10px;
    }
    .labelBlock{
      display: block;
    
    } 
    

    /* Plus sinal ADD CSS*/
    .plus-sinal{
      display: flex;
      flex-direction: column;
      align-items: center;
      
      height: 12px;
      width: 12px;
      cursor: pointer;
    }
    .plus-sinal-tip{
      
      height: 33.33%;
      width: 33.33%;
      
      background-color: #34be02;
    }
    .plus-sinal-middle{
      
      height: 33.33%;
      width: 100%;
      
      background-color: #34be02;
    }
    .plus-sinal:hover{
      
      transform: translateY(-4px);
      transition: 0.3s;

    }
