.ng-invalid.ng-dirty {
    border-color: red;
}

.ng-valid.ng-dirty {
    border-color: green;
}

.thumbnail {
    width: 58px;
    height: 58px;
}
