form.css 503 B

123456789101112131415161718
  1. .form-control-cert {
  2. background-color: #fff;
  3. background-image: none;
  4. border: 1px solid #ccc;
  5. border-radius: 4px;
  6. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  7. color: #555;
  8. font-size: 14px;
  9. line-height: 1.42857143;
  10. padding: 6px 12px;
  11. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  12. }
  13. .certificado-text-label {
  14. font-weight: 700;
  15. margin: 0 10px 0 10px;
  16. }
  17. input:disabled { background: #eee; }
  18. label { font-size: 13px; }