#register select {
                 }
            .steps li {
                color:#888888;
            }
            #city {
                width: 68%;
            }
            .aanmeldbox { padding: 0;}
            .button.next, .button.finish {
                margin:10px auto 0;
            }
            #register {
                height: auto;
                padding-bottom: 40px;
            }
            #register h2 {
                text-align: center; margin-bottom: 10px;}
            .steps { margin:0 auto; }
            #email {
                margin-top: 10px;
            }
            @media(min-width:800px){
                #register p.title {
                    font-size:44px;
                }
            }
            @media(max-width:580px){
                #register {
                    margin-top:0px;
                }
                .background {
                    background-position: right top;
                }
            }
            .steps ul { max-width:300px; }
            .stap2,.stap3,.stap4,.stap5,.stap6 { display: none;}
            .stap1, .stap2,.stap3,.stap4,.stap5, .stap6 { width: 100% }

            .steps li {
                color:#ccc;
                font-size:16px;
                line-height:40px;
                background-color:#fff;
                width:40px;
                height:40px;
                border-radius: 40px;
                -moz-border-radius: 40px;
                -webkit-border-radius: 40px;
                list-style:none;
                float:left;
                margin:8px;
                cursor:pointer;
                text-align: center;
                font-weight: 700;
                border:1px solid #fff
            }
            .steps li.current,.steps li.done {
                background-color:#fff;
                color:#e40061;
                border: 1px solid #e40061;
            }
            .btn.man {float: left; width:35%; font-weight: bold; line-height: 30px;}
            .btn.vrouw {float: left; width:35%; margin-left: 10%; font-weight: bold; line-height: 30px;}
            .btn.next {width:50%;  font-weight: bold; line-height: 30px;
                margin-bottom: 10px;}
            .btn.finish { margin:20px auto 0 auto;  font-weight: bold; line-height: 30px;margin-bottom: 10px;}
            select#province,select#city { width: 100%}
            .aanmeldbox {
                margin: 0 auto;
                padding: 5px;
                width: 90%;
                text-align:center;
            }
            .registerwrap #register {
                min-height: 250px; }
            #register input,#register select {display: inline-block; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;  height:30px; font-size: 16px; display: inline-block; background-color: #fff; border: 1px solid #cccccc; color: #555; padding: 4px 0 4px 3%; line-height: 30px;}
            #register #day, #register #month {
                float: none; }
            #ErrorMSG { margin: 0 10px;}
            label#terms { color:#747576; }
.registerwrap .btn-primary {background:#53af4e;background-color: #53af4e; color: #fff; text-transform: uppercase;
                font-size: 18px;
                border: 0; }
            .registerwrap .btn-primary:hover { background-color:#75cb71;  }

