/* 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: 190px;
    width: 50%;
    right: 100px;
}

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

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

.label-onthoud-mij{
	vertical-align: top;
    margin-bottom: 0px;
    color: #757575;
}

.div-onthoud-mij{
	margin-top: 10px;
}

.auth-link{
	color: white;
	text-decoration: underline;
}

.sms-code-toelichting{
    margin-top: -15px;
    margin-bottom: 10px;
}

/* 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;
}

@media only screen and (max-width: 600px) {
  .column-auth-one {
    margin-top: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: none;
  }

  .column-auth-two {
    display: none;
  }

  .footer-onestep{
  	display: none;
  }
}

/* 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;
}
