/* Sign in */
.signin-containers {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: auto;
	background-color: #DCD9D4;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
	background-image: url("/images/4853433.jpg");
	background-position: center center;
	background-size: cover;
	background-blend-mode: soft-light,screen;
}

.signin {
	padding:15px;
	text-decoration:none;
	text-transform:Uppercase;
	color:#000;
	border-radius:30px;
	margin:3px;
	border:none;
	font-weight:700;
	font-size:13px;

}

.storebutton {
	background-color:#292929; 
	padding:10px; border:none; 
	color: #fff; 
	margin-bottom:10px; 
	border-radius: 4px; 
	width:100%; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-appearance: none;
}


.signinformular input.error {
	padding:15px; 
	background-color:#f2f2f2;
	border:3px solid #fe9a9a;
	font-size:18px;
	width:100%;
	text-align:center;
	border-radius:5px;
	margin:10px 0px;

	font-family: 'Poppins', sans-serif;
	font-weight:700;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.signinformular input.valid {
	padding:15px; 
	background-color:#f2f2f2;
	border:3px solid #f2f2f2;
	font-size:18px;
	width:100%;
	text-align:center;
	border-radius:5px;
	margin:10px 0px;

	font-family: 'Poppins', sans-serif;
	font-weight:700;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}




@media screen and (min-width: 1025px) and (max-width: 6000px){


	/* Sign in */
	.signin-content {
		border-radius:10px;
		width: 100%;
		max-width:900px;
		padding:0;
		margin:0;
		text-align:center;
	}

	.signin-content > .login > .row > .cell:first-child {
		width:45%;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		background-image: url("/images/vecteezy_alien-space-planet-landscape-with-purple-rocks_20597858.jpg");
		background-position: center center;
		background-size: cover;
		vertical-align: bottom; 
		padding: 40px 10px;
	}

	.signin-content > .login > .row > .cell:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		background-color: #fff;
		width:55%;
		padding:10px 30px;
	}
	
	.signin-content > .login img {
		margin:auto; padding:20px 0px 5px 0; height:100px; width:100px;
	}
	
	.signin-content .top {

	}

	.signin-content .bottom {
	}



}

@media screen and (min-width: 701px) and (max-width: 1024px){


	/* Sign In */

	.signin-content {
		border-radius:0px;
		width: 100%;
		height:100vh;
		padding:0;
		margin:0;
		text-align:center;
		background-color: #fff;
	}

	.signin-content .top {
		padding-top:30px;
		border-top-left-radius: 0px; 
		border-top-right-radius: 0px;
	}

	.signin-content .bottom {
		border-bottom-left-radius: 0px; 
		border-bottom-right-radius: 0px;
	}
	
	.signin-content > .login img {
		margin:auto; padding:20px 0px 5px 0px; height:100px; width:100px;
	}
		
}

@media screen and (min-width: 0px) and (max-width: 700px){

	/* Sign In */

	.signin-content {
		border-radius:0px;
		width: 100%;
		height:100vh;
		padding:0;
		margin:0;
		text-align:center;
		background-color: #fff;

	}

	.signin-content .top {
		padding-top:30px;
		border-top-left-radius: 0px; 
		border-top-right-radius: 0px;
	}

	.signin-content .bottom {
		border-bottom-left-radius: 0px; 
		border-bottom-right-radius: 0px;
	}
	
	.signin-content > .login img {
		margin:auto; padding:20px 0px 5px 0px; height:80px; width:80px;
	}	
}
