.login_popup_header {
    font-size: 1.5rem !important;
    margin: 22px 50px !important;
}

/* The Modal (background) */
#team_condition_Modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
#team_condition_Modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 600px;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 600px;
    overflow-y: auto;
    z-index: 9;
    padding: 50px 40px;
}

/* The Close Button */
#team_condition_Modal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
}

#team_condition_Modal .close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#team_condition_Modal .popup-title strong {
    color: #4B4B4B;
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

#team_condition_Modal .popup-desc p {
    margin-bottom: 15px;
}

#team_condition_Modal .popup-desc p:last-child {
    margin-bottom: 0;
}

#team_condition_Modal .popup-block {
    margin-bottom: 20px;
}

#team_condition_Modal .popup-block:last-child {
    margin-bottom: 0;
}

@media all and (max-width:991px) {
    #team_condition_Modal .modal-content {
        padding: 30px;
        max-height: 400px;
    }

    #team_condition_Modal .close {
        top: 10px;
        right: 10px;
    }
}