.containerform {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}
.content-small label {
    line-height: 34px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 34px;
}
.content-small input, .content-small select {
    width: 100%;
}
input, textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #BBB;
    padding: 5px 10px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.texttarea{
	width: 100%
}
button {
    max-width: 100%;
    display: inline-block;
    width: 125px;
    color: #fff;
    background: #13317d;
    text-align: center;
    margin-left: 8%;
    margin-bottom: 18px;
    border-radius: 7px;
    padding: 2px;
    font-size: 18px;
    font-weight: 700;
}


@media only screen and (min-width: 601px){
	.texttarea {
    width: 45%;
}	
}
