
@media screen and (max-width: 1100px) {
    .white_line{
        width: 100%;
        background-color:rgba(255, 255, 255, 0.5);
    }

    .result_out{
        width: 80%;
        margin-top: 20%;
    }

    .logo img{
        width: 100%;
    }

    .hello img{
        width: 80%;
    }

    .hello_txt{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .form {
        width: 90%;
        margin: 0px auto;
    }

    .block_personal_accept{
        width: 80%;
    }

    .answers{
        width: 85%;
    }

    .check_nums {
        width: 100%;
    }

    .check_nums img, .check_nums input[type=text]{
        flex: 0 0 auto;
        width: 40%;
        margin: 0;
        padding: 0;
    }

    form[name=mom_form]>ul{
        list-style: none;
        width: 60%;
    }

    /* Removes the clear button from date inputs */
    input[type="date"]::-webkit-clear-button {
        display: none;
    }

    /* Removes the spin button */
    input[type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    /* Always display the drop down caret */
    input[type="date"]::-webkit-calendar-picker-indicator {
        color: #2c3e50;
    }

    input[type=date]{
        display: inline-block !important;
        appearance: none;
        -webkit-appearance: none;
        line-height: normal;
        vertical-align: top;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    form[name=mom_form]>ul li.block_child_more_age ul{
        width: 100%;
    }

    form[name=mom_form]>ul li.block_child_more_age ul li {
        overflow-x: hidden;
        flex: 0 0 48%;
    }

    form[name=mom_form]>ul li.block_child_more_age ul li input{
        padding: 0px 5px 0px 5px;
        text-align: center;
    }

    form[name=mom_form]>ul li.block_child_more_age ul li span{
        display: block;
        width: 100%;
    }

    a#check_code, a#check_code:focus, a#check_code:active{
        border: 0px;
        color: #0B54A2;
    }

}

@media screen and (max-width: 900px) {
    .white_line{
        width: 100%;
        background-color:rgba(255, 255, 255, 0.5);
    }

    .result_out{
        width: 80%;
        margin-top: 20%;
    }

    .block_personal_accept{
        width: 85%;
    }

    form[name=mom_form]>ul li p.block_ttl {
        padding: 0px 0px 4px 0px;
        margin: 30px auto 25px auto;
    }

    form[name=mom_form]>ul{
        width: 85%;
        padding: 0px 0px 20px 0px;
    }

    .block_child_more_age input[type=text] {
        width: 100%;
        margin: 0px 2% 10px 2%;
    }

    #send_mom_form, #send_new_code, a#check_code {
        width: 70%;
    }

    .sms_code {
        width: 80%;
    }

    a#check_code, a#check_code:focus, a#check_code:active{
        border: 0px;
        color: #0B54A2;
    }

    #circleG {
        width: 32%;
        height: 15px;
        margin: 0px auto;
        padding: 12px 0 13px 0;
    }

    .circleG {
        background-color: rgb(255,255,255);
        float: left;
        height: 15px;
        margin-left: 13%;
        width: 15px;
    }
}