﻿
.formsumitBtn {
    background-color: #007bff; /* Change the background color to blue */
    color: white;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.formsumitBtn:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

.error-message {
    color: red; /* Set error message text color to red */
}

.formsumitText {
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

