.alert {
  padding: 5px 5px 5px 5px;
  bottom: 5px;
  line-height: 2.1rem;
}

.main-password .main-password-eye {
	position: relative;
	top: 3.1rem;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
	left: calc(100% - 135px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-password .main-password-eye {
	cursor: pointer;
}

.main-password .main-password-eye svg .eye {
	fill: #989694;
}

.main-password .main-password-eye.active svg .hide-1 {
	stroke: #989694;
}

.main-password .main-password-eye.active svg .hide-2 {
	stroke: white;
}

.form-check-inline {
  margin-top: 20px;
}

.form-check-input[type="checkbox"] {
  margin-right: 5px;
}
