@font-face {
  font-family: Arimo-Bold;
  src: url(../fonts/Arimo/Arimo-Bold.ttf?orgId=00D3z000000eEcW&orgId=00D3z000000eEcW);
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: #3F0051 !important;
  direction: rtl;
  text-align: right !important;
  font-family: system-ui !important;
}

.logo {
  width: 204px;
  margin-top: 64px; 
}

#login .container #login-row #login-column #login-box {
  margin-top: 10px;
  max-width: 600px;
  background-color: white;
  padding: 1.8rem;
}

#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}

.text-navy {
  color: #0056ac;
}

.background-navy {
  background: #0056ac !important;
  color: white !important;
}

.background-purple {
  background: #C75EFF !important;;
  color: #3F0051 !important;;
}

#register-link2 {
  display: none;
}

#loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,0.6);
  z-index: 10;
  display: none;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.slds-theme--hide {
  display: none;
}

.slds-theme--error {
  color: red !important;
}

.slds-theme--success {
  color: green !important;
}

.horizontal-layout {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: stretch;
}
.header {
  /* font-family: 'Assistant', sans-serif; */
  font-size: 20px;
  font-weight: bold;
  color: #ffffffff;
  margin-top: 5px;
  margin-bottom: 10px;
}

#banner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: absolute;
}

.ogenText {
  color: #3F0051 !important;
}

/* .banner1 {
  background-image: url('../images/banner.PNG');
  height: 100vh;
  width: 100vh;
}

.banner2 {
  background-image: url('../images/banner2.PNG');
  height: 100vh;
  width: 70vh;
} */

@media only screen and (max-width: 600px) {
  #banner {
    height: 0;
    width: 0;
  }
}

#login {
  flex: 1;
}

@media (max-width: 950) {
  #banner {
    display: none;
  }
}