
#password-pop #saveSection a {
    margin: 0 10px;
}

#password-pop fieldset {
    padding-bottom: 5px;
}

.passwordDescription {
    padding: 0 0 10px;
    text-align: justify;
}

.form-field-popup-password fieldset > input {
    width: 100% !important;
}

.PopupScreen {
    width: 100% !important;
}

/*
RESPONSIVE MEDIA QUERIES
=============================== */
@media only screen and (max-width: 767px) {
	fieldset label{
	    display : inline-block !important;
	}
	#profile-image{
		height: 100% !important;
		margin-bottom: 10px;
	}
	
	#uploader{
	  	clear: both;
  		width: 100%;
	}
			
 	.PopupScreen{
 		left: -1% !important;
 	}
 	
 	#image-pop.popupdialog{
 		width: 100% !important;
 	}
 	
 	.activityWrap.uploadImagePopuContent{
 		width: 95%;
 	}


}