#loginform {
    display: flex;
    flex-direction: column;
}
#loginform br {
    height: 0 !important;
    font-size: 1px !important;
    line-height: 0px !important;
    display: none !important;
}
#loginform h4 {
    order: 1;
    margin-top: 64px;
}
#loginform div.row {
    order: 2;
}
