*{
margin:0;
padding:0;
}

.mnoutr-scntr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-bx{
	background-image:url('./img/assests/voting1.jpg');
}
.login-container {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: rgb(250, 250, 250);
  margin: 90px auto 40px;
}
.login-container1 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: rgb(250, 250, 250);
  margin: 90px auto 40px;
}
.top_page {
  display: flex;
  justify-content: space-around;
}
.votejoin-logo {
  width: 210px;
  margin: 10px 0 20px;
}
/* .top_page{
    margin: 70px;
} */
.fb-logo {
  width: 15px;
  height: 15px;
}
.box-1 {
	height: 375px;
    width: 350px;
    padding: 50px 20px;
    box-shadow: 0 5px 25px #aeaeae;
  
  }
  .img-bx{
    height: 475px;
    width: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 15px 25px #aeaeae;
    /* background-color: rgb(255, 255, 255); */
  }
  .overlayx{
    position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.6);
                z-index: 1;
  }


.app-store-image {
  width: 136px;
  height: 40px;
  margin-right: 5px;
}
.lst-ftr {
  /* text-align: center; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.outrxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
}
.innrwlc-txt h3 {
  color: #fff;
  font-size: 38px;
  line-height: 40px;
  font-weight: 800;
  margin: 0;
}.innrwlc-txt .subhed-ing {    font-size: 16px;    line-height: 20px;	font-weight: 500;    color: #fff;    margin-bottom: 5px;}
.innrwlc-txt p {
  color: #fff;
  font-size: 18px;
  margin: 5px 0;
}
a.sgnbtn {
  color: #fff;
  text-decoration: none;
  border: 1px solid;
  padding: 8px 50px;
  /* margin-top: 10px !important; */
  border-radius: 20px;        font-size: 18px;
}
.mnbtnpg {
  margin-top: 20px;
}
.google-play-image {
  width: 136px;
  height: 40px;
  margin-right: 5px;
}
.box-2 {
  height: 63px;
  width: 350px;
  border: 1px solid rgb(219, 219, 219);
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px 0;
}
.input-box input {
  background-color: rgb(250, 250, 250);
  font-weight: 400;
  line-height: 18px;
  height: 17px;
  font-size: 13px;
  padding: 9px 0 7px 8px;
  width: 260px;
  border: 0;
  outline: none;
  margin: 0 0 10px;
  border: 1px solid rgb(219, 219, 219);
}
.login-button {
  border-radius: 4px;
  background-color: #0095f6;
  color: rgb(255, 255, 255);
  padding: 5px 9px;
  border: none;
  width: 268px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  cursor: pointer;
}
.lines-box {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10px;
  font-size: 13px;
  color: #8e8e8e;
  font-weight: bold;
}
.line-1 {
  width: 106px;
  height: 1px;
  background-color: #dbdbdb;
  margin-right: 10px;
}
.line-2 {
  width: 106px;
  height: 1px;
  background-color: #dbdbdb;
  margin-left: 10px;
}
.fb-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  margin-bottom:5px;
}
.fb-link {
  color: #385185;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.aflt-box {
    margin-bottom: 25px;
}
.aff-link a{
    color: #385185;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.forgotten-password-link {
  color: #385185;
  font-size: 13px;
  /* font-weight: bold; */
}
.contind-slidr{	
position:relative;	
width:100%;	height:110px;
overflow:hidden;
}
.mn_slides{	
position:absoulate;	
width:90%;
height:100%;
display:none;
align-items:center;
justify-content:center;
font-size:17px;	
line-height:22px;	
letter-spacing:0.5px;	
font-weight:500;	
color:#fff;
margin:0 auto;
	}
.mn_slides.mn-active{
	display:flex;
	}
	
	




/* Responsive start */

@media(max-width:420px){
	.box-1 {
    height: 100%;
    width: 100% !important;
    padding: 0px;
    box-shadow: unset;
}
}
@media(max-width:767px){
	.fst_grid {
    display: none;
}
.second_grid {
    width: 100%;
}
.login-container1{
	display:unset;
}
form#login_form {
    padding: 20px;
}
.box-1 {
    height: 100%;
    width: 400px;
    padding: 0px;
    box-shadow: unset;
margin: 0 auto;
}
.votejoin-logo {
    width: 190px;
    margin: 30px 0;
}
.input-box input {
    width: 80%;
height: 20px;
    margin: 0 0 15px;
}
.login-button {
    width: 82%;
}
.line-1 , .line-2 {
    width: 50%;
}
.respv-add {
    display: block !important;
    font-size: 15px;
    margin-top: 40px;
}

}




@media(min-width:767px) and (max-width:991px){
	.img-bx {
    height: 420px;
    width: 280px;
}
.innrwlc-txt h3 {
    font-size: 34px;
    line-height: 40px;
}
.mn_slides {
    width: 75%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
}
a.sgnbtn {
    padding: 6px 25px;
font-size: 15px;
}
.innrwlc-txt .subhed-ing {
    font-size: 13px;
    line-height: 20px;
}
.box-1 {
    height: 380px;
    width: 280px;
    padding:20px;
}
.votejoin-logo {
    width: 170px;
    margin: 15px 0;
}
.input-box input {
    height: 15px;
    font-size: 12px;
    padding: 9px 0 7px 8px;
    width: 260px;
}
.login-button {
    width: 265px;
    height: 28px;
    font-size: 13px;
    margin: 6px 0;
}
.line-1 , .line-2 {
    width: 50%;
}
.fb-link , .aflt-box {
    font-size: 13px;
}
.aflt-box {
    margin-bottom: 25px;
}
}