html,body{
	font-family: "Ubuntu", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.animation__shake {
	-webkit-animation: shake 1500ms;
	animation: shake 1500ms;
	animation-iteration-count: infinite;
}
.wrapper {
	background-image: url('../images/background.png');
	background-size: 70%;
	background-position: center;
	background-attachment: fixed;
}
.pointer{
	cursor:pointer;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
}
.select2-is-invalid{
	border: 1px solid #dc3545!important;
}
.select2-results{
	background:#ccc!important;
	color:#000!important;
}
.select2-selection__arrow{
	display:none!important;
}
.col-form-label{
	font-weight:normal!important;
	font-size:14px!important;
}
.inputgrouptext{
	border-radius:0 .3em .3em 0!important;
}