@font-face {
	font-family: Jotham;
	src: url(https://cottoncorners.com/Calligraphr-Regular.ttf);
}

#loginbox {
	background-color:rgba(162, 172, 188,0.95);
	border-radius:50px;
	font-size:30px;
	height: auto;
	margin: 15%;
	padding-left:10%;
	padding-right:10%;
	padding-top:5%;
	padding-bottom:5%;
	width: 50%;
}

#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 90%; /* Full-width */
    font-size: 36px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 22px; /* Add some space below the input */
}

#myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#input1, input2 {
	bottom: 0;
	height: 30%;
	left: 0;
	top: 2px;
	right: 0;
}

#submit {
	text-align:center;
	bottom: 0;
	height: 30%;
	top: 2px;
}

#logincontainer {
	font-size:40px;
}
.loginInput {
	font-size:80px;
	align:left;
	box-shadow:0 0 10px;
}

#loggedmessage {
	font-size:40px;
	bottom:0;
	right:0;
	text-align:center;
	margin-top:1%;
}
.userdisplaybox {
	box-shadow:0 0 10px;
	background-color:rgba(255,249,249,.90);
	border-radius:50px;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:50%;
	text-align:center;
}
.navdisplaybox {
	box-shadow:0 0 10px;
	text-align:center;
	border-radius:50px;
	padding:40px;
	margin:auto;
	height:450px;
	width:50%;
}
.hrdisplaybox {
	box-shadow:0 0 10px;
	text-align:center;
	border-radius:50px;
	padding:40px;
	margin:auto;
	height:550px;
	width:50%;
}
.formdisplaybox {
	box-shadow:0 0 10px;
	background-color:rgba(255,249,249,.90);
	text-align:center;
	border-radius:50px;
	padding:80px;
	top:200px;
	margin:auto;
	height:auto;
	width:70%;
}
.employeedisplaybox {
	box-shadow:0 0 10px;
	background-color:rgba(255,249,249,.90);
	text-align:center;
	border-radius:50px;
	padding:80px;
	top:200px;
	margin:auto;
	height:auto;
	width:50%;
}
.statsdisplaybox {
	box-shadow:0 0 10px;
	background-color:rgba(255,249,249,.90);
	text-align:center;
	border-radius:50px;
	padding:10px;
	top:200px;
	margin:auto;
	height:auto;
	width:60%;
}
.menuicon {
	border-radius:50px;
	background-color:#f9fbff;
	box-shadow:4px 4px 10px;
	padding:2px;
	margin-top:15px;
	margin-left:16%;
	margin-bottom:40px;
	width:25%;
	height:140px;
	float:left;
}
.safetymenuicon {
	border-radius:50px;
	background-color:#f9fbff;
	box-shadow:4px 4px 10px;
	padding:2px;
	margin-top:15px;
	margin-left:16%;
	margin-bottom:40px;
	width:25%;
	height:230px;
	float:left;
}
.logouticon2 {
	border-radius:50px;
	background-color:#f9fbff;
	box-shadow:4px 4px 10px;
	padding:2px;
	margin-top:360px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	width:35%;
	height:auto;
}
.formicon {
	text-align:center;
	border-radius:30px;
	background-color:#f9fbff;
	box-shadow:4px 4px 10px;
	padding:20px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:auto;
	height:auto;
}
.employeeicon {
	text-align:center;
	border-radius:30px;
	background-color:#f9fbff;
	box-shadow:4px 4px 10px;
	padding:20px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:45%;
	height:auto;
}
.returnicon {
	text-align:center;
	border-radius:30px;
	background-color:#f9fbff;
	box-shadow:4px 4px 10px;
	padding:2px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:30%;
	height:auto;
}
.backicon {
	text-align:center;
	border-radius:30px;
	background-color:#f9fbff;
	box-shadow:4px 4px 10px;
	padding:2px;
	margin-top:10px;
	margin-bottom:20px;
	width:10%;
	height:auto;
}
#userinfo {
	font-size:20px;
}
#safework {
	font-size:25px;
}
#forms {
	font-size:25px;
}
#formlinks {
	font-size:25px;
	font-weight:bold;
}
#manuals {
	font-size:25px;
}
#employee {
	font-size:25px;
}
#navbuttons {
	background-color:rgba(255,249,249,.90);
}
#hrbuttons {
	background-color:rgba(255,249,249,.90);
}
p span {
	font-size:40px;
	box-shadow:0 0 10px;
	background-color:#fff9f9;
	border-radius:50px;
	padding:10px;
	top:200px;
	margin:auto;
	height:auto;
	width:70%;
	text-align:center;}