@ -10,6 +10,14 @@
border: 0;
border-radius: 0;
margin: 0;
a {
cursor: pointer;
&:hover {
text-decoration: underline;
}
.form-control {
@ -27,6 +27,10 @@
.col-right {
position: relative;
.field {
&-required {
color: $color-theme-error;