.bx-system-auth-form table{
 border: none !important;
 width: 50% !important;
 }

.bx-system-auth-form table td{
 border: none !important;
 font-weight: normal !important;
 text-align: left !important;
 padding-left: 15px !important;
 
}

.bx-system-auth-form input[type="submit"]{
    display: block;
    width: 188px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 6.5px 0;
    background: #eb1e14;
    border-radius: 3px;
    color: #fff;
    margin-top: 9px;
    border: none;
    cursor: pointer;
    outline: none;
 }  
 
 
 .bx-system-auth-form input[type="text"], .bx-system-auth-form input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #f8fafc;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.bx-system-auth-form a {
    color: #262626;
}

.bx-system-auth-form a:hover {
    color: #eb1e14;
}



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

