.log {
    width: 40%;
    height: auto;
}

.login_body {
    width: 950px;
    margin: 0 auto;
}

.log_field {
    width:700px;
    font-size:40px;
    margin: 20px auto 35px auto;
    align-items: center;
    text-align: center;
}

.input_error_area {
    width: 655px;
    display: block;
    height: 90px;
}

.input_error_area.error-height {
    height: 150px;
}

.title_font {
    margin: 10px 0;
}

.input_field_size {
    margin-bottom: 60px;
    display: block;
    align-items: center;
    text-align: center;
}

.title_field {
    font-size: 35px;
    margin: auto 10px auto 0;
    width: 280px;
    text-align: left;
}

.input_field {
    width:100%;
    height:90px;
    font-size:60px;
    border: 2px solid #999999;
}

.input_field_area {
    width:100%;
    height:90px;
    font-size:60px;
    border: 2px solid #999999;
    margin: auto 0 auto auto;
}

.error_message {
    color: red;
    font-size: 30px;
    text-align: left;
}

.error_message.global {
    color: red;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.transition_field {
    font-size: 30px;
    text-align: right;
    margin-right: 120px;
    margin-top: 10px;
}

.btn_sub {
    display: block;
    border: none;
    border-radius: 30px;
    color: #fff;
    background: #67C7D4;
    width: 720px;
    font-size: 45px;
    line-height: 1;
    padding: 30px 0;
    font-weight: 500;
}

.btn_back {
    display: block;
    border: 4px solid #67C7D4;
    border-radius: 30px;
    background: #fff;
    color: #67C7D4;
    width: 720px;
    font-size: 45px;
    line-height: 1;
    padding: 26px 0;
    font-weight: 500;
}

.input_space{
    width: 965px;
    margin: 0 auto;
}

.success_message {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.transition_field_sub {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.btn_sub_second {
    display: block;
    border: none;
    border-radius: 30px;
    color: #fff;
    background: #67C7D4;
    width: 380px;
    font-size: 30px;
    line-height: 1;
    padding: 25px 0;
    font-weight: 500;
    margin-left: 75px;
}

.btn_back_second {
    display: block;
    border: 4px solid #67C7D4;
    border-radius: 30px;
    background: #fff;
    color: #67C7D4;
    width: 380px;
    font-size: 30px;
    line-height: 1;
    padding: 21px 0;
    font-weight: 500;
    margin: auto 75px auto auto;
}

.btn_sub:hover {
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.text_size {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .login_body {
        width: 950px;
        margin: 0 auto;
    }

    .input_error_area {
        width: 460px;
        display: block;
        height: 90px;
    }

    .input_field {
        width:100%;
        height:80px;
        font-size:60px;
        border: 2px solid #999999;
    }

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

    .btn_sub {
        display: block;
        border: none;
        border-radius: 30px;
        color: #fff;
        background: #67C7D4;
        width: 590px;
        font-size: 45px;
        line-height: 1;
        padding: 30px 0;
        font-weight: 500;
    }

    .transition_field {
        font-size: 30px;
        text-align: right;
        margin-right: 160px;
        margin-top: 10px;
    }

    .input_space{
        width: 810px;
        margin: 0 auto;
    }

    .error_message {
        color: red;
        font-size: 25px;
        text-align: left;
    }

    .error_message.global {
        color: red;
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
}
