* {
	box-sizing: border-box;
}
html {
	height: 100vh !important;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	background-color: #f5f5f5;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
}
/******** LOGIN STYLE ************/
#loginbody {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-floating:focus-within {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/******** BOOTSTRAP ELEMENTS ************/
.dropstart .dropdown-toggle::before {
	display: none !important;
}
/******** HEADER ************/
.headerph {
	min-height: 71px;
}
.footerh {
	min-height: 132px;
}

.push-body {
	padding-top: 30px;
	padding-bottom: 20px;
	min-height: calc(100vh - (71px + 132px));
}
