body{
	background: url(../images/sign-up/sign-up-bg.png) center no-repeat;
  background-size: cover;
  height: 100vh;
}
/*Row and Col css to center the columns in particular row*/
.second-sec-row, .third-sec-row, .fourth-sec-row {
  margin: 0 auto;
  text-align: center;
}
.second-sec-col, .third-sec-col, .fourth-sec-col, .fifth-sec-col{
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.img-col{
	width: 11% !important;
}
/*----------------------------------------------*/

/*col elements css*/
.second-sec-col h3{
	font-weight: 550;
	margin: 45px 0px 30px;
}
.second-sec-col img{
	margin: 15px 0px 0px;
}
.second-sec-col p {
    text-align: left;
    font-size: 21px;
    margin: 15px 0px 0px;
    color: #000000eb;
}
.que-div {
    margin-top: 30px;
    padding: 25px 10px;
    border-radius: 5px;
    border: 2px solid #333333a3;
}
.form-title, .bday-form-title {
  font-size: 25px !important;
  margin-bottom: 20px;
  color: #000000e6;
}
.bday-form-title {
  font-size: 24px !important;
}
.sign-up-btn {
    margin: 40px 0px 25px;
    padding: 15px;
    font-size: 17px;
    background-color: #3973b7;
    color: #fff;
    border: none;
    font-weight: 550;
    width: 100%;
}
input[type=text], input[type=password], .select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
/*validation message*/
span#error_message {
  color: red;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.7rem;
}
/*Movable questions css*/
.gallery{
  position: relative;
  overflow: hidden;
  margin-bottom: 25px !important;
}
.gallery .movable{
  display: flex;
 
  transition: transform 0.4s;
}
.gallery .movable > div {
  flex:1;
  min-width:100%;
}

/*Mobile responsive css*/
@media (max-width: 992px){
  /*col elements css*/
  .second-sec-col h3{
    font-size: 22px;
  }
  /*-----------------*/
}
@media (max-width: 600px){
  /*col css*/
  .img-col {
    width: 14.5% !important;
  }
  .button-col{
    width: 53% !important;
  }
  /*col elements css*/
  button.sign-up-btn {
    padding: 14px;
    font-size: 16px;
  }
  /*-----------------*/
}
@media (max-width: 480px){
  /*col css*/
  .img-col {
    width: 18.5% !important;
  }
  .button-col {
    width: 61% !important;
  }
  /*col elements css*/
  .second-sec-col h3 {
    font-size: 20px;
  }
  .second-sec-col p {
    font-size: 18px;
  }
}
@media (max-width: 375px){
  /*col css*/
  .img-col {
    width: 21% !important;
  }
  .button-col {
    width: 75% !important;
  }
  /*col elements css*/
  .second-sec-col h3 {
    font-size: 20px;
  }
  .second-sec-col p {
    font-size: 17px;
  }
}
@media (max-width: 375px){
  /*col css*/
  .img-col {
    width: 24% !important;
  }
  .button-col {
    width: 82% !important;
  }
  /*col elements css*/
  .second-sec-col h3 {
    font-size: 18px;
  }
  .second-sec-col p {
    font-size: 17px;
  }
  button.sign-up-btn {
    padding: 13px;
    font-size: 15px;
  }
}