body{
    /*background: -webkit-linear-gradient(left, #0072ff, #00c6ff);*/
	background: -webkit-linear-gradient(left, grey, black);
}
.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
	border-radius: 100px;
	box-shadow: 5px 5px cadetblue;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    /*border-radius: 6rem;
	width: 35%;
	margin-top: -3%;
	margin-bottom: -10%;*/
	
	border-radius: 0rem;
	width: 25%;
	margin-top: 1%;
	margin-bottom: -7%;

}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

p{
	background-color: #e5e5e5;
	color: red;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 2px 2px #c9c9c9;
}