﻿#shareIcon {
    color: #ffffff;
    font-size: 20px;
    margin-top: -20px;
    position: absolute;
    text-shadow: 0 0 2px #000000, 0 0 2px #000000,0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
    visibility: hidden;
    width: 20px;
}

.loanOfficerContactInformationGroup {
    margin-bottom: 5px;
}

.loanOfficerContactInformationLabel {
    font-weight: bold !important;
}

.loanOfficerContactInformation {
    font-weight: 400 !important;
}

#applyButton,
#loginLink {
    width: 300px;
}

#loginLink {
    background-color: transparent !important;
    border: none;
    color: unset !important;
}

#landingPageURLSection {
    margin-left: auto;
    margin-right: auto;
    visibility: hidden;
}

#shareModal i.fa-copy {
    font-size: 20px;
}

#QRImageSection {
    display: none;
}

#swalModal .modal-dialog {
    padding-top: 75px;
}

.modal-content.swal-modal {
    border: 2px solid black;
}

@media screen and (max-width: 575px) {
    #applyButton,
    #loginLink {
        max-width: 300px;
        width: auto;
    }
}