.formWrapper {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formWrapper form {
    background: #f1f0f0;
    padding: 18px;
    border-radius: 10px;
    width: 39%;
    margin: 0 auto;
}
.formBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7px 0px;
}
.formBottom label.form-remember {
    font-size: 13px;
    line-height: initial;
}
.formBottom label.form-remember input {
    position: relative;
    top: 1px;
    margin-right: 3px;
}
.formBottom a.form-recovery {
    color: #0050bb;
    text-decoration: none;
}
/* Invoice */
.formWrapper__invoice form {
    width: 60%;
}
.formWrapper__invoice .basic_detail {
    margin-bottom: 31px;
}
.formWrapper__invoice .basic_detail .form-row label,.formWrapper__invoice .items .form-row label {
    margin-top: 13px;
}
.form__group__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form__group__wrap .form-row {
    width: 49%;
}
.formWrapper__invoice .btn-blue {
    margin-top: 19px;
}
/* Table */
