﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	background-image: url("/content/vkiii.jpg");
	
	background-repeat: no-repeat;
}

/*------------ Login container ------------*/
.box-area {
	width: 930px;
	
}
/*------------ Right box ------------*/
.right-box {
	padding: 40px 30px 40px 40px;
}
/*------------ Custom Placeholder ------------*/
::placeholder {
	font-size: 16px;
}

.rounded-4 {
	border-radius: 20px;
}

.rounded-5 {
	border-radius: 30px;
}

.background {


}
/*------------ For small screens------------*/
@media only screen and (max-width: 768px) {
	.box-area {
		margin: 0 10px;
	}

	.left-box {
		height: 100px;
		overflow: hidden;
	}

	.right-box {
		padding: 20px;
	}

}

@media only screen and (max-width: 768px) {
	img{
	margin-top:12px;
		width:140px;
	}

	h2 {
		font-size:17px;
		text-align:center;
		
	}
	body {
		background-image: url("/content/vkiiiiphone.jpg");
		background-repeat: no-repeat;
	}

	p{
		font-size:22px;
		color:red;
	}
}
