
.a_email{    
    font-weight: bold;
    color: gold;
    padding: 2px 5px 2px 5px;
}

span {
    display: inline-block;
}

.form_request_submit{
    padding: 20px 10px;
    display: block;
    background-color: rgb(105, 105, 105);
    border-radius: 7px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.input_name, .input_title ,.textarea_content, .input_title_2{
    padding: 10px 10px;
    width: calc(100% - 20px);
   
    color: #fff;
    border-radius: 2px;
    border: none;
    margin-bottom: 10px;
}

.input_title{
    background-color: #e1e1e1;
    color: #000000;
}

.textarea_content{
    height: 100px;
    background-color: #322e2e;
    color: #fff;
    margin-top: 10px;
    resize: none;
}

.input_title_2{
    width: 100%;
    color: #000000;
    background-color: #e1e1e1;
    padding-left: 5px;
}

.button_request_submit{
    width: 100%;
    background-color: rgb(255, 218, 6);
    color: #000000;
    margin-top: 20px;
    padding: 10px 0px;
    border: 2px solid #7400c1;
    font-weight: bold;
}

