 
.tempDivStretch {
		justify-content: center;
	align-items: center;
		display:flex;
		width:100%;
		}
	.editProfileInfoBtn {
	justify-content: center;
	align-items: center;
		display:flex;
width:200px;
height:200px;
align-text:center;
//background-color:#B7B7B7;

}
	.placardTop{
		padding:10px;
		}
	.pgContainer{
		justify-content: center;
		display:flex;
		}
		.profileIntroTxt{
			width:100%;
			}
	.noDate{
		margin:3px;
		}
	   #profilepicForm::-webkit-file-upload-button { 
          -webkit-appearance: none; 
          padding: 5px 10px;
          background-color: #FFD05F; /* Green */
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 16px; 
          margin:3px;
      }

      #profilepicForm::-moz-file-button { /* Firefox */
          padding: 5px 10px;
          background-color: #FFD05F; /* Green */
          color: white;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-size: 16px; 
          margin:5px;
      }
	#profilepicForm{
		width: 250px;
		height:43px;
		padding:0;
		margin:10px;
		}
		#dob, #sdob{
		width: 100%;
		}
		
	.profilePicStripe {
		 
	//justify-content: center;
	align-items: center;
		display:flex;
		display: none;
		margin-top:2px;
		flex-direction: column;
		//background-color:#B7B7B7;
		}
	.profilePicSelector {
		width: calc(100% - 210px);
		}
	    #firstname, #lastname {
    	margin-right:5px;
    width:calc(50% - 25px);
    }
    .userMainInfo {
    	display:flex;
    margins:50px;
    }
    .bdaybox{
    	display:block;
    margin:2px;
    width:calc(50% - 30px);
    }
	.form-control{
		margins:50px 50px;
		width: calc(100% - 50px);
		}
.profilePicCon {
	display:inline-block;
	
	flex-direction: column;
border:solid;
border-color: #000000;

}
.formContainer{
	/*set to flex*/
	display: flex;
	display: none;
	justify-content: center;
	align-items: center;
	margin:5px;
	border-radius:10px;
	}
.profilePicLoader {
width:150px;
height:150px;
margin:3px;

background-color:#B7B7B7;
}
@media screen and (max-width: 992px) {
	
	.pgContainer{

		display:flex;
		flex-wrap:wrap;
		} 
	}