.fml-image-preview {
    max-height: 200px;
}

.mini-form {
    width: 400px;
    margin: 20px auto;
}
.register-form img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 200px;
}
.register-form .save-customer, .register-form .delete-customer {
    width: 100%;
    background-color: #209aae;
    border-color: #209aae;
    color: #ffffff;
}
.register-form .save-customer:hover, .register-form .delete-customer:hover {
    background-color: #209aae;
    color: #ffffff;
}
.register-form i {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}
.firebaseui-idp-icon {
    margin-bottom: 0 !important;
    width: 18px !important;
}