.cwginstock-subscribe-form .panel {
    border-radius: 6px;
    border: 1px solid #cccccc;
    overflow: hidden;
    box-shadow: none;
}

.cwginstock-subscribe-form  {width: 100%;}

.cwginstock-subscribe-form .panel-heading {
    background-color: #cae6e3;
    color: #332b21;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.cwgstock_output{margin-top:15px}

.cwginstock-subscribe-form .panel-body {
    padding: 20px 10px;
    background-color: white;
}

.cwginstock-subscribe-form input[type="text"],
.cwginstock-subscribe-form input[type="email"] {
    border: 1px solid #cccccc;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
}

.cwginstock-subscribe-form input[type="submit"] {
    background-color: #332b21;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

.cwginstock-subscribe-form input[type="submit"]:hover {
    background-color: #287330;
}
.col-md-12{width:100%}