label {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
}

.form-group input {
    width: 50%;
    text-align: right;
}

.form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

hr {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-group input#leverage {
    width: 15%;
}

#liquid {
    width: 45%;
}
