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);
}

.authTbl.authNew tr {
    display: block;
}

.authTbl input[type="text"], .authTbl input[type="password"] {
    border: 1px solid #a3a3a3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 38px;
    margin-bottom: 24px;
    padding: 0 15px;
    font: 14px/1 "Roboto", sans-serif
}

.half-item {
    display: block;
    margin-top: 13px;
}
