.container .bx-auth td {
    border: none;
}
.bx-auth
{
    font-size: 14px!important;
    color: #232323!important;
    display: block!important;
}
.bx-auth input[type='submit'] {
    color: white;
    background: #2c3e6f;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
}

.bx-auth input[type='text'], .bx-auth input[type='password'] {
    border: 1px solid #c4c4c4;
    padding: 0 10px;
    outline: none;
    margin: 10px 0 20px 0;
    width: 100%;
    height: 40px;
}
.bx-forgotpass-table
{
    width: 100%;
}
