.location button {
    border: 0.5px solid purple;
    border-radius: 5px;
    padding: 2px 20px;
    font-size: 15px;
}

.location button:focus {
    outline: none;
    box-shadow: none;
    border: 0.5px solid #800080;
}

.modal-body select:focus {
    box-shadow: none;
}

.modal-content {
    padding: 20px;
}

.modal-body .location-title {
    font-size: 16px;
    font-weight: 400;
}

.input-group .input-group-text {
    border-color: purple;
}

.input-group select {
    border-radius: 20px;
    border-color: purple;
}

.input-group select:focus {
    border: 1px solid purple;
}

.user_intrest .intrest_button {
    border: 0.5px solid purple;
    border-radius: 5px;
    padding: 2px 20px;
    font-size: 15px;
    background-color: white;
    color: black;

}



/* ------------------login modal css  ---------- */

.login_form .logo p {
    font-size: 18px;
    font-weight: 400;
}

.button1 {
    border: none;
    border-radius: 5px;
    padding: 8px 8px;
    font-size: 18px;
    background-color: purple;
    color: white;
}

#partiti_oned {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 200px;
    outline: none;

}

.form_footer_list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.form_footer_list ul li {
    font-size: 15px;
    display: inline;
    margin: 0px 1px;
}

.form_footer_list ul li a {
    text-decoration: none;
    color: inherit;
}

.form_footer_list ul li a:hover {
    text-decoration: underline;
}

/* CSS for Modal */
.location_modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_content1 {

    background-color: #fefefe;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.close1 {
    color: #050505;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: purple;
    text-decoration: none;
    cursor: pointer;
}


@media only screen and (max-width: 768px) {
    .login_form .logo img {
        width: 98px;
    }

    .login_form .logo p {
        font-size: 16px;
    }

    .side_img1 {
        display: none;
    }

    .form_footer_list ul li {
        font-size: 12px !important;
    }
}