form{
    
    margin-top: -30px;
}

form table{
    width: 100%;
}

form input{
        
    margin: 11px;
    border: none;
    border-bottom: 1px solid #C24D67;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color:rgba(127,127,127,0.8);
    background: none;
    text-align: center;
    
}

form:hover input{
        
    margin: 11px;
    border: none;
    border-bottom: 2px solid #C24D67;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color:white;
    background: none;
    text-align: center;
    
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(127,127,127,1);
    text-align: center;
    font-family: zonaproregular;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(127,127,127,1);
    text-align: center;
    font-family: zonaproregular;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(127,127,127,1);
    text-align: center;
    font-family: zonaproregular;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(127,127,127,1);
    text-align: center;
    font-family: zonaproregular;
}


input[type=submit] {
    width: 50%;
    background-color: rgba(0,79,12,0.7);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}