@font-face {
    font-family: 'Barlow Medium';
    src: url('/loginscenteprod.nsf/Barlow-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Bold';
    src: url('/ippk.nsf/Barlow-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
  text-decoration: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Barlow Medium', sans-serif;
  color: #001b41;
}
body{
	min-width: 300px !important;
}
a, a:hover{
	color: #001b41 !important;
	text-decoration: underline !important;
}
.bold{
	font-family: 'Barlow Bold', sans-serif !important;
}
.loginHeader{
	font-family: 'Barlow Bold', sans-serif !important;
	color: #001b41 !important;
}
.center{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.bar{
	min-height: 100px;
	width: 100%;
}
.bar img{
	height: 115px;
}
.bar-text{
	width: 100%;
	margin-top: 25px;
}
.bar-text p{
	font-size: 28px;
}
.change-pass{
	float: right !important;
}
.login{
	min-height: calc(100vh - 187px) !important;
}

.loginContainer{
	margin: 15px 0px;
	padding: 50px;
	max-width: 400px;
}
.loginContainer form{
	width: 100% !important;
}
.loginContainer input{
	background-color:  #DDDFE9;
	height: 50px;
	width: 100% !important;
	outline: none 0px;
	border: none 0px;
	overflow: hidden;
}
.loginContainer button{
	background-color: #DFDC00;
	border-radius: 50px;
	height: 45px;
	outline: none 0px;
	border: none 0px;
	overflow: hidden;
	cursor: pointer;
	color: #001b41 !important;
	font-size: 16px !important;
}
.loginContainer button:hover, .loginContainer button:focus{
	cursor: pointer;
	background-color: #c1be00 !important;
	color: #001b41 !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.shadow{
	-webkit-box-shadow: 0px 0px 20px -7px rgba(66, 68, 90, 1);
	-moz-box-shadow: 0px 0px 20px -7px rgba(66, 68, 90, 1);
	box-shadow: 0px 0px 20px -7px rgba(66, 68, 90, 1);
}
.border-radius-10{
	border-radius: 10px;
}
.footer{
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	padding: 0px 0px 50px 35px;
}
.footer-description{
	color: #001b41 !important;
}

.bar-description{
	
	line-height: 24px;
}
input{
	background-color: #DDDFE9 !important;
	color: #001b41 !important;
}
input[type="text"]:focus, input[type="password"]:focus{
    border-color: #001b41 !important;
    box-shadow: 0 0 0 .2rem #001b41 !important;
}
.img-container{
	padding-left: 50px !important;
	margin-top: 40px;
}
.img-container img{
	height: 60px;
}
::selection {
  background-color: #001b41 !important;
  color: white;
}
input::placeholder {
  color: #001b41 !important;
}
@media only screen and (max-width: 1200px) {
  	.bar-header, .bar-description{
		font-size: 24px !important;
	}
	
}
@media only screen and (max-width: 992px) {
  	.bar-header, .bar-description{
		font-size: 20px !important;
	}
	
}
@media only screen and (max-width: 768px) {
  	.bar > div{
		width: fit-content !important;
	}

	.bar-header{
		font-size: 18px !important;
	}
	.bar-description{
	font-size: 13px !important;
		line-height: 13px;
	}
	.bar-text{
		margin-top: 15px !important;
		
	}
		.loginContainer{
		padding: 15px;
	}
	.img-container{
		padding-left: 15px !important;
		margin-top: 15px;
	}
	.img-container img{
		height: 40px;
	}
	.footer{
		padding: 0px 0px 15px 0px;
	}
	.login{
		min-height: calc(100vh - 157px) !important;
	}
	
}
