* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
}
html {
  background-color: #0a0a0a;
}
.file_list {
  margin-left: 0px;
  margin-top: 50px;
}
.file {
  background-color: #f4f4f4;
  border-radius: 5px;
  width: 100%;
  position: relative;
  padding: 10px;
  margin-bottom: 5px;
  height: 60px;
}
form {
  margin: 0;
    margin-right: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 50px;
  float: right;
}
disabled_form {
  margin: 0;
    margin-right: 0px;
  margin-right: 0px;
  margin-right: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 50px;
  float: right;
}
.main input {
  background: #6c6c6c;
  color: #fff;
  border: none;
  width: 120px;
  height: 31px;
  border-radius: 5px;
  cursor: pointer;
}
#disabled {
  background: #cecece;
  color: #fff;
  border: none;
  width: 120px;
  height: 31px;
  border-radius: 5px;
}
.main input:hover {
  background: #dfdfdf;
}
.file p {
  float: left;
  text-align: center;
  height: 20px;
  margin: 0;
    margin-left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 50px;
}
body {
    margin: 0;
}
input:hover {
  background: #d9d9d9;
}
input {
  background: #cecece;
  color: #000;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.login {
  width: 400px;
  margin: 100px auto;
  height: 170px;
}
.unathorized h1 {
    font-weight: 200;
    color: #fff;
    font-size: 38px;
}
.home p {
  font-size: 13px;
}
.main {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  margin: 0;
  display: block;
}
.unathorized {
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  margin: auto;
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  top: 100px;
}
.home {
  margin-left: 0;
  margin-top: 0px;
  color: #fff;
  float: left;
  width: 100px;
  background: #0a0a0a;
  display: block;
  height: 100%;
  text-align: center;
}
.container {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.login h1 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    padding: 20px 0 20px 0;
    font-weight: 100;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #282828;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login form input[type="submit"] {
  width: 100%;
  padding: 10px;
  margin-top: 0px;
  background-color: #484848;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.2s;
  font-weight: 100;
  height: 40px;
  border-radius: 5px;
}
.login form input[type="submit"]:hover {
  background-color: #2868c7;
    transition: background-color 0.2s;
}