/* @import url('../webfonts/dots-only.ttf'); */

@font-face {
  font-family: 'Dots Only';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/dots-only.ttf") format("truetype");
}

.dots-only-field {
	font-family: 'Dots Only' !important;
}

.dots-only-field-container .eye {
	margin-left: 5px;
	fontSize: larger;
	cursor: pointer;
}

.dots-only-field-container .eye.closed-eye {
	color: #ff0000;
}

.dots-only-field-container .eye.opened-eye {
	color: #099909;
}

.dots-only-field-container {
	display: flex;
	justify-content: start;
	align-items: center;
}
