.LoginForm {
  width: 80%;
  margin: auto;
  padding: 11px 0 11px;
  /*opacity: 0.59;*/
  border-radius: 10px;
  background-color: #050202;
  margin-top: 12px;
  background: rgba(0, 0, 0, 0.62);
}

.close-right {
  overflow: hidden;
}

.close-right-img {
  padding: 15px 35px;
  float: right;
}

.LoginText {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  text-align: center;
  color: #ba995d;
}

.Line-26 {
  height: 0.5px;
  margin: 10.8px 0 24.8px;
  background-color: #cbb37d;
}

.lbl-control {
  height: 14px;
  margin: 24.8px 44.9px 6px 25px;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: left;
  color: #ba995d;
}

.f-control {
  width: 85%;
  height: 40px;
  margin: 0px 25px 0px 25px;
  padding: 0 18px;
  border-radius: 20px;
  border: solid 1px #d5ccb7;
  background-color: #ffffff;
  font-size: 11px;
}

.f-control:focus {
  outline: 0;
}

.f-control2 {
  width: 85%;
  height: 45px;
  margin: 5px 25px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}

.Rectangle-435 {
  width: 85%;
  height: 40px;
  margin: 6px 25px 24px;
  padding: 12px 0px 13px 18px;
  border-radius: 20px;
  border: solid 1px #d5ccb7;
  background-color: #ffffff;
}

.LangText {
  margin: 0px 10px;
  display: inline-block;
}

.arrowdown {
  margin-bottom: 2px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.btnlogin {
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  color: black !important;
}

.copyright {
  width: 100%;
  height: 20px;
  opacity: 0.8;
  font-family: Helvetica;
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: fixed;
  bottom: 0;
}

.flag {
  width: 20px;
  height: 20px;
  margin: 0 11px 0 0;
  padding: 1.5px 0 1.2px;
}

/* .img-backdrop {
  background: url(./../../../../src/assets/images/login-backdrop.png) no-repeat;
  width: 100%;
  background-position: bottom;
  flex: 1 1 auto;
} */

.login-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1080;
  background-color: black;
  overflow: auto;
  display: block;
  flex-direction: column;
}
.img-big-ub-logo {
  width: 180px;
  height: 140px;
  margin: auto;
  object-fit: contain;
}
.img-big-ub-logo img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.icn-close {
  width: 15px;
  height: 15px;
  margin: 0 36.5px 0 103.5px;
  object-fit: contain;
  background-image: linear-gradient(
    to bottom,
    #d2bc7e,
    #e7d69d 31%,
    #a68b4a 56%,
    #a28644 82%,
    #c4a865
  );
}

.username {
  width: 78px;
  height: 15px;
  font-family: MicrosoftYaHei;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: left;
  color: #2b2b2b;
}

.login_error {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ff4444;
}

.icn-login {
  padding: 5px 10px;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  color: black;
  border-radius: 5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.language-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 101;
  background-color: black;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.langForm {
  margin: 50px 30px 0 30px;
  flex: 1 1 auto;
}

.langSel {
  padding: 15px 30px 0px 30px;
  display: inline-block;
  width: 100%;
}

.langFlagText {
  display: inline-block;
  margin-left: 10px;
  color: white;
}

.toggle-bar {
  padding: 20px;
  position: fixed;
  left: 0;
}

.icon-bar {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #cbb37d;
  /* margin-top: 3px; */
  margin-top: 0.25rem;
}
