body {
	font-family: Red Hat Display, sans-serif;
	font-weight: 400;
	height: auto;
}
.header {
	background-color: #0564c4;
	padding: 15px 0;
}
.title {
	font-weight: 400;
	color: #1267c1;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 34px;
}
.sidebar-desc {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 16px;
}
.dec {
	text-align: justify;
	padding: 30px 0;
	line-height: 28px;
	margin-right: 60px;
}
.mtb {
	margin-top: 50px;
	margin-bottom: 50px;
}
.ptb{
	padding-top: 50px;
	padding-bottom: 50px;
	}
.shedow {
	box-shadow: 0 2px 10px #ccc;
}
.card-body {
	padding: 24px;
}
.login-title {
	font-weight: 400;
	color: #1267c1;
	margin-bottom: 1.5rem;
	font-size: 24px;
	text-transform: uppercase;
}
.i-input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e9e9e9;
	margin: 10px 0;
}
.filed-1 {
	margin: 20px 0;
}

.link{color: #1267c1;text-decoration:none;}

.cust-btn {
    white-space: pre-wrap;
    height: auto;
    padding: 0.4rem 1rem;
	background-color: #1267c1;
    border-color: #1267c1;
    box-shadow: 0 2px 0 #000;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
	    text-decoration: none;
    font-weight: bold;
	cursor:pointer;
    font-size: 14px;
}

.cust-btn:hover {background-color: #000; color:#fff;}

/*------------------------ Mobile View ---------------------------*/

@media (min-width:320px) and (max-width : 479px) {
   .ptb{padding:0;}
   .title {    font-size: 22px; line-height: 25px;}
   .dec { padding: 20px 0;line-height: 22px; margin-right: 0px;}
   .mtb {margin-top: 20px; margin-bottom: 20px;}
   .login-title {    font-size: 22px;}
   .mtb .dec, .mtb ul{display:none;}
   
}

@media (min-width:360px) and (max-width : 479px) {
.ptb{padding:0;}
   .title {    font-size: 22px; line-height: 25px;}
   .dec { padding: 20px 0;line-height: 22px; margin-right: 0px;}
   .mtb {margin-top: 20px; margin-bottom: 20px;}
   .login-title {    font-size: 22px;}
   .mtb .dec, .mtb ul{display:none;}
}

@media (min-width:480px) and (max-width : 639px) {
.ptb{padding:0;}
   .title {    font-size: 22px; line-height: 25px;}
   .dec { padding: 20px 0;line-height: 22px; margin-right: 0px;}
   .mtb {margin-top: 20px; margin-bottom: 20px;}
   .login-title {    font-size: 22px;}
   .mtb .dec, .mtb ul{display:none;}
}

@media (min-width:640px) and (max-width : 760px) {
.ptb{padding:0;}
   .title {    font-size: 22px; line-height: 25px;}
   .dec { padding: 20px 0;line-height: 22px; margin-right: 0px;}
   .mtb {margin-top: 20px; margin-bottom: 20px;}
   .login-title {    font-size: 22px;}
   .mtb .dec, .mtb ul{display:none;}
}

@media (min-width:640px) and (max-width : 959px) {

}

@media (min-width:761px) and (max-width : 959px) {
}

@media (min-width:960px) and (max-width : 1024px) {
}

@media (min-width:1024px) and (max-width : 1279px) {
}

@media (min-width : 1280px) {
}

.button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.password-container{
    position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}

.pass-icon
{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 24px;
    cursor: pointer;
}

.astriek {
    color: #f00;
    font-weight: bold;
    padding-right: 5px;
}