@charset "utf-8";
.main {
    display: flex;
    justify-content: space-around;
}

.width-login{
    width: 50%;
    min-width: 450px;
}

.top-bottom-large-padding {
    width: 35%;
}

.first-content, .third-content {
    width: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first-content p, .third-content p {
    font-size: 2.4rem;
}

.second-content {
    border-left: thin solid black;
    margin: 1rem 3rem 1rem 4rem;
    height: 35rem;
}

.content-title {
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 900;
}

.register-btn {
    border: 5px solid #4fb382;
    cursor: pointer;
    color: var(--white);
    line-height: 4rem;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}

.center-margin label {
    font-size: 1.5rem;
}

.new-register-btn {
    color: #4fb382;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
}

footer{
    background-color: var(--white);
}

.top-item{
    margin-bottom: 7rem;}

.login-padding{
    padding-left: 1rem;
    padding-right: 1rem;}

input[type="text"].login-maru-title,
input[type="password"].login-maru-title{
    border: 1px solid #949494;
    line-height: 6rem;
    background-color: var(--white);
    border-radius: 10px;
    text-align: left;
    width: calc(100% - 6rem);
    padding: 0 3rem;}
button.login-maru-title{
    cursor: pointer;
    background-color: #4fb382;
    color: var(--white);
    line-height: 4rem;
    text-align: center;
    width: 100%;
    border: 5px solid #4fb382;
}

.underline{
    color: #666666;
    font-size: 1.5rem;
}

.font-login{
    font-size: 2.2rem;}

.logo-title {
    font-size: 3.5rem;
    text-align: center;
    color: #e7381e;
    font-weight: bold;
}

@media (max-aspect-ratio: 10/9) { 
    .font-login{
        font-size: 1.6rem;
    }

    .top-bottom-large-padding {
        width: unset;
    }

    .main {
        flex-direction: column;
    }

    .first-content, .third-content {
        width: unset;
    }

    .second-content {
        display: none;
    }

    .register-btn {
        margin: 50px 0 100px 0;
    }
}

@media screen and (max-width:750px) { 
.width-login{
    width: 80%;
    min-width: unset;}

.logo-title {
        font-size: 3rem;}
}