@import
	url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'poppins', sans-serif;
	color: #FFFFFF;
	text-align: center;
}

.light-label-color {
	color: #ffe4c4;
}

.primary-blue {
	color: #2A3782;
	text-decoration: none;
}
/* login */
.background-img {
	height: 100vh;
	background-image: url(../images/bg.png);
	background-position: center;
	background-size: cover;
}

img.custom-img {
	height: 80px;
}

.logo {
	width: 100%;
	height: 100%;
}

.custom-bg-card {
	width: 717.188px;
	height: 1080px;
}

.custom-dark-card, .small-custom-dark-card {
	height: 100vh;
}

.btn-custom {
	border-radius: 0.5rem;
	background: #2a3782;
	color: #fff;
	font-size: 1rem;
	font-style: normal;
	text-transform: capitalize;
	padding: 4px 30px;
}

.custom-link {
	color: #fff;
}

.btn-custom:hover {
	background-color: #2a3782;
}

.btn.btn-custom:active {
	background-color: #1e36bd;
}

.custom-padding {
	padding: 20px 57px;
}

.custom-font {
	font-size: .8rem;
}

.background-large-img {
	height: auto;
}
/* reset-password */
.small-background-img {
	height: auto;
}

.img-custom-dark-card {
	height: 100vh;
}

.custom-side-padding {
	padding: 0px 57px;
}

.invalid {
	border-color: red;
}

.error-message {
	color: red;
	display: none;
}