@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
	font-family: 'Roboto', sans-serif;
    background: url(./../img/background-auth.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box-2{
	background-image: linear-gradient(to bottom right, #FF9292, #FFE1B1);
    border-radius: 15px 0px 0px 15px;
}
.box-3{
    border-radius: 0px 15px 15px 0px;

}
.btn-lg {
	padding: 12px 26px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
	::placeholder {
 font-size:14px;
 letter-spacing:0.5px;
}
.form-control-lg {
	font-size: 16px;
	padding: 25px 20px;
}
.facebook-icon {
	background-color: #3b5b95;
	padding: 15px;
	border-radius: 100%;
}
.linkedin-icon {
	background-color: #077cb6;
	padding: 15px;
	border-radius: 100%;
}
.google-icon {
	background-color: #fff;
	padding: 15px;
	border-radius: 100%;
}
h6.separator {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #666;
}
h6.separator:before, h6.separator:after {
	content: '';
	border-top: 1px solid #e4e7e8;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
}
h6.separator:after {
	margin: 0 0 0 20px;
}
.features {
	text-align: center;
}
.owl-carousel .owl-item img {
	display: inline-block !important;
	width: auto !important;
}


@media only screen and (max-width: 768px) {
	.box-2{
		border-radius: 15px 15px 0px 0px;
	}
	.box-3{
		border-radius: 0px 0px 15px 15px;
	
	}
  }
  