/* Add custom CSS styles below */ 


/* START FORM */
form.talab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
form.talab div{
    width: 80%;
    margin-bottom: 1rem;
}
form.talab input, form.talab textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #272c2b;
}
::Placeholder{
    color: #272c2b;
}
form.talab .submit_btn {
    text-align: center;
}
form.talab .submit_btn button {
    width: 150px;
    height: 50px;
    background: #b60609;
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
}