.errorForm{
    display: inline-block;
    background-color: darkred;
    color: white;
   /* padding: 5px;*/
    margin-top: 5px;
    border: 2px dashed darkorange;
   /* border-radius: 10px;*/
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0.5rem 1rem;
}
.messageForm{
    display: inline-block;
    background-color: #078a00;
    color: white;
    margin-top: 5px;
    border: 2px dashed #86ff60;
    /* border-radius: 10px;*/
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0.5rem 1rem;
}

.full_width_button{
    /*display: inline-block;*/
    width: 100%; !important;
    border: none;
    border-radius: 50%;
    background-color: #4169DD;
    padding: 14px 28px;
    cursor: pointer;
    text-align: center;
}
/*styling of hr*/
.hr_green{
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(8,88,32, 0.8);
}
