
.error_list {
  color: #e83e8c;
}

/* font-family: "Oswald", Helvetica, Arial, sans-serif!important; */

.lamm-form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.required-field {
    color: #e83e8c;
    font-size: 14px;
}
