﻿.modal.show {
    display: flex !important;
    align-items: center;
}


#modal-header {
    display: block !important;
}

.fa-user-circle {
    font-size: 24px; /*same height as input field*/
    position: relative;
    top: 4px;
    margin: 5px;
}
.bigIcon{
    font-size: 60px;
}

@media (max-width: 575px) {
    .modal-dialog{
        margin:1.75rem auto;
    }
}