/* CSS Document */


/* Element | http://bdm.mykrown.com/rdev/new-account.php */

  #accountname {
    font-weight: 400;
  }
  
  /* select2.min.css | https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.7/css/select2.min.css */
  
  .select2-container .select2-selection--single {
    /* height: 28px; */
    height: 50px;
  }
  
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    /* height: 26px; */
    height: 48px;
  }
  
    
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    /* line-height: 28px; */
    line-height: 50px;
    
  }
  
  .select2-container {
    margin-bottom: 20px;

  }


  ::placeholder {
      margin:auto;
      opacity: .4;
      color: #010101;
  }

  .customer-fields {
      text-indent: .6em;
      line-height: 50px ;
      
  }

  .page_heading{
    color:black;
    letter-spacing: 0.033em;
    font-weight: 550;
    line-height: 75%;
  }
  

  
  .l1 {
    font-weight:600;
  }
  .l2 {
    padding-left: 1em;
    font-weight:400;
  }
  .page_inside{
    padding: 0 .50em ;
    
  }
  form div.row, .input-field{
    margin-bottom: .1em;
  }
  label{
    font-weight: 600 !important;
  }