div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

div.custom_form_error {
	text-align: center;
}
div.bx-auth-reg {
    #width: 50%;
    margin: auto;
    padding: 30px;
    background: #fff;
    border: 3px solid #b32825;
}
div.bx-auth-reg table {
	margin: auto;
}
div.bx-auth-reg table input{
	padding: 10px;
    border-radius: 5px;
    margin: 10px 0px;
    border: 1px solid #ccc;
	width: 100%;
}
div.bx-auth-reg table tfoot input{
	background: #b32825;
    color: #fff;
	transition: background-color 60ms ease-out;
}
div.bx-auth-reg table tfoot input:hover{
	background: #282828;
	cursor: pointer;
}
div.bx-auth-reg div.Des {
	font-size: 0.8rem;
}
div.bx-auth-reg div.Des p {
	margin: 3px;
}