@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
body {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body *:before,
body *:after {
  font-family: fontAwesome;
}
body * .mce-ico {
  font-family: 'tinymce', Arial;
}
body * .mce-ico:before {
  font-family: 'tinymce', Arial;
}
a {
  text-decoration: none;
}
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
menu {
  margin: 0;
  padding: 0;
}
li,
ul {
  display: inline;
}
.adminRed {
  color: #d32f2f;
}
.adminGreen {
  color: #388e3c;
}
form {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 25px 25px -10px #cfd8dc;
}
form .logo {
  width: 50%;
  display: block;
  margin: auto;
}
@media (max-width: 580px) {
  form {
    width: 90%;
  }
  form .logo {
    width: 90%;
  }
}
