.tx-felogin-pi1 legend {
   display:none; 
}
.tx-felogin-pi1 fieldset, .tx-datamintsfeuser-pi1 fieldset {
   margin: 20px 0 20px 0 !important; 
    border: 0 !important;
}
.tx-felogin-pi1 label {
   margin-top: 20px;
}
.tx-felogin-pi1 input[type="submit"], .tx-datamintsfeuser-pi1 input[type="submit"] {
   margin: 20px 0 20px 0; 
   display: inline-block;
   padding: 6px 12px;
   color: #fff;
   background-color: #337ab7;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-image: none;
   border: 1px solid #2e6da4;
   border-radius: 4px;
}

.tx-felogin-pi1 input, .tx-datamintsfeuser-pi1 input {
    font-family: verdana;
    line-height: 165%;
    font-size: 1.0em;
    font-weight: 400;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    -webkit-box-shadow: 3px 3px 5px #eee;
    -moz-box-shadow: 3px 3px 5px #eee;
    box-shadow: 3px 3px 5px #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.tx-felogin-pi1 #user, .tx-felogin-pi1 #pass {
    min-width: 280px; 
}


