body {
	color: #000;
	overflow-x: hidden;
	height: 100%;
	background-color: #4fc3f7;
	background-repeat: no-repeat;
}

.card0 {
	box-shadow: 0px 4px 8px 0px #757575;
	border-radius: 0px;
}

.card2 {
	margin: 0px 40px;
}

.logo {
	width: 200px;
	height: 100px;
	margin-top: 20px;
	margin-left: 35px;
}

.image {
	width: 360px;
	height: 280px;
}

.border-line {
	border-right: 1px solid #eeeeee;
}

.facebook {
	background-color: #3b5998;
	color: #fff;
	font-size: 18px;
	padding-top: 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.twitter {
	background-color: #1da1f2;
	color: #fff;
	font-size: 18px;
	padding-top: 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.linkedin {
	background-color: #2867b2;
	color: #fff;
	font-size: 18px;
	padding-top: 5px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.line {
	height: 1px;
	width: 35%;
	background-color: #e0e0e0;
	margin-top: 10px;
}

.or {
	width: 30%;
	font-weight: bold;
}

.text-sm {
	font-size: 14px !important;
}

::placeholder {
	color: #bdbdbd;
	opacity: 1;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #bdbdbd;
	font-weight: 300;
}

::-ms-input-placeholder {
	color: #bdbdbd;
	font-weight: 300;
}

input,
textarea {
	padding: 10px 12px 10px 12px;
	border: 1px solid lightgrey;
	border-radius: 2px;
	margin-bottom: 5px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: #2c3e50;
	font-size: 14px;
	letter-spacing: 1px;
}

input:focus,
textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #304ffe;
	outline-width: 0;
}

button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0;
}

a {
	color: inherit;
	cursor: pointer;
}

.btn-blue {
	background-color: #1a237e;
	width: 150px;
	color: #fff;
	border-radius: 2px;
}

.btn-blue:hover {
	background-color: #000;
	cursor: pointer;
}

.bg-blue {
	color: #fff;
	background-color: #1a237e;
}

@media screen and (max-width: 991px) {
	.logo {
		margin-left: 0px;
	}

	.image {
		width: 300px;
		height: 220px;
	}

	.border-line {
		border-right: none;
	}

	.card2 {
		border-top: 1px solid #eeeeee !important;
		margin: 0px 15px;
	}
}

.menu-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	list-style: none;
	padding-top: 30px;
}

.menu-3 li {
	width: 105px;
	height: 50px;
	transition: background-position-x 0.6s linear;
	text-align: center;
}
.menu-3 li a {
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.45s;
	font-size: 11px;
}
.menu-3 li:hover {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEi%0D%0AIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhs%0D%0AaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0%0D%0AaD0iMzkwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDM5MCA1MCIgZW5hYmxlLWJhY2tn%0D%0Acm91bmQ9Im5ldyAwIDAgMzkwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0i%0D%0Abm9uZSIgc3Ryb2tlPSIjZDk0ZjVjIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGlt%0D%0AaXQ9IjEwIiBkPSJNMCw0Ny41ODVjMCwwLDk3LjUsMCwxMzAsMAoJYzEzLjc1LDAsMjguNzQtMzgu%0D%0ANzc4LDQ2LjE2OC0xOS40MTZDMTkyLjY2OSw0Ni41LDI0My42MDMsNDcuNTg1LDI2MCw0Ny41ODVj%0D%0AMzEuODIxLDAsMTMwLDAsMTMwLDAiLz4KPC9zdmc+Cg==");
	-webkit-animation: line 1s;
	animation: line 1s;
}
.menu-3 li:hover a {
	color: #d94f5c;
}
.menu-3 li:not(:last-child) {
	margin-right: 15px;
}
@-webkit-keyframes line {
	0% {
		background-position-x: 390px;
	}
}

@keyframes line {
	0% {
		background-position-x: 390px;
	}
}
