



	.invalid-feedback strong {
	    color: red;
	    background-color: yellow;
	}


	.profile-image img {
		position: relative;
		width: 60%;
		border-radius: 100%;
	}


    .numberCircle {
        font-size:150%;
        text-align: center;
        min-width: 13%;

        border-radius:100%;
        border-style: solid;
        border:2px solid gray;
        background-color: blue;
        color: white;

        padding-left: 1.75%;
        padding-right: 1.75%;

    }