body {
    color: rgb(51, 51, 51);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
}

.vexon_head_logo {
    Width: 311px;
    Height: 103px;
    /* background-color: aqua; */
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vexon_head_logo>img {
    width: 100%;
}

.main {
    display: flex;
    justify-content: center;
}

.lg-div {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* padding: 25px; */
    padding: 25px 0px 25px 0px;
    /* position: absolute; */
    width: 420px;
    height: 400px;
    /* left: 38%;
    top: 46%; */
    background: #F2F2F2;
    mix-blend-mode: normal;
    border-radius: 10px;
}

.box {
    z-index: 1;
    height: auto;
    transition: 500ms;
    width: 420px;
    background: #F2F2F2;
    border-radius: 10px;
    /* margin: -25px 0 -25px -25px; */
    /*background-color: #F2F2C2;*/
    /* overflow: hidden; */
}

.box_inner {
    /* width: max-content; */
}

.lg-div1 {
    padding: 25px 0 0 0;
    /* position: absolute; */
    width: 370px;
    height: 420px;
    /* left: 40%;
    top: 46%; */
    /*background: #F2F2C2;*/
    border-radius: 10px;
}

.box_inner>h2 {
    /* font-size: 2rem; */
    font-weight: 700;
    /* margin: 40px 0 30px 0px; */
    text-align: center;
}

.box_inner2>h2 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-top: 52px;
}

.box_inner2>p {
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}

.box_inner2>span {
    font-weight: 500;
    margin-left: 30px;
    line-height: 30px;
}

.box_inner2>input:last-child {
    width: 92%;
    height: 42px;
    background: rgb(0,113,205);
    border-radius: 10px;
    margin: auto;
    color: #FFFFFF;
    cursor: pointer;
    transition: 500ms;
    flex: none;
}

.box_inner2>input:last-child:hover {
    text-shadow: 2px 2px 3px black;
    font-weight: 500;
    background-color: rgb(0,113,205,0.8);
}

.box_inner>label {
    font-weight: 500;
    margin-left: 30px;
}

input {
    display: block;
    position: static;
    width: 350px;
    height: 24px;
    padding: 5px;
    outline: none;
    border: 1px solid #ccc;
    caret-color: rgb(0,113,205,0.8);
    background: #FFFFFF;
    border-radius: 5px;
    align-self: stretch;
    /* margin: 0 0 20px 30px; */
    margin: auto;
    flex: none;
}

.submit {
    /* width: 92%; */
    height: 42px;
    margin: auto;
    margin-top: 20px;
    background: rgb(0,113,205);
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 500ms;
    flex: none;
}

.submit:hover {
    text-shadow: 2px 2px 3px black;
    font-weight: 500;
    background-color: rgb(0,113,205,0.8);
}

h5 {
    text-decoration: none;
    line-height: 16px;
    cursor: pointer;
    transition: 500ms;
    /* margin: 30px 0 0 140px; */
    text-align: center;
}

h5:hover {
    text-shadow: 0 0 1px rgb(51, 51, 51);
}

.box_input {
    height: 42px;
    background: rgb(0,113,205);
    border-radius: 10px;
    margin-top: 20px;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
    transition: 500ms;
    flex: none;
}

.box_input:hover {
    text-shadow: 2px 2px 3px black;
    font-weight: 500;
    background-color: rgb(0,113,205,0.8);
}

.box_inner2>input:last-child {
    text-decoration: none;
    font-weight: 300;
    line-height: 16px;
    cursor: pointer;
    color: #000000;
    transition: 500ms;
    margin: 30px 0 0 140px;
}

.box_inner2>input:last-child:hover {
    text-shadow: 0 0 2px black;
}

.lg-div1>.box1>.box_inner>p:nth-child(1) {
    width: 80%;
    line-height: 35px;
    margin: 20px 0 0 15px;
    text-align: center;
}

.lg-div1>.box1>.box_inner>p:nth-child(2) {
    width: 370px;
    line-height: 26px;
    margin: 20px 0 0 20px;
    text-align: center;
}

.lg-div1>.box1>.box_inner>p:nth-child(3) {
    width: 410px;
    ;
    line-height: 26px;
    margin-top: 35px;
    text-align: center;
}

.back_span {
    text-align: center;
    margin-top: 15px;
}

.back_span>span {
    text-decoration: none;
    line-height: 16px;
    cursor: pointer;
    transition: 500ms;
}

.back_span>span:hover {
    text-shadow: 0 0 1px rgb(51, 51, 51);
}

.fg-mail {
    position: static;
    width: 100%;
    margin: 40px 0 0 20px;
}

.fg-mail>label {
    position: static;
    width: 100%;
    line-height: 24px;
    align-self: stretch;
}

.lg-div1>.box1>.box_inner>.fg-sub {
    display: block;
    width: 355px;
    height: 27px;
    background: #FFFFFF;
    border-radius: 5px;
    align-self: stretch;
    margin-left: 20px;
}

.lg-div1>.box1>.box_inner>.fg-otp {
    width: 77%;
    color: #ffffff;
    height: 42px;
    background: rgb(0,113,205);
    border-radius: 10px;
    align-self: stretch;
    margin-left: 20px;
    margin-top: -10px;
    transition: 500ms;
    cursor: pointer;
}

.lg-div1>.box1>.box_inner>.fg-otp:hover {
    text-shadow: 2px 2px 3px black;
    font-weight: 500;
    background-color: rgb(0,113,205,0.8);
}

.lg-div1>h5 {
    cursor: pointer;
    /* margin: 0 0 0 150px; */
}

.forget_opt_box {
    z-index: 1;
    height: 450px;
    transition: 500ms;
    width: 420px;
    background: #F2F2F2;
    position: absolute;
    border-radius: 10px;
    /*background-color: #F2F2C2;*/
    overflow: hidden;
    z-index: -1;
}