.login-container {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  backdrop-filter: blur(10px);
  direction: rtl;
  text-align: right;
}
.login-container .app-brand {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 100px;
}
.login-container .app-brand img {
  max-width: 100%;
  max-height: 100%;
}
.login-container .login-form-button {
  width: 100%;
}
.login-container .copy-link {
  display: block;
  width: 100%;
}
.brand-logo {
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
}
.login-container .ant-form-item-label > label {
  text-align: right;
  direction: rtl;
}
.login-container .ant-input {
  direction: rtl;
  text-align: right;
}
.login-container .ant-input-affix-wrapper {
  direction: rtl;
}
.login-container .ant-input-prefix {
  margin-right: 0;
  margin-left: 4px;
}
