.login-form {
    width: 350px;
    height: auto;
    top: 50%;
    margin-top: -160px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
    filter: alpha(opacity=90);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;    
}
.preauth-form {
    width: 350px;
    height: auto;
    top: 50%;
    margin-top: -300px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
    filter: alpha(opacity=90);  /* IE 5-7 */
    -moz-opacity: 0.9;          /* Netscape */
    -khtml-opacity: 0.9;        /* Safari 1.x */
    opacity: 0.9;    
}
.inpro{
  color: #000000 !important;
  font-weight: bold;
  border: 0px !important;
  border-left: 1px !important;
}
.br1f {
  border-right: 1px #dfdfdf solid !important;
}