#loginbac {
  background-image: url("../img/signup-bg.png");
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1024px;
}
.loginform-bac {
  width: 100%;
  height: 700px;
  opacity: 0.8;
  border-radius: 2.5px;
  background-color: #ffffff;
  box-shadow: 0 1.5px 3.5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  top: 100px;
}
.loginfrmlogo {
    top: -40px;
    position: relative;
}
.sign-intxt a{
  font-family: Helvetica;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2e3192;
}
.regit-intxt a{
  font-family: Helvetica;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2e3192; 
  }
 .sign-btn,.sign-btn:hover,.sign-btn:focus,.sign-btn:active {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background-color: #2e3192;
  font-family: Montserrat;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
 }
 .line1{
   width: 38.2px;
  height: 1.5px;
  border: solid 0.8px #565656;
 }
  .line2{
   width: 38.2px;
  height: 1.5px;
  border: solid 0.8px #565656;
 }
  .cntwithemail{
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #555555;
  padding: 20px 0px;
  }
  .sgn-inpt{ 
  height: 50px !important;
  border-radius: 3px !important;
  border: solid 0.8px #535353 !important;
  }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Helvetica;
    font-size: 20px;
    color: #888888;
  }
::-moz-placeholder { /* Firefox 19+ */
  font-family: Helvetica;
  font-size: 20px;
  color: #888888;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: Helvetica;
  font-size: 20px;
  color: #888888;
}
.socialloginsec{
  padding: 20px 0px;
}
.agr-txt{
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 300;
  color: #555555;
  text-align: center;
}
