/* Algemeen css bestand voor de auth layout(voeg eigen css toe in specific.css) */
body{
	background: white;
}

/* Columns */
.column-auth{
	width: 100%;
}

.column-auth-one{
    margin-top: 200px;
    padding-left: 60px;
    padding-right: 60px;
    width: 35%;
    float: left;
}

.column-auth-two{
	width: 65%;
	float: left;	
	color: #ffffff;
	background-repeat: no-repeat;
  	background-size: cover;
}

.achtergrond-auth{
	width: 100%;
	height: auto;
}

/* Logo */
.logo{
	width: 48%;
}

/* Tekst */
.title-auth{
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #757575;
}

.text-column{
    z-index: 99;
    position: absolute;
    top: 270px;
    width: 40%;
    right: 260px;
}

.text-column-h1{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	color: white;
	margin-bottom: 30px;
	line-height: 60px;
}

.text-column-span{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	color: white;
}

/* Button */
.btn-primary-login{
	background-color:#55CE63;
	color: #ffffff;
	margin-top: 15px;
	border: 1px solid transparent;
	padding: 0.5rem 2.5rem !important;
}

/* Footer */
.text-footer{
	color:#b5b5b5;
	font-size: 12px;
    margin-top: 24px;
    padding-left: 60px;
}

.footer-onestep{
    height:60px;
    width:35%;
    background-color:#f5f5f5;
    position: fixed;
    bottom:0px;
}


/* Success en error messages */
.alert{
	position: fixed;
	z-index: 999;
    right: 7px;
    top: 3px;
    border-radius: 8px !important;
    white-space: nowrap;
    padding: 12px 10px 12px 0px !important;
}

.alert > p{
	padding: 0px 22px 12px 22px !important;
	font-size: 15px;
}

.close{
	font-size: 26px !important;
}
