.ewp-vault-item.value-container {
    display: flex;
}
.ewp-vault-item.label {
    font-weight: bold;
}
.vault-item-actions {
    margin-top: 15px;
    text-align: center;
}
.ewp-lost-password {
     float: right;
 }
#ewp-support-footer.site-info {
    padding: 15px 0 0 0;
}
.ewp-clear {
    clear: both;
}
.wrap .ewp-container {
    padding: 30px 50px;
}
.ewp-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid
    transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d43f3a;
}