You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
362 B

button, label{
font-family: Yekan;
}
.input-validation-error{
border-color: #ee4646;
}
.field-validation-valid{
display: inline-block;
min-height: 1.3em;
}
.field-validation-error{
font-family: Koodak;
font-size: 1.2em;
}
.form-help{
color: #3c72e1;
cursor: pointer;
}
.indented{
margin-right: 30px;
}