.bx-authform {
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    background: #f4f4f6;
    border-radius: 10px;
    padding: 30px;	
}
.bx-authform input[type=text], .bx-authform input[type=password] {
	height: 50px;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border-radius: 100px;
    padding: 0 25px;
    width: 100%;
    transition: all .2s ease;
    border: 2px solid transparent;
}
.hidden {
	display:none!important;
}
tr {
    width: 100%;
    display: block;
}
tr td {
    width: 100%;
    display: block;
}
.bx-authform input[type=submit] {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    width: 100%;
    height: 50px;	
}