.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text {
  color: #ffffff !important; }

.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-bullet.kt-menu__link-bullet--dot > span, .kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-bullet.kt-menu__link-bullet--dot > span {
  background-color: #ffffff !important; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  overflow-x: hidden; }
  body .bg {
    min-height: 100vh;
    background-image: url(/dist/assets/media/bg/bg5.jpg), -webkit-gradient(linear, left top, left bottom, from(#4678bb), to(#077761));
    background-image: url(/dist/assets/media/bg/bg5.jpg), linear-gradient(to bottom, #4678bb, #2e486e);
    background-position: 0 0;
    background-size: cover;
    background-color: #fdffff !important;
    /*background-position: -90% bottom;*/
    /*background-position: 50vw 20vh;
    background-size: contain;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

.l-login-reg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 15px 100px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: white;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 580px; }
  .l-login-reg .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px; }
    .l-login-reg .logo-wrapper img {
      width: 110px; }
    .l-login-reg .logo-wrapper .txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #4678bb;
      font-size: 18px; }
  .l-login-reg__portal-name {
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
    color: #4678bb; }

.c-login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .c-login-form__title {
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: bold; }
  .c-login-form__control {
    border: 1px solid #e8e8e8;
    height: 50px;
    border-radius: 30px;
    padding: 0 25px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 100%; }
    .c-login-form__control:focus, .c-login-form__control:focus-visible {
      -webkit-box-shadow: 0 0 14px #4678bb;
      box-shadow: 0 0 14px #4678bb;
      border: 1px solid #4678bb;
      outline: none; }
  .c-login-form .select2-selection--single {
    border: 1px solid #e8e8e8;
    height: 45px;
    border-radius: 30px;
    padding: 0 25px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .c-login-form .select2-selection--single .select2-selection__rendered {
      padding: 0 !important;
      height: auto; }
  .c-login-form__login-btn {
    background: #4678bb;
    border: #366362;
    height: 60px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 14px #4678bb;
    box-shadow: 0 0 14px #4678bb;
    color: white;
    border-radius: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-image: -webkit-gradient(linear, left top, right top, from(#4678bb), to(#077761));
    background-image: linear-gradient(to right, #4678bb, #2e486e);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px; }
    .c-login-form__login-btn:hover .c-login-form__login-btn__icon {
      margin-left: 20px; }
    .c-login-form__login-btn__icon {
      fill: white;
      width: 30px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      margin-left: 10px;
      /*rtl:raw:
                    transform: scale(-1);
            */ }
  .c-login-form__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: black;
    font-weight: bold;
    text-decoration: underline; }
    .c-login-form__back svg {
      width: 30px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transform: scale(-1);
      transform: scale(-1);
      fill: white;
      /*rtl:raw:
                transform: scale(1);     
            */ }
  .c-login-form__new-user {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px dashed transparent; }
    .c-login-form__new-user:hover {
      border-bottom: 1px dashed #366362; }
  .c-login-form__store-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem; }
    .c-login-form__store-btns__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0.5rem;
      /*  border: 1px solid #dedede;
            padding: 5px 10px;*/
      border-radius: 25px; }

.c-lang {
  color: #fff;
  border: 1px solid;
  padding: 5px 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  margin-left: auto;
  margin-bottom: 50px;
  font-family: cairo; }
  .c-lang svg {
    display: none; }
  .c-lang g [fill] {
    fill: white; }

.button-actions {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .button-actions a {
    color: white; }

/*# sourceMappingURL=login-1.css.map */
