* {
	margin: 0px;
	padding: 0px;
	font-family: "Raleway", sans-serif;
	box-sizing: border-box;
}


#login {
	width: 100%;
	height: 100vh;
	background-image: url("../images/1007.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-color: black;
}


#login-logo {
	width: 125px;
	height: 105px;
	background-image: url("../images/AHF_logo_black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position:absolute;
	z-index: 999;
	top: 20px;
	left: 20px;
}

#ptminder-client-login {
	width: 100%;
	height: 100vh;
	background-image: url("../images/1007_blur.jpg");
	background-attachment: fixed;
	background-position: center center;
	color: white;
}

#ptminder-client-login form {
	position: absolute;
	top: 250px;
	width: 100% !important;
	display: block;
	padding-left: 70px;
	padding-right: 70px;
	box-sizing: border-box;
}

form input {
	width: 100% !important;
	height: 40px;
	border: none !important;
	outline: none;
	border-radius: 0px !important;
	padding: 12px !important;
	-webkit-appearance: none;
}

form label {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

#ptminder-client-signin-button {
	width: 130px !important;
	height: 50px !important;
	background-color: #4a9cdf !important;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	transition: color 0.5s, background-color 0.6s;
}









@media (min-width: 1000px) { /* DESKTOP */

	#ptminder-client-login {
		width: 1150px;
		float: right;
		-webkit-clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
	}
	
	#ptminder-client-login form {
		right: 210px !important;
		width: 500px !important;
		top: 40vh;
	}
	
	form input {
		width: 400px !important;
	}
	
	#ptminder-client-signin-button {
		width: 130px !important;
		height: 50px !important;
		background-color: #4a9cdf !important;
		color: white;
		text-transform: uppercase;
		font-size: 17px;
		margin-top: 30px;
		right: 30px;
		position: absolute;
		transition: color 0.5s, background-color 0.6s;
	}
	
}