.form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-row > * {
    flex: 1;
}

.form-row > *:not(:first-child) {
    margin-left: 10px;
}

.asteriskField {
    color: #B60000;
    font-weight: 900;
    padding-left: 3px;
    padding-right: 8px;
}

.horizontal-line-after {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.midpage-save-button {
    margin-bottom: 40px;
}

.eye-btn {
    background-color:transparent;
    color: #0f0f0f;
    border: 0;
}
