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


.image-upload-area {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 36px;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.image-upload-area img {
    width: 60px;
    height: 36px;
}

.file-upload-area {
    cursor: pointer;
    
    border: 1px dashed #ccc;
    text-align: center;
}

.file-name .placeholder {
    color: #999;
    font-style: italic;
}

input[type="file"] {
    display: none;
}