.sign-up-form{
	z-index:9999;
}
.question_alternate_bg .flag_bottom {
	z-index: -99999;
}
.btn_back a {
	color: #fff !important;
}
.profile-bio {
    height: 148px;
}
/* Style the form */

 
  /* Style the input fields */
  input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  }
  
  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  
  .close {
    color: #000;
}
  
  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  /* Mark the active step: */
  .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }
  .genie_voting_landing_bg a,.result-page .copyright_text a {
    color: #FFFFFF;
  }
  
  .welcome_pg .dropdown-menu {
     min-width: 136px;
     padding: 10px 0;
  }
  .social ul li a img{
	  width: 40px;
  }
  .social_txt{
    font-family: 'Open Sans';
    font-size: 18px;
  }
  .modal-header .close {
    margin-top: -35px;
 }
 .question_alternate_bg .flag_bottom {
        bottom: 59px;
 }
 .user-bg .col.user-info {
	
 }
 .social-button{
	background: #000920;
    border-radius: 4px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 60px;
    margin-bottom: 20px;
 }
 button.singindropdown{
	 font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    margin-right: 20px;
    cursor: pointer;
 }
 .user-top-name ul li a{
	font-family: 'Open Sans';
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    
 }
 .edit-btn a{
	
    color: #878BB1;
}
 .in-btn{
	border-color: transparent; 
	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    text-decoration-line: underline;
    color: #878BB1;
    margin-top: 20px;
    display: block;
	background: transparent;
 }
 
.file-upload {
    display: none!important; 
}

.inner-section h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #ECF0FD;
    text-transform: uppercase;
}
.location-popup {
    background-image: url(../img/Asset-5.png) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}
.location-popup h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #002664;
}
@media only screen and (max-width:600px){
	.location-popup h3 {
		  font-size: 16px;
		      line-height: 21px;
	}
}