@import
	url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap')
	;

* {
	font-family: 'Open Sans', sans-serif !;
}

body {
	background: #FFF;
}

.account-box {
	width: 60%;
	background: white;
	margin: 15% auto auto;
}

.account-container .form {
	margin-top: 50px;
}

.form h2, .form .h2 {
	font-weight: 700;
}

.account-container .form .z-label, .account-container .form .z-a {
	font-size: 16px;
	font-weight: 500;
}

.account-container .form ::placeholder {
	font-size: 14px;
	color: #8f8f8f;
}

.login-logo-image {
	width: 500px;
	margin: 20% 35% 5% 20%;
}

.login-image {
	/* padding-top: 5rem; */
	text-align: center;
}

.account-link a {
	font-size: 12px;
}

.account-box .col-lg-6 {
	padding: 10px 50px 10px 10px;
}

.account-logo {
	background-image: url(../images/account-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.moto.z-label {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
}

.mt-10 {
	margin-top: 10rem;
}

.form-control {
	height: calc(2.25rem + 10px);
}

.btn {
	font-size: 1.25rem;
}

.border-primary {
	border-color: #078ece !important;
}

.sm, .z-checkbox-switch>.z-checkbox-content {
	font-size: 14px !important;
	font-weight: 300 !important;
}

.emp-circle {
	-webkit-text-emphasis: double-circle;
}

.welcome-header {
	padding-top: 1rem !important;
	display: grid;
}

.welcome-section {
	/* padding-top: 3rem !important; */
	display: grid;
}

.welcome-text {
	font-size: 1.5rem !important;
	text-align: justify;
	padding-top: 1em;
}

.welcome-btn {
	color: #078ece !important;
	font-weight: bold;
	padding: 0.5em 2em;
	font-size: 16px !important;
}

.home-image {
	width: 50px;
	height: 50px;
}

.home-link {
	cursor: pointer;
	color: #078ece;
	min-height: 160px;
	margin-bottom: 10px;
}

.home-link:hover {
	border-color: #dee2e6 !important;
}

.footer-text {
	font-size: 1rem !important;
	line-height: 2em;
}

.footer-title {
	font-size: 1.5rem;
	line-height: 50px;
}

.page-title {
	font-size: 2.8rem;
}

.page-title, .footer-title {
	color: #078ece;
	font-weight: bold;
}

hr {
	margin-top: .5rem;
	margin-bottom: .5rem;
	border: 0;
	border-top: 1px solid #078ece !important;
}

.home-card {
	padding: 2rem;
}

.footer {
	margin-left: -7rem;
	margin-right: -7rem;
}

.footer-icon {
	min-width: 25px;
	width: 25px;
}

.social-icon {
	margin-right: 15px;
	min-width: 25px;
	width: 25px;
	color: #FFF;
	font-size: 2em;
}