Check out the REQUEST FORM in the image below (with a green background). It is currently aligned at the top, but I would like it to be centered vertically.
https://i.sstatic.net/4A6Tw.jpg
This is the CSS style being used,
.rtitle {
background-color: Green;
width: 300px;
height: 50px;
border-radius: 25px;
font-size: 30px;
padding-right: 10px;
padding-left: 10px;
text-align: center;
font-weight: bold;
}
I am looking for a way to create a perfectly centered div using CSS. Any help would be appreciated.