.Login_details_container {
    display: flex;
    flex-direction: column;
}

.Login_detail_field {
    display: flex;
    flex-direction: column;
}

.Login_detail_field.DOB {
    margin-top: 3.8vh;
    margin-bottom: 4vh;
}

.Login_detail_title {
    color: var(--Grey_66, #666);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%; /* 137.5% */
    margin-bottom: 4px;
}

.Login_input_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Login_input_container.DOB {
    justify-content: space-between;
}

.Country_flag {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.Country_code {
    color: var(--Grey_66, #666);
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.Login_input_field {
    border: none;
    background: none;
    outline: none;
    margin: 0;
    margin-left: 5px;
    padding-left: 0;
    width: 100%;

    color: var(--Black_00, #000);
    font-family: 'Manrope';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.Login_input_border {
    background: #CCCCCC;
    height: 1px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.Field_active_border {
    background: #3857ff;
}

.Login_field_subtext {
    color: var(--Grey_99, #999);
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 166.667%; /* 166.667% */
}

.Captcha {
    margin-bottom: 3vh;
}

.Login_Terms {
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    color: #666666;
    margin-top: 20px;
}

.Login_button {
    margin-top: 20px;
}