body {
	font-family: 'Quicksand', sans-serif;
}

/* -------- Form -------- */
#signature {
	border-radius: 5px;
	width: 100% !important;
}

.judulabsensi {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}

/* .form-control {
    height: 30px;
}

input[type="text"] {
    font-size: 11px;
}

input[type="number"] {
    font-size: 11px;
}

input[type="email"] {
    font-size: 11px;
}

input[type="password"] {
    font-size: 11px;
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

#formabsensi {
	box-shadow: 2px 2px 10px #999;
	padding: 30px 50px 30px 50px;
	border-radius: 5px;
	background: white;
}

body.auth {
	background: rgb(34, 193, 195);
	background: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(167, 121, 22, 1) 100%);
	background-position: center;
	background-size: contain;
	background-attachment: fixed;
}

#click {
	text-decoration: none;
}

#pilih span button {
	width: 100%;
	margin-top: 20px;
	border-radius: 12px;
}

.linkhref {
	margin-top: 35px;
	font-size: 11px;
	font-weight: 600;
	color: #999;
}

.linkhref a {
	text-decoration: none;
}

/* Admin Menu */
.nav-item.selected .nav-link {
	color: #f2f2f2 !important;
}
