/* Svoi CSS kod pishite v faile CUSTOM.CSS, chotobi pri ustanovke obnovlenii ne bilo problem  */



.col-md-12.newform1 {
    background: #471b18;
    padding: 10px;
    padding-top: 20px;
}

.col-md-12.newform4 {
    background: #fbb601;
    margin-top: 10px;
border-radius: 5px;
}

.col-md-3.newform6 {
    line-height: 35px;
    text-align: center;
}

.col-md-3.newform3 {
    background: #f5efe8;
    border-radius: 3px;
}



.newform3 input {
    width: 100% !important;
    margin: 7px 0px;
    padding-left: 10px;
}


.col-md-3.newform3 span {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}


.newform3 form {
    padding: 30px 0px;
}


.newform2 span{
display: block;
    border: 10px solid white;
}



.newform3 button{
background: #fbb601;
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid black;
    margin-top: 7px;
}





.err{
    background: red;
    color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}



.succses{
    background: green;
    color: white;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}





.newform3 textarea{

    width: 100%;
    min-height: 120px;
}