:root {
    --main-theme-color: #0097ab;
    --main-theme-color-light: #62A2AB;
}

.template_err_msg ul {
    list-style: none;
    padding-left: 0;
}



.top label {
    display: inline-block;
    color: #707070;
    font-weight: bold;
}

h3.title {
    margin: 0;
    color: var(--main-theme-color-light);
    display: inline-block;
    font-size: 17.82px;
    font-family: Airial;
    font-weight: 700;
    line-height: 26.73px;
}


a:hover {
    background-color: #e5f2ff !important;
    text-decoration: none !important;
    color: var(--main-theme-color-light) !important;
}




@media (max-width: 540px) {
    .contents {
        background: white;
        width: 100%;
    }


    body.login-bg-color {
        background: white;
    }


    .sm-pl-24 {
        padding-left: 24px;
    }

    .wrap {
        max-width: 630px;
        margin: 0 auto;
        width: 100%;
    }

    .auto-warp {
        white-space: pre-wrap;
    }

    form.login_form {
        padding: 0.1em;
        text-align: center;
    }

    .sign_up {
        width: 88%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .login_send {
        width: 98%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .login_send_pass_reset {
        width: 100%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .login_send_pass_complete {
        width: 86%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    label.login_txt {
        /* min-width: 15.05em; */
        text-align: left;
        width: 83%
    }


    .login_button {
        width: 86%;
        padding: 0.75em 1.25em;
        background: var(--main-theme-color-light);
        color: #fff;
        border: 0;
        border-radius: 2.05em;
        font-weight: bold;
        margin-top: 1.25em;
    }

    .send_button {
        width: 100% !important;
        padding: 0.75em 1.25em;
        background: var(--main-theme-color-light);
        color: #fff;
        border: 0;
        border-radius: 2.05em;
        font-weight: bold;
        margin-top: 1.25em;
    }

    .save_button {
        width: 80% !important;
        padding: 0.75em 1.25em;
        background: var(--main-theme-color-light);
        color: #fff;
        border: 0;
        border-radius: 2.05em;
        font-weight: bold;
        margin-top: 1.25em;
    }


    form.login_form input[type="text"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 83%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }

    form.login_form input[type="password"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 83%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }


    .reset-pass {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 76% !important;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9 !;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }


    form.login_form input[type="email"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 83%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }


    .footer_wrap {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding: 1.85em 0 1.05em 0;
    }

    .login_back_btn_position {
        justify-content: flex-start !important;
    }

    .send_btn_position {
        justify-content: flex-start !important;
    }

    .d-flex_md {
        display: inherit;
    }

    .top {
        background: #fff;
        padding: 1.75em 0.25em;
        box-sizing: border-box;
        width: 100%;
        margin-top: 0%;
    }


}



@media (min-width: 600px) {
    .contents {
        background: white;
        width: 100%;
    }


    body.login-bg-color {
        background: white;
    }

    .sign_up {
        width: 50%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .wrap {
        max-width: 630px;
        margin: 0 auto;
        width: 100%;
    }


    form.login_form {
        padding: 2.25em;
        text-align: center;
    }


    .login_send {
        width: 88%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    /*ログイン／ログアウト*/
    label.login_txt {
        min-width: 6.05em;
        text-align: left;
    }

    .login_button {
        width: 50%;
        padding: 0.75em 1.25em;
        background: var(--main-theme-color-light);
        color: #fff;
        border: 0;
        border-radius: 2.05em;
        font-weight: bold;
        margin-top: 1.25em;
    }

    form.login_form input[type="text"],
    form.login_form input[type="password"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 50%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }

    form.login_form input[type="email"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 50%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }


    .footer_wrap {
        text-align: center;
        width: 45%;
        margin: 0 auto;
    }

    .login_back_btn_position {
        justify-content: flex-start !important;
    }

    .send_btn_position {
        justify-content: flex-end !important;
    }

    .d-flex_md {
        display: flex;
    }

    .flex-row_md {
        flex-direction: row !important;
    }

    .top {
        background: #fff;
        padding: 1.75em 2.25em;
        box-sizing: border-box;
        width: 100%;
        margin-top: 0%;
    }


}

@media (min-width: 992px) {
    .contents {
        background: #F4F4F4;
        width: 100%;
    }


    .login_send_pass_reset {
        width: 69% !important;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }


    .sign_up {
        width: 70%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .wrap {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }


    form.login_form {
        padding: 1.25em;
        text-align: center;
    }


    .login_send {
        width: 88%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .login_send_pw_reset_done {
        width: 55% !important;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .login_back {
        width: 121% !important;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }


    /*ログイン／ログアウト*/
    label.login_txt {
        min-width: 6.05em;
        text-align: left;
    }


    .login_button {
        width: 70%;
        padding: 0.75em 1.25em;
        background: var(--main-theme-color);
        color: #fff;
        border: 0;
        border-radius: 2.05em;
        font-weight: bold;
        margin-top: 1.25em;
    }

    .login_button:hover {
        background-color: var(--main-theme-color-light);
    }



    form.login_form input[type="text"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 70%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }

    form.login_form input[type="password"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 70%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }


    form.login_form input[type="email"] {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 63%;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }

    .max-width-560 {
        max-width: 560px !important;
    }

    .login_send_pass_complete {
        width: 51%;
        padding: 0.75em 1.25em;
        background: #fff;
        color: var(--main-theme-color-light);
        border: 0;
        border-radius: 2.05em;
        border: 1px solid var(--main-theme-color-light);
        font-weight: bold;
        margin-top: 0.65em;
    }

    .save_button {
        width: 34% !important;
        padding: 0.75em 1.25em;
        background: var(--main-theme-color);
        color: #fff;
        border: 0;
        border-radius: 2.05em;
        font-weight: bold;
        margin-top: 1.25em;
    }

    .send_button {
        width: 84% !important;
        padding: 0.75em 1.25em;
        background: var(--main-theme-color);
        color: #fff;
        border: 0;
        border-radius: 2.05em;
        font-weight: bold;
        margin-top: 1.25em;
    }

    .padding-right-0 {
        padding-right: 0;
    }



    .reset-pass {
        background: none;
        border-radius: 0;
        padding: 0.75em 1.25em;
        width: 49% !important;
        margin-bottom: 0.65em;
        border: 1px solid #D9D9D9 !;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: airial;
        font-size: 13.3333px;
        line-height: normal;
        background-color: white;
    }


    .footer_wrap {
        text-align: center;
        width: 58%;
        margin: 0 auto;
    }

    .login_back_btn_position {
        justify-content: flex-start !important;
    }

    .send_btn_position {
        justify-content: flex-end !important;
    }

    .d-flex_md {
        display: flex;
    }

    .flex-row_md {
        flex-direction: row !important;
    }

    .top {
        background: #fff;
        padding: 1.75em 2.25em;
        box-sizing: border-box;
        width: 100%;
        margin: 1.25em 0 0 0;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);

    }

    body.login-bg-color {
        background: #F4F4F4;
    }


}


label.PW_txt {
    min-width: 14.05em;
    text-align: left;
}


footer.footer {
    background: #F4F4F4;
}

@import url('https://fonts.googleapis.com/css?family=Mukta');

body {
    font-family: 'Mukta', sans-serif;
    height: 100vh;
    min-height: 550px;
    background-image: url(http://www.planwallpaper.com/static/images/Free-Wallpaper-Nature-Scenes.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-y: hidden;
}

a {
    text-decoration: none;
    color: #444444;
}

.login-reg-panel {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 70%;
    right: 0;
    left: 0;
    margin: auto;
    height: 400px;
    background-color: rgba(236, 48, 20, 0.9);
}

.white-panel {
    background-color: rgba(255, 255, 255, 1);
    height: 500px;
    position: absolute;
    top: -50px;
    width: 50%;
    right: calc(50% - 50px);
    transition: .3s ease-in-out;
    z-index: 0;
    box-shadow: 0 0 15px 9px #00000096;
}

.login-reg-panel input[type="radio"] {
    position: relative;
    display: none;
}

.login-reg-panel {
    color: #B8B8B8;
    font-family: verdana;
}

.login-reg-panel #label-login,
.login-reg-panel #label-register {
    border: 1px solid #9E9E9E;
    padding: 5px 5px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
}

.login-info-box {
    width: 30%;
    padding: 0 50px;
    top: 20%;
    left: 0;
    position: absolute;
    text-align: left;
}

.register-info-box {
    width: 30%;
    padding: 0 50px;
    top: 20%;
    right: 0;
    position: absolute;
    text-align: left;

}

.right-log {
    right: 50px !important;
}

.login-show,
.register-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 50px;
}

.show-log-panel {
    display: block;
    opacity: 0.9;
}

.login-show input[type="text"],
.login-show input[type="password"],
.login-show input[type="email"] {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}

.login-show input[type="button"],
.login-show input[type="submit"],
.login-show button[type="submit"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.login-show a {
    display: inline-block;
    padding: 10px 0;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}

a {
    text-decoration: none;
    color: #2c7715;
}

@media (max-width: 1025px) {
    body {
        overflow-y: auto;
    }

    .login-reg-panel {
        width: 360px;
    }

    .white-panel {
        width: 100%;
        position: initial;
    }

    .login-show input[type="button"],
    .login-show input[type="submit"],
    .login-show button[type="submit"] {
        width: 120px;
    }
}