

.call-enter {
    width: 100%;
    height: 100px;
    text-align: center;
    font-weight: 800;
    color: white;
    font-size: 20px;
    display: inline-block;
    border: 0px;
    background-color: #602c80;
	border-radius: 13px;
    padding: 20px;
    border-style: none; 
    box-shadow: 2px 4px 3px 0px rgba(0, 0, 0, 0.53);
    vertical-align: middle;
    line-height: 60px !important;
}

.call-enter a
{
   color: white;
}

.call-enter a:hover
{
   color: gold;
}