.btn {   display:inline-block;   font-weight:400;   text-align:center;   white-space:nowrap;   vertical-align:middle;   -webkit-user-select:none;   -moz-user-select:none;   -ms-user-select:none;   user-select:none;   border:1px solid transparent;   padding:.375rem .75rem;   font-size:1rem;   line-height:1.5;   border-radius:.25rem;   transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .btn-primary {   color:#fff;   background-color:#007bff;   border-color:#007bff; } .btn-primary:hover {   color:#fff;   background-color:#0069d9;   border-color:#0062cc; } .btn-success {   color:#fff;   background-color:#28a745;   border-color:#28a745; } .btn-success:hover {   color:#fff;   background-color:#218838;   border-color:#1e7e34; } #content div#primary {   width:100% !important; } .Form {   padding:30px;   box-shadow:0px 0px 5px #0005;   border-radius:5px;   margin-bottom:50px;   margin-top:20px; }  .Form h2 {   font-size:22px;   text-transform:capitalize;   font-family:'Poppins';   font-weight:600;   margin-bottom:20px; } .Form label {   display:block;   width:100%;   margin-bottom:3px;   font-weight:500;   font-style:italic; } .Form input:not(.btn) {   width:100%;   padding:10px 10px;   border-radius:5px;   border:1px solid #ccc;   margin-bottom:20px; } a input.btn.btn-primary {   margin-top:10px; } a .btn {   margin-top:10px;   display:block; } textarea#secretmsg {  width:100%;  padding:10px;  border-radius:5px;  border:1px solid #ccc;  margin-top:0px; } div#msgshow {   margin-top:20px; } div#msgshow br {   display:none; } div#msgshow textarea#secretmsg {   border-radius:5px;   border:1px solid #b5d0f9;   background:#e8f1ff; } div#warningmsg {   color:red;margin:10px 0 } .single.single-tools #btnSubmit.btn.btn-primary{   border:0px !important;   transform:scale(1);   height:47px;   cursor:pointer; } a input.btn.btn-success { cursor:pointer; display:inline-block; transform:scale(1); height:47px; transition:0.5s all; } a input.btn.btn-success:hover { transform:scale(1.05); } .single.single-tools #btnSubmit.btn.btn-primary:hover{   color:#fff !important;   background:linear-gradient(45deg, #0f449f, #0f449f) !important;   cursor:pointer;   transform:scale(1.05); } textarea#secretmsg {   width:100%;   max-width:100%; }