body {
  	background-image: url("../images/BG_Login2.jpg");
  	background-repeat: no-repeat;
}

@media only screen and (max-width: 1100px) {
  body {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/BG_Login2.jpg");
    background-size: cover;
    background-position: center bottom;
  }
}

.div-center {
  width: 600px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 3% 5%;
  text-align: center;
  /* border: 3px solid #cc9933; */
  /* background: rgba(0, 0, 0, 0.3); */
}

@media only screen and (min-width: 700px) {
  .div-center {
    height: 800px;
  }
}

a:link {
  color: Khaki;
  text-decoration: none;
}

a:visited {
  color: Khaki;
  text-decoration: none;
}

a:hover {
  color: Khaki;
  text-decoration: none;
}

a:active {
  color: Khaki;
  text-decoration: none;
}

.form-control {
 color:#FFFFFF;
 background-color:#111;
 width:220px;
}

.form-control-sm {
 color:#FFFFFF;
 background-color:#111;
 width:120px;
}

/* .button-y{
                background: url('../resource/images/new/button.png') no-repeat;
                cursor:pointer;
                border: none;
            } */
