body {
	font-family: "Karla", sans-serif;
	background-color: #1c5195;
	min-height: 100vh;
}

.brand-wrapper {
	margin-bottom: 19px;
}

.brand-wrapper .logo {
	height: 37px;
}

.login-card {
	border: 0;
	border-radius: 27.5px;
	/*box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);*/
	overflow: hidden;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}

.login-card-img {
	border-radius: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.login-card .card-body {
	padding: 65px 44px 60px;
}

@media (max-width: 422px) {
	.login-card .card-body {
		padding: 35px 24px;
	}
}

.login-card-description {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
}



/**
.login-card .form-control {
	border: 1px solid #d5dae2;
	padding: 15px 25px;
	margin-bottom: 20px;
	min-height: 45px;
	font-size: 13px;
	line-height: 15;
	font-weight: normal;
	color:#000;
	-webkit-text-fill-color: #000000;
	opacity: 1; 

} 

*/

.login-card .login-btn {
	padding: 13px 20px 12px;
	background-color: rgb(0, 130, 182);
	border-radius: 4px;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	margin-bottom: 24px;
}

.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	height: 70px!important;
}

@media (max-width: 767px) {
	.logo{
		position: relative;
		left:5%;
		width: 70%!important;
		height: 40%!important;
	  }
	  .login-card-description{
		position: relative;
		left:0%;
		text-align: center;
	  }

	  .brand-wrapper {
		margin-bottom: 19px;
		margin-left: -20px;
	}
}

/*# sourceMappingURL=login.css.map */

.btnFull{
	width: 100%!important;
}