* {
  margin: 0px;
  padding: 0px;
}

/*Stag-Medium*/
@font-face {
  font-family: 'Stag Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: url("Stag-Medium.otf") format("opentype");
}

html,
body {
  height: 100%;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 300;
}
#parent-div {
   min-height:100%;
   display: flex;
   flex-direction: column;
}

#kc-header {
  padding-right: 0px;
  padding-left: 0px;
}
#kc-header a{
  float: left;
  padding: 24px 16px;
  text-decoration: none;
  font-size: 16px;
}
#kc-header-wrapper{
  overflow: hidden;
  background-color: #14284B;
}
#kc-logo{
  height: 2.5em;
  width: 8em;
  float: left;
  color: #f2f2f2;
  padding: 14px 120px;
  text-decoration: none;
}
.topnav-right{
	float: right;
	padding-right: 120px;
  cursor: pointer;
}
.topnav-right a{
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-align: center;

}
.topnav-right img{
	height: 19px;
	width: 20px;

}
.topnav-right a.active {
  border-bottom: 3px solid #009AE4 ;
}

#footer-container {
  margin-top: 15px;
 /* position: absolute;*/
  bottom: 0;
  right: 0;
  left: 0;
  flex-shrink: 0;
}

#footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #000000;
  font-family: 'Inter';
  font-size: 14px;
  text-align: center;
}


.login-label {
  font-family: 'Stag Web';
  font-weight: 500;
  font-size: 32px;
  color: #003DA5;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}



.login-img{
  height:40px;
  width:40px;
  padding-bottom: 10px;
}

#kc-form-wrapper{
   display: block;
   text-align: center;
  padding-bottom: 17vh;
}

#kc-form-login{

  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
  background: linear-gradient(to top, #ffffff 74%, #F7F8F9 26%);
  width: 400px;
  height: auto;
  margin: 50px auto;
  border-radius: 16px;
  padding: 30px 25px;
  top: 50%;
  left: 50%;
  align-content: center;
  text-align: center;
  display: block;
}

.welcome{
  font-size: 14px;
  color: black;
  font-family: 'Inter';
  padding-top: 30px;
  padding-bottom: 30px;
}

.boxes{
  display: block;
  padding-top:25px;
}


.input-class{
  background-color: #C1C9EA;
  width:60%;
  border-style:none;
  outline: none;
  border-bottom: 3px solid #14284B;
}

#kc-login{
  background-color: #003DA5;
  border-radius: 25px;
  color: #ffffff;
  width:123px;
}


.form-group
{
  position: relative;
  padding-bottom: 20px;
}

.form-control
{
  /*  height: 3.5rem;
    width: 24.875rem;*/
    /* border-color: transparent transparent #14284B transparent; */
    border: none;
    border-bottom: 2px solid #14284B;
    outline: none;
    border-radius: unset;
    /* border-style: solid; */
    /* border-width: 0px 0px 2px 0px; */
    color: #000000;
    /*height: 56px;*/
    padding: 30px 30px 5px 14px;
    width: 60%;
    background-color: #F7F8F9;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    margin: 19px 0 0 65px;
    transition: all 200ms;
    opacity: 1;
    display: block;
    padding-left: 8px;
    color: #14284B;
}

.form-control:focus{
  border: none;
  border-bottom: 2px solid #003DA5;
}

.form-control:focus + .form-control-placeholder {
    font-size: 12px;
    transform: translate3d(0, -90%, 0);
    opacity: 1;
    color: #003DA5;
    font-weight: 400;
    background-color: transparent;
}




.enable{
    font-size: 12px;
    transform: translate3d(0, -90%, 0);
    opacity: 1;
    font-weight: 400;
    background-color: transparent;
    outline: none;
    border: none;
   color: #003DA5;
}

.btn
{
  border-radius: 3.125rem;
  opacity: 1;
  font-size: 1rem;
  /*padding: 1.0625rem 2rem 1rem 2rem;*/
  height: 44px;
  border: none;

}

.btn-primary
{
  background: #003DA5;
  color: #FFFFFF;
  border-color: #003DA5;
  width: 120px;

}

#home-section{
  display: true;
}

#about-section{
  display: none;
}

#contact-section{
  display: none;
}
/*
.content{
  display: none;
}*/
.alert.alert-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

span.kc-feedback-text {
    margin-left: -20px;
    font-size: 16px;
    font-family: 'Inter';
    color:#A50000;
    font-weight: 400;
  }

.pass-img {
  position: absolute;
  right: 0;
  top: 0;
  /*padding-right: 25px;*/
  padding-top: 17px;
  height: 24px;
  width: 24px;
  transform: translateX(-63px);

}


/*--------------About Page CSS-------------------*/
#kc-header-one {
  padding-right: 0px;
  padding-left: 0px;
}

#kc-header-secondry{
  overflow: hidden;
  background-color: #F1F2F4;
  height: 60px;
  display: flex;
  align-items: center;
}

/*#back-arrow{
  padding-top: 20px;
}*/

.back-button{
  font-family: 'Inter';
  font-size: 16px;
  /* font-weight: 400; */
  color: #003DA5;
  /* float: left; */
  padding-left: 120px;
  /* padding-top: 20px; */
  padding-right: 20px;
  text-decoration: none;
}
.back-arrow {
  margin-right: 10px;
}
.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical-line{
  color: #000000;
  opacity: 1;
  /* padding-top: 20px; */
  padding-right: 20px;
  border-left: 1px solid #B0B7C3;
  height: 30px;
  display: flex;
  align-items: center;
}
.about-button{
  font-family: 'Inter';
  font-size: 18px;
  /* font-weight: 400; */
  color: #000000;
  opacity: 1;
  /* padding-top: 20px; */
  padding-left: 20px;
}
/*.container {
   min-height:100%;
   position:relative;
}*/
.left-part{
  float:left;
  width:15%;
  display: inline-block;
}
.middle-part {
  float: left;
  width: 40%;
  padding: 0 20px;
  overflow: hidden;
  padding-bottom: 6vh;
}
.right-side {
  float: right;
  width: 35%;
  padding: 10px 15px;
  margin-top: 7px;
}
.right-side img{
  margin-top: 10px;

}
.middle-part h2{
  display: block;
  /* margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; */
  margin: 0.83em 0;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: bold;
}
.middle-part p{
  display: block;
  /* margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; */
  margin: 1em 0;
  font-family: 'Inter';
  font-size: 16px;
}
.right-side span{
  font-family: 'Inter';
  font-size: 16px;
}
.right-side a{
  font-family: 'Inter';
  font-size: 16px;
  padding-left: 50px;
  text-decoration: none

}
.world-img{
  height: 36px;
  width: 36px;
  margin-bottom: -15px;
}
.more-details{
  padding-left: 10px;
}

.contact-info{
  margin-left: 1em;
}

.contact-info > li{
  margin-bottom: 1em;
}

@media screen and (max-width: 420px){
  .left-part{
    display: none;
  }
  .middle-part{
    width:90%;
  }
  .right-side{
  width: 100%;
  float: none;
}
}


/*-----------------About css ends--------------*/
@media screen and (max-width: 700px){

body {
  height: 100%;
  width:100%;
}
.topnav-right{
  padding-right: 80px;
}

#kc-form-login{
  width: 250px;
}
.form-control{
  width:80%;
}
.form-control-placeholder {
    margin: 19px 0 0 5px;
}

.pass-img {

  transform: translateX(-10px);

}
}
