html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.nav-item{
	margin-top: 6px;
}

#bericht{
	display: none;
}

#formerrormsg{
	width: 100%;
	min-height: 100px;
	background-color: #ffD2D2;
	border-radius: 7px;
	color: red;
	padding: 25px;
	display: none;
}

#errormsglist li{
	margin-bottom: 5px;
}

#errormsglist li:first-child{
	margin-top: 5px;
}

.inlineerrormsg{
	visibility: hidden;
	min-width: 17%;
	max-width: 48%;
	height: 33px;
	padding-right: 5px;
	display: inline-block;
	margin-left: 1px;
	background-color: #ffD2D2;
	border-left: 7px solid red;
	line-height: 33px;
	color: red;
	font-size: 13px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.errorcross{
	height: 15px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 7px;
	margin-bottom: 2px;
}

.extrainfo{
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#currencydropdown{
	height: 31px;
	width: 70px;
	margin-right: 0px;
	border: 1px solid lightgrey;
}

#currencydropdown:focus{
	outline: none;
}

#txtVerkoopPrijs{
	width: 38%;
}

#registratiesubtitle1, #registratiesubtitle2, #registratiesubtitle3{
	width: 100%;
	height: 30px;
}

.registerformrow{
	width:100%;
}

@media(min-width: 768px){
	.col-md-6{
		max-width: 100% !important;
		overflow: hidden;
	}
}

.form-control{
        width: 37%;
        display: inline-flex;
}
#langselectdiv{
        width: 106px;
        height: 30px;
        display: block;
        float: right;
        clear: both;
        margin-right: 5px;
}
#langselecten, #langselectnl{
        width: 110px;
        height: 30px;
        border: none;
        font-size: 15px;
        font-weight: 800;
}
#langselecten{
        margin-top: 5px;
}
#langselecten:hover, #langselectnl:hover{
        cursor: pointer;
        background-color: black;
        color: white;
}
#registreertitle{
        font-weight: bold;
        font-size: 45px;
}
.registerlabels{
        display: inline-block;
        width: 150px;
        text-align: left;
        clear: both;
        float: left;
        height: 30px;
        line-height: 38px;
}
@media screen and (min-width: 992px){
    .form-control{
		width: 45%;
   }
}

@media screen and (max-width: 991px){
    #langselectdiv{
        height: 35px;
        width: 230px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
        
    #selectnederlands{
        float: left;
        margin-top: 5px;
    }
        
	#selectengels{
        overflow: hidden;
    }
        
	.form-control{
		width: 40%;
	}
}

@media screen and (max-width: 767px){
        .inlineerrormsg{
                padding-right: 4px;
                font-size: 13px;
                max-width: 220px;
                height: 24px;
                overflow: hidden;
                border-left: 5px solid red;
                line-height: 24px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 2px;
                text-align: left;
        }
        
        .form-control{
                width: 62%;
        }
        
        #registreertitle{
                margin-left: auto;
                margin-right: auto;
                font-size: 29px !IMPORTANT;
        }
}

@media screen and (max-width: 640px){
        .registerlabels{
                height: 17px;
                line-height: 17px;
        }
        
        hr{
                margin-top: 0;
        }
}
	
@media screen and (max-width: 479px){
        #registreertitle{
                font-size: 20px !IMPORTANT;
        }
        
        .registerlabels{
                width: 96px;
                font-size: 12px;
                line-height: 30px;
                height: 23px;
        }
        
        .form-group{
                margin-bottom: 0px;
        }
        
        #formerrormsg{
                font-size: 15px;
        }
        
        #errormsglist{
                width: 100%;
                padding-left: 0px;
        }
        
        .form-control{
                width: 100%;
        }
        
        .inlineerrormsg{
                max-width: 315px;
        }
}