    body {
      font-family: "Lato", sans-serif;
		color: #0c48bf;
		    font-size: 15px;
    }
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
    .login-card {

    }
    .highlight-circle {
      position: absolute;
      right: 10%;
      top: 10%;
      background: #ffe600;
      padding: 20px;
      border-radius: 50%;
      font-weight: bold;
      font-size: 1rem;
      max-width: 200px;
      text-align: center;
    }
    .features i {
      font-size: 24px;
      margin-bottom: 10px;
    }
    footer {
      background: #fff;
      padding: 55px  0 30px;
    }
.Header{
    background: #fff;
    padding: 5px 0;
    position: fixed;
    width: 100%;
	z-index: 1000000;
}
.banner{
	padding-top: 120px;
	padding-bottom: 80px;
}
a.nav-link {
    color: #0c48bf;
    font-size: 17px;
    font-weight: 600;
}
a.nav-link:hover {
    color: #0ec4e2;
}
.logo{
	width: 380px;
}
.nav-link {	
    color: #0c48bf;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0c48bf;
}
.ImgBox {
    display: flex;
    align-items: center;
}
.ImgBox img{
	float: left;
	width: 60px;
}
.ImgBox p{
font-size: 21px;
    text-align: left;
    color: #0c48bf;
    line-height: 26px;
    margin-left: 15px;
    margin-bottom: 0;
    font-weight: 600;
}
.navbar-toggler-icon {
    background:url(../img/toogle.svg);
}
.container {
    padding: 9px 15px;
}
.Legacy {
    color: #0c48bf;
    font-size: 44px;
    margin-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0c48bf;
    margin-bottom: 36px;
    font-weight: 600;
}
.legpara{
    font-size: 20px;
    color: #0c48bf;
    text-align: center;
    margin-bottom: 40px;
}
li.nav-item {
    padding: 0 16px;
}
.headLink {
    color: #0c48bf;
    border: 1px solid #0c48bf;
    margin-left: 10px;
    padding: 5px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.headLink:hover {
    color: #fff;
    background: #0c48bf;
}
footer h6 {
      font-weight: 800;
    }
footer ul li {
          line-height: 34px;
    }
.Footerbtm{
    border-top: 1px solid #0c48bf;
    padding-top: 40px;
    margin-top: 30px;
}

.ftbtm{
    padding-left: 25px;
    border-left: 1px solid #0c48bf;
    font-size: 12px;
    position: relative;
    top: 15px;
}
.socialIco{
	text-decoration: none;
}
.socialIco img{
width: 30px;
    margin-right: 8px;
}
.socialIco img:hover{
	opacity: 0.6;
}
.formbg {
	position: relative;
}
.formbg::before {
    background: #fff;
    content: "";
    position: absolute;
    width: 93%;
    height: 100%;
    margin-top: 50px;
    border-radius: 10px;
	    margin-left: 13px;
}
.zindex{
	position: relative;
	z-index: 10000;
}
.RIghtBanner{
	    float: right;
	width: 80%;
}
.login-card {
    padding-left: 60px;
}
.btnOne {
    background: #0c48bf;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.btnOne img{
	width: 20px;
	    margin-right: 5px;
}
.btnOne:hover {
    background: #0ec4e2;
	text-decoration: underline;
}
.btnTwo {
    background: #fff;
    color: #0c48bf;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.btnTwo:hover {
    background: #0ec4e2;
	text-decoration: underline;
}
.BgInfo{
	background: #0ec4e2;
	padding: 60px 0;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c48bf;
  border-radius: 10px;
}
.bg-primary {
    background: #0c48bf !important;
}
.LoginBox{
    background: #0ec4e2;
    color: #0c48bf;
    padding: 70px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
}
.logTxt{
    font-size: 38px;
    margin-bottom: 28px;
}
.LoginBtn1 a {
    background: #0c48bf;
    padding: 10px 37px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 7px;
    float: left;
    min-width: 290px;
    font-weight: 600;
}
.LoginBtn1 a:hover {
    background: #fff;
    color: #0c48bf;
}
.LoginBtn2 a {
    background: #ffffff;
    padding: 10px 37px;
    color: #0c48bf;
    text-decoration: none;
    font-size: 20px;
    border-radius: 7px;
    float: left;
    min-width: 290px;
	font-weight: 600;
}
.LoginBtn2 a:hover {
    background: #0c48bf;
    color: #fff;
}
.LoginBtn1{
    margin-bottom: 30px;
}









@media only screen and (max-width:1024px) {

	.logo{
	width: 250px;
}
.headLink {
    float: left;
    margin-top: 13px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background: #ecf1ff;
    padding: 10px;
    padding-bottom: 40px;
    margin-top: 14px;
}
.RIghtBanner {
    float: right;
    width: 100%;
}
.logTxt {
    font-size: 25px;
    margin-bottom: 15px;
}
.LoginBtn1 a {
    font-size: 15px;
    min-width: 240px;
}
.LoginBtn2 a {
    font-size: 15px;
    min-width: 240px;
}	
.LoginBtn1 {
    margin-bottom: 10px;
}
.LoginBox {
    padding: 45px 30px;
    border-radius: 15px;
}
.ImgBox p {
    font-size: 15px;
    line-height: 19px;
    margin-left: 7px;
}
.ImgBox img {
    float: left;
    width: 50px;
}
.BgInfo {
    background: #0ec4e2;
    padding: 40px 0;
}
.Legacy {
    font-size: 36px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}	
.legpara {
    font-size: 16px;
    color: #0c48bf;
    text-align: center;
    margin-bottom: 40px;
    line-height: 22px;
}	
body {
    font-size: 14px;
}	
.btnOne img {
    width: 16px;
    margin-right: 3px;
}	
.btnOne {
    font-size: 15px;
	    padding: 7px 20px;
}
.btnTwo {
    font-size: 15px;
	    padding: 7px 20px;
}
footer h6 {
    font-weight: 800;
    font-size: 14px;
}
footer ul li {
    line-height: 25px;
    font-size: 13px;
}
	
}



@media only screen and (max-width:1024px) {
	
.Legacy {
	font-size: 27px;
}
.ImgBox {
    margin-bottom: 30px;
}
    .ImgBox img {
        float: left;
        width: 40px;
    }
body {
    font-size: 13px;
}
.socialIco img {
    width: 24px;
    margin-right: 4px;
}	
a.nav-link {
    color: #0c48bf;
    font-size: 14px;
    font-weight: 600;
}
.headLink {
    font-size: 13px;
}
.banner {
    padding-top: 120px;
    padding-bottom: 40px;
}	
.LoginBox {
	margin-bottom: 20px;
}	
	.Ico{
		width: 100px;
		        margin-bottom: 20px;
	}	
.ftbtm {
    padding-left: 0;
    border: none;
    font-size: 11px;
}	
	
}














