@media (max-width: 991px) {

    .next{
        padding: 15px 25px;
    }

    h2{
        font-size: 20px;
    }

    .age span.help-inline{
        left: 0;
        right: 0;
        font-size: 8px;
    }

    #step5 .col-xs-5{
        display: none;
    }

    #step5 .col-xs-7{
        width: 100% !important;
    }

    .form-inner{
        padding: 30px 10px;
    }

}

@media (max-width: 767px) {

    .container{
        max-width: 400px;
    }
}

@media (max-width: 400px) {
    .logo {
        margin-top: 10px;
    }

    .logo img {
        height: 60px;
        width: auto;
    }

    h1 {
        font-size: 29px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1;
    }

    h2{
        margin-top: 0;
        font-size: 16px;
        line-height: 1;
    }

    .clock{
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1;
        font-size: 1.5em;
    }

    .next{
        padding: 15px 25px;
    }

    .age span.help-inline{
        left: 0;
        right: 0;
        font-size: 8px;
    }

    .age select{
        padding: 6px 6px;
        text-align: center;
        font-size: 12px;
    }

    #step5 .col-xs-5{
        display: none;
    }

    #step5 .col-xs-7{
        width: 100% !important;
    }

    .voorwaarden{
        margin-bottom: 0;
    }

    .reg-form-row label{
        font-size: 12px;
    }

}