.register_container {
    background-repeat: no-repeat; 
    background-size: cover;
    height: 100%;
}

.register_container_wrapper {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.register_almanac_detail {
    width: 55%;
    display: flex;
    align-items: center;
    padding: 0 15% 0 10%;
}

.register_almanac_detail_wrapper {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.register_detail {
    width: 45%;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50px 0 0 50px;
}

.register_almanac_logo_image {
    width: 121px;
    margin-bottom: 10px;
}

.register_almanac_title_eng {
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
}

.register_almanac_title_th {
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.register_almanac_sub_title {
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF99;
}

.register_detail_wrapper {
    display: flex;
    flex-direction: column;
    padding: 10% 20%;
    width: 100%;
}

.register_detail_title {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 700;
    font-size: 26px;
    background: linear-gradient(180deg, #0173F1 0%, #012CBB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 60px;
}

.register_login_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.register_input_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.register_two_input_wrapper {
    display: flex;
    gap: 10px;
}

.register_input_text {
    font-weight: 500;
    font-size: 16px;
    color: #0B243F;
}

.register_input,
.register_input[type='password'],
.register_input[type='text'] {
    width: 100%;
    height: 48px;
    border: 1px solid #9E9E9E40;
    border-radius: 15px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #6A737D;
}

.register_input[type='password'],
.register_input[type='password']:focus,
.register_input[type='text'],
.register_input[type='text']:focus {
    box-shadow: none;
    padding: 0px 0px 0px 10px;
}

.register_date_input {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #9E9E9E40 !important;
    border-radius: 15px !important;
    padding-left: 10px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #6A737D !important;
}

.register_login_remember_me_reset_password_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.register_checkbox_wrapper {
    font-weight: 400;
    font-size: 14px;
    color: #2E2E2E33;
}

.register_checkbox_wrapper input[type='checkbox'] {
    width: 16px;
    height: 16px;
}

.register_login_reset_password_wrapper {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: #DB4444;
}

.register_login_button_wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.register_button {
    height: 44px;
    width: 100%;
    background: linear-gradient(90deg, #017DF9 0%, #0023B4 100%);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 0px;
}

.register_thai_id_button {
    height: 55px;
    width: 100%;
    background-color: #030650;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.register_thai_id_logo_button_image {
    width: 37px;
}

.register_login_register_text {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.register_login_divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #CBD5E180;
    margin-bottom: 20px;
}

.register_login_divider::before,
.register_login_divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #CBD5E180;
}

.register_login_divider:not(:empty)::before {
    margin-right: 10px;
}

.register_login_divider:not(:empty)::after {
    margin-left: 10px;
}

.register_thai_id_logo_image_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25% 0 25% 0;
}

.register_thai_id_logo_image {
    width: 171px;
    cursor: pointer;
}

.register_reset_password_text {
    font-weight: 500;
    font-size: 16px;
    color: #0B243F;
}

.register_register_password_instruction {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 8px;
    background-color: #FFE9E9;
    padding: 5px;
    margin-bottom: 15px;
}

.register_register_password_instruction_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #0B243F;
}

.register_register_password_check_icon { 
    font-size: 14px;
    transition: color .2s ease; 
}

.register_register_password_check_icon.pass {
    color: green;
}

.register_register_password_check_icon.fail {
    color: red;
}

.register_register_term_condition_wrapper {
    margin-bottom: 50px;
}

.register_select {
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.register_select:focus {
    box-shadow: none;
}

.register_select_wrapper {
    position: relative;
    display: inline-block;
}

.register_select_custom_arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 5.5px;
    pointer-events: none;
    user-select: none;
}

.register_profile_image {
    width: 140px;
    cursor: pointer;
}

.register_almanac_logo_mobile_image {
    display: none;
    height: 95px;
    margin-bottom: 50px;
}

@media (max-width: 1280px){

}

@media (max-width: 1024px){
    .register_almanac_detail {
        display: none;
    }

    .register_detail {
        width: 100%;
        border-radius: 0px;
    }
    
    .register_almanac_logo_mobile_image {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 900px){

}

@media (max-width: 820px){

}

@media (max-width: 680px){
    .register_detail_wrapper {
        padding: 10%;
    }
}

@media (max-width: 480px){
    .register_almanac_logo_mobile_image {
        width: 100%;
    }
}

@media (max-width: 380px){

}