/* cmsms stylesheet: odb modified: 29.4.2021 17:54:59 */
.text-input input {
border-radius: 0px ;
border: 1px solid #d0d7de;
box-shadow: none;
outline: none;
font-weight: 300;
background: white;
border-color: #d0d7de;
height: 46px;
padding: 10px 16px;

line-height: 1.33333;

width: 100%;
}

.text-area textarea {
border-radius: 0px ;
border: 1px solid #d0d7de;
box-shadow: none;
outline: none;
font-weight: 300;
background: white;
border-color: #d0d7de;
padding: 10px 16px;

line-height: 1.33333;

width: 100%;
}

.submit .cms_submit {
    color: #ffffff;
    background: #d10a11;
    border-color: #d10a11;
font-size: 16px;
padding: 12px 26px 11px 26px;
text-transform: uppercase;
font-weight: bold;
border: 1px solid transparent;
}
