
#main_form_container {
  background:  no-repeat top left;
  width: 200px;
  height: 417px;
}

#main_form {
 border: 1px solid black; 
 border-top: 0px; 
 margin-left: 3px; 
 background-color: #ececec; 
 width: 188px;
 padding: 5px;
 font-size: 9pt;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px; 
} 


#logins_title:before {content: url("https://www.buildyourfirm.com/images/gears_bg.png");}

#logins_title:after { content: "Client Logins"; vertical-align: top;  }

#logins_title {
 background: url(https://www.buildyourfirm.com/images/login_header_bg_grey.png) repeat-x top left; 
 width: 200px;
 height: 34px;
 color: #fff;
 font-size: 14pt;
 padding: 5px 0px 0px 5px;
}

.customer_center_head {
 height: 30px;
}

#loginForm {
}

#main_form p {padding: 2px; padding-bottom: 5px; }

 .label {padding-right: 15px; letter-spacing: 1; display: block; width: 150px; text-align: left;}

 #login_form input {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #A6A6A6;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 4px;
    padding: 1px 3px;
}
 .text_field {
    width: 125px;
 }

 input, select {
  vertical-align: middle;
 }

 .forgot_pass {font-size: 9px; color: blue;}

 #secure {margin: 0px auto; height: 40px; width: 150px; font-size: 10px; color: red;}
 #secure img {margin-left: 5px; float: right;}

 .submit {margin:  3px; text-align: right;}
