@charset 'UTF-8';

html {
    height: 100vh;
    overflow: hidden;
    }
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    background-color: #e2efc1;
    }
main {
    margin: 0;
    padding: 0;
    }
main .media {
    display: none;
    }
.main-sp {
    display: flex;
    flex-direction: column;
    z-index: 5;
    background: #e2efc1;
    }
.forgot_text{

    text-align: left;
    width: 80%;
    margin: 0 auto;
}
.forgot_radio{
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
@media screen and (min-width: 1024px) {
    main {
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        overflow: hidden;
        }
    main .media {
        display: block;
        width: 100%;
        background: #24b07b;
        height: 100vh;
        position: relative;
        z-index: 0;
        }
    main .media:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        }
    main .main-sp {
        display: block;
        width: 100%;
        }
    .login-form {
        margin-top: 36px;
        }
    video.movie {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        }
        .forgot_radio{
            text-align: left;
            width: 80%;
            margin: 0 auto;
        }
    }

main {
    text-align: center;
    }
.register-header-wrap {
    margin-top: 40px;
    }
form {
    margin-top: 20px;
    margin-bottom: 70px;
    }
input[type='mail'] {
    width: 80%;
    font-size: 1.2rem;
    padding: 5px;
    border: 1px solid #2ab260;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #a3dea8;
    }
form input {
    margin: 5px;
    }
