.LoginForm {
    width: 90%;
    /*opacity: 0.59;*/
    background: url(../images/img-frame.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.LoginF {
    margin: 0 auto;
    border-radius: 10px;
}

.close-right {
    /*overflow: hidden;*/
}

.close-right-img {
    padding: 10px 20px;
    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;
    padding: 12px 0px 13px 18px;
    border-radius: 20px;
    border: solid 1px #d5ccb7;
    background-color: #ffffff;
    font-size: 11px;
}

.f-control:focus{
    outline: 0;
}

.f-control2 {
    width: 85%;
    margin: 0 auto;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}


.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;
    color: #ffce6d;
}

.arrowdown {
    margin-bottom: 2px;
    border: solid #ffce6d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.btnlogin {
    background-image: url(../images/btn-login.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px auto;
    color: #000;
    width: 80%;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    background-size: 100%;
    line-height: 80px;
}

.copyright {
    width: 100%;
    opacity: 0.8;
    font-family: Helvetica;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: #ffce6d;
    margin: 30px 0px;
}

.flag { 
  width: 20px;
  height: 20px;
  margin: 0 11px 0 0;
  padding: 1.5px 0 1.2px;
}

.img-backdrop {
    width: 100%;
    /*background-position: bottom;
    flex: 1 1 auto;*/
    position: relative;
    top: -75px;
}

.img-backdrop2 {
    width: 75%;
    /*background-position: bottom;
    flex: 1 1 auto;*/
    margin: 0 auto;
}

.img-backdrop > img, .img-backdrop2 > img {
    max-width: 100%;
    max-height: 100vh;
}

.login-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    overflow: auto;
    display: flex;
    flex-direction: column;
    background: url(../images/img-bg.png) no-repeat bottom, linear-gradient(to bottom, #338ba4, #18424e 12%, #0e262d 20%, #000 29%, #000);
    background-size: cover;
}
.img-big-ub-logo {
    width: 180px;
    height: 80px;
    margin: 10px auto;
    object-fit: contain;
}
    .img-big-ub-logo img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.img-big-ub-crown {
    height: 46px;
    margin: 10px auto 0 auto;
    object-fit: contain;
}

    .img-big-ub-crown 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: 10px 15px;
    background-image: url(../images/btn-login-top.png?v2);
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: sans-serif;
    width: 105px;
    text-align: center;
}

.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: #ffce6d;
}

.input-group {
    margin: 30px auto;
    border-radius: 8px;
    width: 80%;
}

.f-input-group-text {
    min-width: 30px;
    display:inline-block
}

.f-input {
    outline: 0;
    color: #ffce6d;
    font-size: 10pt;
    border: none;
    background-color: #000;
    padding-left: 8px;
}

    .f-input:focus {
        box-shadow: none;
    }

.nav-login {
    position: fixed;
    right: 5px;
    display: inline-block;
}

.f-input-group {
    border: solid 1px #ffce6d;
    background-color: #000;
    border-radius: 25px;
    width: 100%;
    padding: 2px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffce6d;
    opacity: 0.75; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffce6d;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffce6d;
}