.modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto !important;
    pointer-events: all;
}

.modal-header {
    text-align: center;
    display: block;
    color: #2439EA;
    border-bottom: 0;
    font-weight: 800;
}

.modal-title {
    color: #2439EA;
    font-size: 21px;
    font-weight: 900;
}

.sob-modal-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 123%;
}

.sob-text-blue {
    color: #2439EA !important;
}

.blue-text {
    color: #2439EA;
}

.sob-modal-hr {
    border: none;
    width: 57px;
    opacity: 1;
    height: 3px !important;
    margin-left: auto;
    margin-right: auto;
    color: #2439EA;
    background-color: #2439EA;
}

.modal-body {
    padding-top:0;
}

.modal label {
    color: #6B6B6B;
}

.password-container {
    position: relative;
}

.sob-sign-up-form {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 13px;
    background: #D4D4D4 !important;
}

.fa-eye {
    position: absolute;
    top: 42%;
    right: 4%;
    cursor: pointer;
    color: #797979;
}

.modal a {
    font-family: "Montserrat", sans-serif !important;
    text-decoration: none;
    outline: none;
}

.modal-header .btn-close.custom-icon {
    background: none;
}

.modal-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-header .modal-title-no-transform {
    font-size: 18pt;
    font-weight: 900;
    color: #2439EA;
    margin-top: 0;
    line-height: 1.5;
}

.modal h4 {
    color: #2439EA;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}

.modal .btn-primary {
    border-color: #2439EA;
    border-width: 3px;
    color: white;
    background: #2439EA;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 0;
}

.modal .btn-default {
    font-size: 12px;
    color: #2439EA;
    border-color: #2439EA;
    border-width: 3px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
}

.modal .btn {
    border-radius: 4px;
    font-weight: bold;
}

.modal .btn-block {
    display: block;
    width: 100%;
}

.modal strong {
    font-weight: 700;
}

.login_link {
    color: #2439EA;
}

.w-sob-modal {
    width: 100%;
}

.modal .fw-bold {
    font-size: 1rem !important;
    color: gray;
}

@media (min-width: 992px) {
   .w-sob-modal {
        width: 75%;
    }
}