.login_container{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url('../images/BannerImages/signup.png');
  background-size: 100% 100%;
}
.login-box{
	width: 533px;
	border-radius: 8px;
	box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.28);
	background-color: #ffffff;
	margin-left: 660px;
	margin-right: 245px;
	margin-top: 85px;
	margin-bottom:177px;
  padding: 1px;
}
p.loginheading{
  font-family: DM Sans;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #0e1b2b;
  padding: 20px 68px;
}
.footerheading{
 font-family: DM Sans;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.54;
  letter-spacing: normal;
  text-align: left;
  color: #0e1b2b;
  padding: 20px 68px; 
}
.box-msg{
  font-family: DM Sans;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0e1b2b;
  padding: 0px 68px 20px;
}
.formbox{
	width: 397px;
  height: 47px;
  border-radius: 6px;
  border: solid 1px #88898d;
  background-color: #ffffff;
  margin-left: 68px;
  margin-right: 68px;
  padding: 0 20px;
  margin-bottom: 22px;
}
.loginbutton{
	width: 397px;
  height: 47px;
  border-radius: 6px;
  background-color: #eb5258;
  margin-left: 68px;
  margin-right: 68px;
}
.accounttext{
  font-family: DM Sans;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0e1b2b;
  margin-top: 22px;
}
.singinhere{
  font-family: DM Sans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #eb5258;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 992px){
  .login-box{
    width: auto;
    margin: 0 auto;
  }
  p.loginheading{
    padding: 20px 20px;
    font-size: 20px;
  }
  .box-msg{
    padding: 0 20px 20px;
  }
  .formbox{
    width: 85vw;
    margin-left: 20px;
    margin-right: 20px;
  }
  .loginbutton{
    width: 85vw;
    margin-left: 20px;
    margin-right: 20px;
  }
  .footerheading{
    font-size: 12px;
    padding: 0 20px;
  }
}