/*Write your custom css in this file.*/
.form-signin {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.bg-white-025 {
    background: rgba(255, 255, 255, 0.25) !important;
}

#invoice-logo-preview {
    max-width: 300px !important;
}

table tr.invoice-preview-header-row td > img {
    max-width: 300px !important;
}
