html {
  margin: 0px;
  padding: 0px;
}
body {
  background: #333344;
  color: #ffffff;
  font-family: arial;
  padding: 20px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}
#rfidform input {
  width: 390px;
  height: 72px;
  font-size: 45px;
  line-height: 72px;
  padding-left: 15px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: none;
  color: #ffffff;
}
#logobox {
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: white;
}
#logo {
  height: 300px;
  position: absolute;
  left: 50px;
  bottom: 0px;
}
#logo2 {
  height: 90px;
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.logoutbutton {
  width: 120px;
  height: 120px;
  text-align: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
  /*
    float: right;	 
    margin-left: 60px;
    margin-bottom: 30px;
    position: relative;
    */
  background: rgba(204, 204, 221, 0.3);
  color: #cc2233;
  font-size: 20px;
  cursor: pointer;
  display: block;
  transition: all 0.5s;
  text-decoration: none;
}
.actions-large,
.actions-small {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.actions-large a,
.actions-small a {
  background: #e8c379;
  color: #222222;
  margin-right: 30px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.actions-large a icon,
.actions-small a icon {
  font-size: 20px;
  margin-right: 15px;
}
.actions-large a:hover,
.actions-small a:hover {
  background: #ffffff;
}
.actions-large a {
  flex-direction: column;
  font-size: 20px;
}
.actions-large a icon {
  font-size: 35px;
  margin-right: 0px;
  margin-bottom: 10px;
}
