.background {
	background: url("../images/loginbg.jpg") no-repeat;
	background-size: cover;
	background-position: right center;
	width: 100%;
	height: 100vh;
	box-shadow: inset 0px 0px 0px 5px #49c5b6;
	-webkit-box-shadow: inset 0px 0px 0px 5px #49c5b6;
}

@media (min-width: 640px){
	.aside {
		width: 395px;
		height: 100vh;
		background: #191f28;
		border-top: 5px solid #49c5b6;
		border-left: 5px solid #49c5b6;
		border-bottom: 5px solid #49c5b6;
	}
	
	.panel {
		width: 380px;
		padding-top: 43%;
		padding-left: 120px;
	}
	
	.whitePanel {
		border-radius: 7px;
		background: #fff;
		margin-top: 35px;
		width: 375px;
		box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		padding: 35px 30px 35px 30px;
		font-family: 'Ubuntu';
	}
	
	.terms {
		border-radius: 7px;
		background: #fff;
		left: 0; 
		right: 0; 
		margin-left: auto; 
		margin-right: auto; 
		top: 55px;
		position: absolute;
		z-index: 5;
		width: 75%;
		height: 75%;
		box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		padding: 35px 30px 35px 30px;
		font-family: 'Ubuntu';
	}
}

@media (max-width: 640px){
	.aside {
		width: 100%;
		height: 100vh;
		background: #191f28;
		border: 2px solid #49c5b6;
	}
	
	.panel {
		padding-top: 20%;
		width: 90%;
		margin: 0 auto;
	}
	
	.whitePanel {
		border-radius: 7px;
		background: #fff;
		margin-top: 35px;
		width: 100%;
		box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		padding: 35px 30px 35px 30px;
		font-family: 'Ubuntu';
	}
	
	.terms {
		border-radius: 7px;
		background: #fff;
		left: 0; 
		right: 0; 
		margin-left: auto; 
		margin-right: auto; 
		top: 55px;
		position: absolute;
		z-index: 5;
		width: 95%;
		height: 75%;
		box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
		padding: 35px 30px 35px 30px;
		font-family: 'Ubuntu';
	}
}

.whitePanel h5 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 20px;
}

.input {
	font-size: 14px;
	background: #fff;
	width: 100%;
	padding: .475rem .75rem;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-top: 15px;
}

input:focus {
	border: 1px solid #49c5b6;
	outline: none;
}

.loginBttn {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Ubuntu';
	border-radius: 5px;
	padding: 8px;
	background: #49c5b6;
	border: 0px solid;
	color: #fff;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}

.loginBttn:hover {
	background: #498cc5;
	transition: all 0.3s ease-in-out;
}

.links {
	text-align: center;
	margin-top: 20px;
	font-family: 'Ubuntu';
	font-size: 14px;
}

.links a {
	text-decoration: none;
	color: #49c5b6;
	transition: all 0.3s ease-in-out;
}

.links a:hover {
	color: #0d6efd;
	transition: all 0.3s ease-in-out;
}

.termsLink {
	text-decoration: none;
	color: #49c5b6;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
}

.termsLink:hover {
	color: #0d6efd;
	transition: all 0.3s ease-in-out;
}

.sep {
	height: 10px;
}

.form-check-input:checked {
	background-color: #49c5b6;
	border-color: #3db9aa;
}

.aLink {
	text-decoration: none;
	color: #49c5b6;
	transition: all 0.3s ease-in-out;
}

.aLink:hover {
	color: #0d6efd;
	transition: all 0.3s ease-in-out;
}

.termsFooter {
	position: absolute;
	z-index: 3;
	right: 15px;
	bottom: 15px;
}

.termsFooter a {
	text-decoration: none;
	color: #49c5b6;
	transition: all 0.3s ease-in-out;
}

.termsFooter a:hover {
	color: #0d6efd;
	transition: all 0.3s ease-in-out;
}