@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  font-family: 'Roboto', sans-serif;
  background-color: #000;
}

.auth__header {
  width: 100%;
  background: transparent url(../img/background.png) top no-repeat;
  position: relative;
  min-height: 210px;
}
.wrapper{
  text-align: center;
}
.auth__body {
  display: inline-block;
  margin-bottom: 30px;
}
.auth__form {
  width: 330px;
  margin: auto;
  padding: 0 10px;
  position: relative;
  z-index: 9;
  text-align: left;
}
.auth__form_body {
  padding: 0.7rem 1.5rem 35px;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  height: 280px;
}
.auth__form_title {
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.auth__form_actions {
  text-align: center;
  padding: 0 2rem;
  margin-top: -25px;
}
.auth__form_actions .btn {
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(50, 128, 228, 0.5);
}

ul{
  padding-left: 15px !important;
}

.admin{
  position: absolute;
  right: 0;
  top: 0;
}