*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1F1F1F;
  text-align: left;
  background-color: #fff;
}
.error-txt {
  text-align: center;
  background: #f3e1e1;
  padding: 8px 5px;
  border-radius: 4px;
  color: #dd0000;
  margin-bottom: 15px;
  width: 100%;
}
body,html{
  height: 100vh;
}
.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    background: #F5F7FF;
    width: 100%;
    padding: 0;
    height: 100vh;
}
.content-wrapper .loginUs {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: white;
}
h2,h3,h4,h5{
    margin: 0px;
    padding: 0px;
}
.login-form {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.auth .brand-logo {
    position: absolute;
    top: 25px;
  }
.loginCon {
  width: 100%;
  text-align: justify;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
  padding: 20px;
}
.div-btn{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.div-btn img {
    width: 100%;
    height: 10px;
    object-fit: cover;
    border-radius: 0px 0px 10px 10px;
}
.div-btn button {
    width: 100%;
    border: none;
    padding: 15px;
    background: #ebbf1c;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
}
.loginCon h3{
  color: #004d81;
  text-align: center;
}
.loginCon h5 {
  font-weight: 400;
  padding: 10px 0px;
}
.auth .brand-logo img {
  width: 200px;
}
.login-form p {
    margin: 0;
    text-align: center;
    font-weight: 400;
    color: #6e6e6e;
    font-size: 13px;
}
.login-form .form-group{
  width: 100%;
}
.auth form .form-group .form-control {
    background: transparent;
    border: 1px solid #CED4DA;
    font-weight: 400;
    font-size: 0.875rem;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    height: 3.175rem;
    padding: 0.94rem 1.94rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    width: 100%;
}
#bgSide {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    width: 60%;
}
#bgSide .bgImg {
    width: 100%;
    object-fit: cover;
}
.header-footer {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 15px;
}
.header-footer img {
    width: 300px;
}
.header-footer img.slogan {
    width: 90%;
}
.organizers-logo {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.organizers-logo img{
  height: 100%;
  width: auto;
}
@media (max-width: 1200px) {
    #bgSide {
        width: 700px;
    }
}
@media (max-width: 1015px) {
    body{
        width: 100%;
        background: white;
        height: initial;
    }
    .content-wrapper {
        flex-direction: column-reverse;
    }
    .content-wrapper .loginUs {
        width: 100%;
    padding: 30px;
    }
    .loginCon {
        padding: 0px;
        justify-content: flex-start;
        align-items: center;
    }
    #bgSide {
        width:100%;
        height:100px;
    }
    #bgSide .bgImg {
        height: 100%;
    }
    #bgSide .slogan,#bgSide .socials{
        display:none !important;
    }
    .header-footer {
        justify-content: center;
    }
    h2,h3,h5{
        text-align: center;
    }
    .container-scroller,.container-fluid,.content-wrapper{
        width: 100%;
        height: 100%;
    }
  .login-form {
    width: 100%;
    margin-top: 30px;
  }
}
#submit-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 99999999999999;
  }
  .PageLoader {
    width: 48px;
    height: 48px;
    border: 3px solid #d7d7d7;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
  .PageLoader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #4b49ac transparent;
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
.bilingual {
    border: 1px solid #cecece;
    padding: 3px 5px;
    border-radius: 7px;
    margin: 0px 7px;
    width: fit-content;
}
.bilingual button {
  color: #454545;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  background: none;
  font-weight: bold;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  direction: rtl;
}
.bilingual button img {
  width: 25px;
  margin-left: 5px;
}
#countdown-container,#countdown-container h1{font-size: 14px;}
#countdown-container {
  display: flex;
  align-items: center;
  padding: 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  height: 30px;
  background: #d80000;
  color: white;
  justify-content: center;
}
#countdown-container h1{
  margin: 0;
  font-weight: bold;
  padding-right: 10px;

}