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: #cb2278;
  text-decoration: none;
}

a:visited {
  color: #cb2278;
  text-decoration: none;
}

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

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

.form-control {
  color: #FFFFFF;
  background: linear-gradient(45deg, #3E4E58, #363849, #43394D);
  width: 220px;
  border: 0.5px solid #ffffff61;
}

.form-control:focus{
  color:#fff;
}

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

.form-text {
  font-size: 15px;
  color:white;
  letter-spacing: 0.5px;
  text-shadow: 3px 5px 5px #000;
  text-align:left;
}

.logheader {
  color: white;
  font-weight: 100;
  font-size: 20px;
  margin:10px;
}

.btn-language {
  background: linear-gradient(45deg, #111b36ad, #d7669ac7, #2bc3e8a3);
  border: 1px solid #afafafc2;
  border-radius: 9px;
  text-transform: uppercase;
}

.btn-language .active{
  text-decoration: underline;
  text-shadow: 0px -1px 6px white;
  font-weight: bold;
}

.btn-language label {
  background-color: unset !important;
  border-color: unset !important;
  border: unset !important;
}

.login-btn {
  background: #ff8fd278;
  color: #fff;
  padding: 4px;
  text-shadow: 1px 0px #fc64ad;
  margin-top: 10px;
  width: 220px;
  box-shadow: 0px 0px 9px 2px #c15da09c;
  border-radius: 5px;
}

.login-btn-inner {
  border: 1px solid #ffd2f0b3;
  border-radius: 5px;
  padding: 3px;
  box-shadow: 0px 0px 9px 2px #c15da09c;

}

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