.uc_auth_error {
    margin: 10px 0;
    display: none;
    color: brown;
}

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

.uc-auth-form input[type=submit] {
    position: relative;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    border: none;
}

.uc-auth-form input {
    background-color: white !important;
    max-height: 3em;
    border-radius: 4px !important;
}