label { font-weight: normal; } .control-label { text-transform: uppercase; font-weight: 600; } .modal-form-label { text-transform: uppercase; font-size: 14px; } .modal-subtitle { margin-top: 10px; font-size: 16px; } .modal-header { border-bottom: 0px; } .modal-footer { border-top: 0px; } .modal-title { text-transform: uppercase; font-weight: bold; font-size: 20px; } .modal-content { border-radius: 0px; padding: 20px; } .form-control { box-shadow: inset 0 0 0 rgba(0,0,0,0); webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); } .form-control:focus { border-color: #ccc; // webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0); // box-shadow: inset 0 0 0 rgba(0,0,0,0); } .btn { border-radius: 0px; } .form-control { border-radius: 0px; } .alert { border-radius: 0px; } .well { border-radius: 0px; }