/*---------------------------------------------
                Wp member Form All
----------------------------------------------*/

.form_row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

fieldset label {
    width: 150px !important;
    min-width: 150px;
    margin-right: 10px;
    font-weight: 700;
}

.wpmem_msg{
    margin-bottom: 30px;
}

.wpmem_msg p {
    background-color: #6bb175;
    color: #fff;
    margin: 0;
}

.div_text {
    width: 100%;
}

.textbox,.password,.username {
    font-size: 16px !important;
    color: #000 !important;
    height: 40px !important;
    border: none !important;
    background-color: #fff !important;
    max-width: 100%;
    border: solid 1px #c7c7c7 !important;
    border-radius: 3px !important;
}

.req {
    color: red !important;
}

legend {
    font-weight: 700;
    font-size: 24px;
    border-left: solid 5px;
    line-height: 1;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
}

#wpmem_reg .req-text {
    display: none;
}

.link-text a {
    text-decoration: underline !important;
}

#wpmem_register_form,
#wpmem_login_form,
#wpmem_pwdreset_form {
    width: 600px !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 100px;
    background-color: #f9f9f9;
}

.link-text {
    text-align: center;
}

/*---------------------------------------------
                Registration form
----------------------------------------------*/
#wpmem_register_form legend {
    margin-bottom: 50px;
  }

/*---------------------------------------------
                Login form
----------------------------------------------*/

#wpmem_login_form .button_div {
    display: block;
}

#wpmem_login_form .button_div .buttons {
    margin: 20px auto;
}

/*---------------------------------------------
                Pwdreset form
----------------------------------------------*/


/*---------------------------------------------
                Dashbord
----------------------------------------------*/

.profile-content {
    margin-bottom: 50px;
}

.profile-button-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    line-height: 1 !important;
}

.profile-button-wrap ul li:first-child {
    margin-right: 20px;
}

.profile-button-wrap ul a {
    width: 200px;
    display: block;
    background: #555555;
    color: #fff !important;
    text-align: center;
    padding: 10px 5px;
    border: solid 1px;
    transition: all 0.3s Im !important;
}

.profile-button-wrap ul a:hover {
    background: #000;
}

.button_div {
    width: 100%;
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons {
    display: block;
    width: 200px;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    padding: 10px 5px;
    cursor: pointer;
    transition: all 0.3s !important;
    border: solid 1px #000;
}

.buttons:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px;
}

.return {
    display: block;
    width: 200px;
    height: 100%;
    padding: 10px 5px;
    background: #b5b5b5;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s !important;
    margin-right: 20px;
    border: solid 1px #b5b5b5;
}

.return:hover {
    background-color: #fff;
    color: #000;
    border: solid 1px #000;
}


/*---------------------------------------------

                    PC

----------------------------------------------*/

/*---------------------------------------------

                    Tablet

----------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 1024px){

}

/*---------------------------------------------

                    Mobile

----------------------------------------------*/
@media only screen and (max-width: 640px){
fieldset {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

legend {
    font-size: 18px;
}

.form_row {
    display: block;
}

}