a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none; /* Optional: also removes the underline */
}
body {
	background-color: #f7f7f7;
}

.main-container {
	width: 100vw;
	min-height: 100vh;
	box-sizing: border-box;
	border: 0px solid;
	background-color: #f7f7f7;
}

.login-main-container {
	height: 100vh;
	display:flex;
	align-items: center;
	justify-content: center;
}

.stranger-menu-container{
	position: absolute;
	top: 50px;
	left: 5%;
	
}

.motortek-container-header, .neska-container-header {
	margin-bottom: 40px;
}

.motortek-container-header {
	border: 1px solid #0064d1; 
}

.neska-container-header {
	border: 1px solid #dfe3ee;
	width: 159px;
}

#login-form-container{
	width: 350px;
	height: 450px;
	box-sizing: border-box;
	border: 1px solid #dfe3ee;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 25px 2.4%;
}
	#peyd{
	font-family: "MonaSans-Regular",sans-serif;
	font-size: 12px;
	color: #9599a3;
	}

	#wb{
	font-family: "MonaSansExpanded-SemiBold",sans-serif;
	font-size: 22px;
	}
	#login span {
		margin-bottom: 10px;
		
	}
	.stretcher {
		width: 95%;
	}
	
	#login-form-container input {
		font-family: "MonaSans-Regular",sans-serif;
		font-size: 14px;
		height: 30px;
		border-radius: 4px;
		border: 1px solid #dfe3ee;
		padding-left: 10px;
		color: #65686c;
		letter-spacing: 1px;
	}
	.jumper {
		margin-top: 30px;
	}
	#login-form-container button {
		font-family: "MonaSans-Regular",sans-serif;
		font-size: 12px;
		height: 30px;
		border-radius: 4px;
		border: 0px solid #dfe3ee;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #0064d1; 
		color: #ffffff;
		width: 100%;
		margin-top: 20px;
	}
	
	#forgot-password, #sign-up {
		font-family: "MonaSans-Regular",sans-serif;
		font-size: 12px;
		color: #0064d1;
		
	}
	#dont-have-an-account {
		font-family: "MonaSans-Regular",sans-serif;
		font-size: 11px;
		color: #65686c;
	}
	#sign-up-container {
		display: flex;
		align-items: center;
		justify-content: center;
		border: 0px solid;
	}
	#sign-up {
		margin-left: 10px;
		font-size: 11px;
	}
	#forgot-password-container {
		display: flex;
		justify-content: right;
		border: 0px solid;
		width: 100%;
	}
	#cant-login{
	font-family: "MonaSans-Regular",sans-serif;
	font-size: 12px;
	color: red;
	}

@media screen and (max-width: 768px){
	.motortek-container-header, .neska-container-header {
	margin-bottom: 25px;
}
	.header-menu-container {
	height: 200px;
	width: 100%;
		
}
	.stranger-menu-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
		position: static;
}
	
#login-form-container{
	margin-top: 0px;
	width: 300px;
	height: 410px;
}

	.login-main-container {
	flex-direction:column;
}
}