
.modal-content {
    padding: 14px;
    /* width: 800px; */
    /* height: 685px; */
    border-radius: 20px;
    width: fit-content;
}

.modal-header {
    border-bottom: unset;
}

.modal-header.forgot-password {
    padding-bottom: unset;
}

.sub-header {
    width: 100%;
}

.sub-header > p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    margin: unset;
    color: #7c7c7c;
}

.modal-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.modal-body {
    display: flex;
    justify-content: center;
}

.main-body-content > .message {
    width: 550px;
    text-align: center;
    font-family: Lato;
    font-weight: 500;
    line-height: 26px;
}

.modal-footer {
    border-top: unset;
    justify-content: center;
    /* margin-top: 100px; */
}

.modal-footer .main-footer-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-footer .main-footer-content > button[type='submit'] {
    width: 175px;
    padding: 10px !important;
    border: none !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
  }
  

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: unset;
    }
}