﻿.login_form_area .checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .login_form_area .checkbox .select_map {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .login_form_area .checkbox .select_map > div:first-child {
            margin-right: 8px;
        }

        .login_form_area .checkbox .select_map input[type="radio"] {
            width: inherit;
            height: inherit;
            visibility: visible;
            position: relative;
            margin: 0;
            cursor: pointer;
        }

        .login_form_area .checkbox .select_map label {
            padding-left: 0;
        }
