* {
  box-sizing: border-box;
    border: 0px;
font-family:  'IRSans';
}
*:before, *:after {
  box-sizing: border-box;

}

body {
  background: #c0c0c0;
  color: #000;
  font: 100%/1.5em "Varela Round", sans-serif;
  margin: 0;
}

input {
  background-image: none;
  border: none;
  font: 100%/1.5em "Varela Round", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.container {
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ---------- LOGIN ---------- */
#login {
    width: 400px;
    margin: 20px auto;
    border: 2px solid #1abc9c;
    border-radius: 15px;
}

#login h2 {
  background: #1abc9c;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 28px;
  padding: 20px 26px;
}

#login h2 span[class*="fontawesome-"] {
  margin-right: 14px;
}

#login fieldset {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 26px;
}

#login fieldset p {
  color: #777;
  margin-bottom: 14px;
}

#login fieldset p:last-child {
  margin-bottom: 0;
}

#login fieldset input {
    border-radius: 3px;
    background: #eeeeee;
    width: 100%;
    PADDING: 5PX;
    BORDER: 1PX SOLID silver;
}

#login fieldset input[type="username"], #login fieldset input[type="password"] {
  background: #eee;
  color: #777;
  padding: 4px 10px;
  width: 100%;
}

#login fieldset input[type="submit"] {
font-family:  'IRSans';
  background: #1abc9c;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  width: 100px;
}

#login fieldset input[type="submit"]:hover {
  background: #28ad63;
}
.panel_button {
    display: block;
    position: relative;
    float: right;
    width: 100%;
}
.panel_button ul li {
    background: #263442;
    color: whitesmoke;
    padding: 4px;
    width: 140px;
    text-align: center;
    float: right;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px
}
.panel_button ul li a{
color: white!important;
}