/* Login */

.full {
  background: url("../../global/img/background.jpg") no-repeat center center
    fixed;
  /*  background: linear-gradient(rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)),
    url("../../global/img/background.jpg") no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerbox {
  position: relative;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  min-height: 340px;
  width: 440px;
  padding: 30px 0px;
  top: -50px;
}
.centerbox h1 {
  font-size: 1.3em;
  color: #fff;
}
.centerbox p {
  font-size: 0.9em;
  color: #fff;
}
.centerbox a {
  color: #01cb47;
  text-decoration: none;
}
.centerbox a:hover {
  color: #3b8200;
}
.centerbox input {
  background: rgb(0, 0, 0, 0);
  font-size: 1.2em;
  color: #fff;
}

.footeri {
  box-sizing: border-box;
  position: fixed;
  padding: 10px 30px;
  width: 100%;
  font-size: 0.8em;
  bottom: 0;
  background: rgb(0, 0, 0, 0.5);
  color: #fff;
}
.footeri a {
  color: #fff;
  text-decoration: none;
}
.footeri a:link {
  color: #fff;
  text-decoration: none;
}
.footeri a:hover {
  color: yellowgreen;
}

.row {
  padding: 10px 40px;
  align-items: center;
  justify-content: center;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.btn_blue {
  padding: 8px 28px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
}

.btn_blue:hover {
  cursor: pointer;
  background: #000;
}

.input_100 {
  padding: 10px 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
}

.hover_pointer:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  cursor: pointer;
}
