 /* ===============================================================
 [form]*/
 
 .h-44 {
     height: 44px!important;
 }
 
 .form-control {
     display: block;
     width: 100%;
     padding: .375rem .75rem;
     font-size: 1rem;
     line-height: 1.5;
     color: #000000;
     background-color: #ffffff;
     background-clip: padding-box;
     border: none;
     border-radius: 0;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     border-bottom: 2px solid #969696fa;
     font-weight: 500;
 }
 
 .form-edit .btn {
     font-weight: 400;
     padding: .475rem .95rem;
     font-size: 1.1rem;
     border-radius: 0rem;
 }
 
 .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #80bdff00;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
     border-bottom: 2px solid #28d7a2;
 }
 
 .lable-color-gray {
     color: #7d858c;
     font-size: 1rem;
 }