
.container {
	width: 65%;
	/*position: absolute;*/
	left: 15%;
	top: 10%;
	margin-bottom: calc(15.25vw);
}

#title {
	/*position: absolute;*/
	left: 43.5%;
	top: 2%;
	margin-left: 16%;
	margin-bottom: 4%;
}

#firstName {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#lastName {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#email {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#pwd {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#confirmPwd {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#birthday {
	
	padding-left: 26px;
	/*position: absolute;*/
	width: 100%;
	left: 0%;
	background-image: url(/resources/css/images/calendar_aba3a3_16.png);
    background-size: 14px 14px;
    background-position: 5px 8px;
    /*
    opacity: .5;
    z-index: 1000;
    */
    background-repeat: no-repeat;
    
}

.date {
	/*position: absolute;*/
	width: 50%;
	/*left: 35%;*/
}

/*
#birthday:before {
    content:'';
    display: block;
    
    
    width: 15px;
    height: 15px;
    
    background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);
    
    background-image: url(/SHs/resources/css/images/glyphicons-204-lock.png);
    
    
    background-image: url(/SHs/resources/css/images/calendar_aba3a3_16.png);
    background-size: 14px 14px;
    background-position: -28px 0;
    
    background-repeat: no-repeat;
    
    position: absolute;
    top:10px;
    left:7px;
    
    opacity: .5;
    z-index: 1000;
}
*/

#country {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#city {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#state {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#zip {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#gender {
	/*position: absolute;*/
	width: 50%;
	left: 35%;
}

#btnSignUp{
	/*position: absolute;*/
	top: 97.5%;
	width: 50%;
	left: 35%;
	background-color: #2E9AFE;
	background-image: linear-gradient(to bottom, #819FF7 0px, #5882FA 100%);
    background-repeat: repeat-x;
    border-color: #2E64FE;
    font-weight: normal;
    color: white;
	/*margin-left: 22%;*/
	width: 60%;
	margin-top: 2.5%;
}

.control-label {
	font-weight: normal;
	width: 35%;
}

.password-verdict{
	color:#000;
}

.progress {
	width: 50%;
	margin-top: 20px;
	margin-left: 35%;
	margin-bottom: 0;
}

#enforcingTerms {
	color: grey;
	/*text-align: center;*/
	margin-left: 2%;
}

#signUpBreadCrumb {
	margin-left: 5%;
	margin-top: 450px;
	background-color: white;
	width: 30%;
	font-size: 17px;
}

#signUpContainer {
	margin-left: calc(15.5vw);
	background-color: white;
}

.progress {
	margin-left: 17%;
}