﻿.contact-form {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
}

    .contact-form .input-field label {
        font-weight: bold;
        color: lightgray !important;
    }

    .contact-form .input-field input:focus,
    .contact-form .input-field textarea:focus {
        border-bottom: 2px solid #00796b;
        box-shadow: none;
        color: lightblue !important;
    }

    .contact-form .btn {
        background-color: green;
        border-radius: 20px;
        width: 150px;
        margin-top: 30px;
    }

        .contact-form .btn:hover {
            background-color: red;
            transition: background-color 1s;
        }

.message-response {
    margin-top: 15px;
    font-size: 16px;
    color: #00796b !important;
    text-align: center;
}


.parbtn {
color:red;
font-size:12px;

}