﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html {
  font-size: 14px;
  font-family: 'Noto Sans Hebrew', sans-serif;
  position: relative;
  min-height: 100%;
  /* height: 100%;
  margin: 0; */
}
body {
  min-height: 100vh;
  margin: 0;
  font-family: 'Noto Sans Hebrew', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  /*text-align: left;*/
  background-image: url('../img/ecngbgel.png'); 
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-y: scroll;  
  background-color: blue;
}
main {
  flex: 1;
  justify-content: space-around;
  /* z-index:1; */
}
main[role="main"] {
  flex-grow: 1;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.second-line {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
a {
  color: #2E6AFF;
}
a.white {
  color: white;
  text-decoration: underline;
}
a.white:hover {
  color: yellow;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;   
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0f99c7;
    border-color: #1861ac;
}

.space2 {
  max-height:1px;
  height: 1px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
    font-family: 'Noto Sans Hebrew', sans-serif;
  }
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


footer {
  position: relative;
  z-index:99999;
  display:grid;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.flex-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.text-end {
  text-align: end;
}

.field-validation-error {
    color: var(--red);
}
.plan-card {
    height: 200px;
}
.panel-ecng{
    min-width: 40%;
}
.rtl .form-check {
    text-align: right;
}
.rtl .form-check-label{
    margin-right: 20px;
}
.form-check-label {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 2rem 0 1rem!important;
}
.form-check-input {
    accent-color: #3BE7FE;
    transform: scale(2);
    margin-top: 0.5rem !important;
}

div.form-check {
    padding: 0.2rem;
}
.control-label {
    font-size: 1.2rem;
}

.form-container {
  width: 526px;
  height: 578px;
  background-image: url('../img/form2.svg');
  background-size: cover;
  background-position: center;
  position: relative;
}

div.message-container {
    background: #ffffff;
    border-radius: 32px;
    padding: 48px 40px;
    max-width: 526px;
    width: 526px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin-top: 20%;
}

div.message-container > h1.title {
    margin: 0 0 32px;
    font-size: 32px;
    font-weight: 700;
    color: #ff7a45;
    text-align: center;
}

div.message-container > .text {
    font-size: 22px;
    line-height: 1.6;
    color: #3f4a63;
    margin-bottom: 32px;
}

.highlight {
    color: #ff7a45;
    font-weight: 700;
}

div.message-container > hr {
    border: none;
    border-top: 1px solid #d9dde6;
    margin: 32px 0;
}

div.message-container > .note {
    font-size: 18px;
    line-height: 1.6;
    color: #3f4a63;
}

form {
    padding: 170px 43px 0 43px;
    margin: auto;
    width: 100%;
    z-index: 9999;
}
.form-rounded {
  border-radius: 10px;
}
.form-additional {
  padding: 0;
  width: auto;
}
.form-standard {
  padding: 50px;
  width: auto;
}
.form-center {
  max-width: 540px;
  padding: 50px;
  width: auto;
}

input.input-lg::placeholder {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 32.64px;
}

input.input-lg::-moz-placeholder {
  color: white;
  font-weight: 500;
  font-size: 24px;
}

input.input-lg:-ms-input-placeholder {
  color: white;
  font-weight: 500;
  font-size: 24px;
}

input.input-lg::-webkit-input-placeholder {
  color: white;
  font-weight: 500;
  font-size: 24px;
}

input[type="password"].input-lg,
input[type="text"].input-lg, 
.input-lg,
input[type="password"].input-lg:focus,
input[type="text"].input-lg:focus,
.input-lg:focus {
  height: 75px;
  background-color: #D3E1FF;
}
input.email,
input.password,
input.wide {
  width: 436px;
}
.btn-rounded {
  border-radius: 1rem;
}
label, input {
  display: block;
  margin-bottom: 10px;
}

input[type="submit"] {
  cursor: pointer;
}

.input-group-text-email {
  background-color: transparent;
  border: none;
  background-image: url('../img/envelope.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.input-group-text-pwd {
  background-color: transparent;
  border: none;
  background-image: url('../img/lock.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


body[dir="rtl"] .with-icon {
  padding-left: 15px;
  padding-right: 100px;
}

body[dir="rtl"] label:before {
  left: auto;
  right: 10px;
}
body[dir="rtl"] label.username-label:before {
  background-position-x: 18px;
}
body[dir="rtl"] label.password-label:before {
  background-position-x: 18px;
}
body[dir="ltr"] .with-icon {
  padding-left: 100px; 
}

body[dir="rtl"] .alert {
  text-align: right;
}
body[dir="rtl"] .validation-summary-errors {
    text-align: right !important;
}
body[dir="rtl"] .validation {
  text-align: right;
}

label {
  position: relative;
  display: block !important;
}

label:before {
  content: "";
  position: absolute;
  top: 20%;
}
label.username-label:before {
  content: "";
  position: absolute;
  top: 20%;
}
label.password-label:before {
  content: "";
  position: absolute;
  top: 15%;
}
label.username-label:before {
  width: 83px;
  height: 45px;
  background: url('../img/envelope.svg') no-repeat center/contain;
  background-position-x: 26px;
  background-position-y: -3px;
}
label.password-label:before {
  width: 83px;
  height: 53px;
  background: url('../img/lock.svg') no-repeat center/contain;
  background-position-x: 26px;
  background-position-y: -3px;
}
.white-hr1 {
  border: none;
  height: 1px;
  width: 200px;
  background-color: white;
}

body[dir="rtl"] h1 {
  text-align: right;
}
h1.center {
   text-align: center!important;
}

.btn-gap {
  margin-top: 1rem;
}

.btn-primary,
.custom-nowrap-btn,
.custom-white-btn,
.custom-cyan-small-btn,
.custom-cyan-btn,
.custom-outline-btn,
.custom-outline-small-btn,
.custom-outline-nowrap-btn {
    height: 76px;
    border-radius: 38px;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
    z-index: 99999;
}
.custom-nowrap-btn,
.custom-white-btn {
  background-color: white;
  color: #2D6DFE;
  border: 1px solid #CCC;
}
.custom-white-btn {
  width: 285px;
}
.custom-outline-nowrap-btn,
.custom-nowrap-btn {
  white-space: nowrap;
  width: auto;
  max-width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-nowrap-btn:hover,
.custom-white-btn:hover {
  background-color: #2D6DFE;
  color: white;
}

.custom-cyan-small-btn {
  width: 204px;
  background-color: #3BE7FE;
  color: white;
  border: 1px solid #CCC;
}

.custom-cyan-btn {
  width: 285px;
  background-color: #3BE7FE;
  color: white;
  border: 1px solid #CCC; 
}

.smaller-font-btn {
    font-size: 1.5rem !important;
}

.custom-outline-nowrap-btn,
.custom-outline-btn {
  background-color: transparent;
  color: white;
  border: 1px solid #CCC;
}

.custom-outline-btn {
  width: 285px;
}

.custom-outline-small-btn {
  width: 204px;
  background-color: transparent;
  color: white;
  border: 1px solid #CCC;
}
.custom-white-btn:hover {
  background-color: #2D6DFE;
  color: white;
}
.custom-cyan-small-btn:hover,
.custom-cyan-btn:hover {
  background-color: white;
  color: #2D6DFE;
}
.custom-outline-btn:hover,
.custom-outline-small-btn:hover,
.custom-outline-nowrap-btn:hover {
  background-color: #2D6DFE;
  color: white;
  text-decoration: none;
}

button.login {
  margin-top: 35px;
}

.row-login {
  height: 700px;
  padding-top: 45px;
}

.account-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 44.38px;
  padding-bottom: 50px;
}

.text-link1_5,
.text1_5 {
  font-size: 20px;
  font-weight: 500;
}
.text-link1_5 {
  color: #2D6DFE;
  text-decoration: underline;
}

.validation {
    min-height: 20px;
    height: auto;
    display: block;
    width: 100%;
}

.top {
  margin-top: 100px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


#globe {
  width: 60px; 
  height: 60px;
}
#custom-culture-switcher {
  height: 50px;
}

#custom-culture-switcher:hover img {
  content: url('../img/globe-hover.svg');
}
.culture-option {
  background-color: none;
  text-align: left;
  padding: 8px 16px;
}
.culture-option:hover {
  color: #3BE7FE;
  cursor: pointer;
}

.culture-option-mob {
  padding: 2px 8px !important; 
}

.custom-width-small {
  flex: 0 0 240px;
  max-width: 240px;
}

.custom-width-form {
  flex: 0 0 540px;
  max-width: 540px;
}

.custom-width-wide {
  flex: 0 0 850px;
  max-width: 850px;
}

.custom-width-hr1 {
  flex: 0 0 210px;
  max-width: 210px;
  margin: 0;
  padding: 0;
}
.custom-width-he2 {
  flex: 0 0 205px;
  max-width: 205px;
  margin: 0;
  padding: 0;
}
.custom-width-0 {
  flex: 0 0 20px;
  max-width: 20px;
  margin: 0;
  padding: 0;
}
.custom-width-30 {
  flex: 0 0 30px;
  max-width: 30px;
  margin: 0;
  padding: 0;
}
.custom-width-60 {
  flex: 0 0 70px;
  max-width: 70px;
  margin: 0;
  padding: 0;
}
.inner-form {
  width: 536px;
}

.from-the-top-1 {
  padding-top: 45px;
}

.text-danger {
  color: #dcad35 !important
}
.login-links {
  padding: unset;
  text-align: center;
}
.uppercase {
  font-size: 24px;
  text-transform: uppercase;
}

.show-on-mobile {
  display: none !important;
  width: 0px;
  height: 0px;
}

.hide-on-mobile {
  display: show !important;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: -25px;
}

input.two-factor-code {
    text-align: center;
}

div.relative {
  position:relative;
}

form.nopadding-top {
  padding-top: 0px;
}

div.culture-switcher {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

div.culture-options {
  display: none;
  position: absolute;
  z-index: 1;
}

div#culture-options-mob {
  margin-top: -12px;
}


@media only screen and (max-width: 800px) {
    html {
    font-size: 1rem;
    font-family: 'Noto Sans Hebrew', sans-serif;
  }

  body {
    min-height: 100vh;
    margin: 0;
    font-family: 'Noto Sans Hebrew', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-image: none;
    background-color: #2D6DFE !important;
    overflow-y: scroll;  
  }

  .form-container {
    max-width: 380px;
    height: 420px;
    background-image: url('../img/form2.svg');
    background-size: contain;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
  }

  form {
    padding: 125px 0 0 0;
    margin: auto;
    width: 100%;
    z-index:9999;
  }
  .form-rounded {
    border-radius: 1.7vw;
  }
  .form-additional {
    padding: 0;
    width: auto;
  }
  .form-standard {
    padding: 8.6vw;
    width: auto;
  }
  .form-center {
    max-width: 92.4vw;
    padding: 8.6vw;
    width: auto;
  }

  footer {
    position: relative;
  }
  .footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 10.3vw;
    margin-top:30px;
  }
  .flex-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .plan-card {
    height: 34.2vw;
  }
  .panel-ecng{
    min-width: 40%;
  }
  .rtl .form-check-label{
    margin-right: 3.4vw;
  }

  
  input.input-lg::placeholder {
    color: white;
    font-weight: 500;
    font-size: 4.1vw;
    line-height: 5.6vw;
  }
  
  input.input-lg::-moz-placeholder {
    color: white;
    font-weight: 500;
    font-size: 24px;
  }
  
  input.input-lg:-ms-input-placeholder {
    color: white;
    font-weight: 500;
    font-size: 24px;
  }
  
  input.input-lg::-webkit-input-placeholder {
    color: white;
    font-weight: 500;
    font-size: 24px;
  }
  
  input[type="password"].input-lg,
  input[type="text"].input-lg, 
  .input-lg,
  input[type="password"].input-lg:focus,
  input[type="text"].input-lg:focus,
  .input-lg:focus {
    height: 60px;
    margin: 0;
    background-color: #D3E1FF;
  }
  input.email,
  input.password,
  input.wide {
    width: 74.6vw;
  }
  .btn-rounded {
    border-radius: 1rem;
  }
  label, input {
    display: block;
    margin-bottom: 0.7vw;
  }
  
  /*body[dir="rtl"] .with-icon {
    padding-left: 2.6vw;
    padding-right: 24.2vw;
  }*/
  
  body[dir="rtl"] label:before {
    left: auto;
    right: 10px;
  }
  body[dir="rtl"] label.username-label:before {
    background-position-x: 18px;
  }
  body[dir="rtl"] label.password-label:before {
    background-position-x: 18px;
  }
  body[dir="ltr"] .with-icon {
    padding-left: 100px; 
  }
  
  label:before {
    content: "";
    position: absolute;
    top: 20%;
  }
  label.username-label:before {
    content: "";
    position: absolute;
    top: 20%;
  }
  label.password-label:before {
    content: "";
    position: absolute;
    top: 15%;
  }
  label.username-label:before {
    width: 83px;
    height: 45px;
    background: url('../img/envelope.svg') no-repeat center/contain;
    background-position-x: 26px;
    background-position-y: -3px;
  }
  label.password-label:before {
    width: 83px;
    height: 53px;
    background: url('../img/lock.svg') no-repeat center/contain;
    background-position-x: 26px;
    background-position-y: -3px;
  }
  .white-hr1 {
    border: none;
    height: 1px;
    width: 100px;
    background-color: white;
  } 
  .custom-nowrap-btn,
  .custom-white-btn,
  .custom-cyan-small-btn,
  .custom-cyan-btn,
  .custom-outline-btn,
  .custom-outline-nowrap-btn,
  .custom-outline-small-btn {
    height: 76px;
    border-radius: 38px;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
    z-index: 99999;
  }
  .custom-nowrap-btn,
  .custom-white-btn {
    margin-top: 15px;
    background-color: white;
    color: #2D6DFE;
    border: 1px solid #CCC;
  }
  .custom-white-btn {
    width: 57vw;
  }
  .custom-outline-nowrap-btn,
  .custom-nowrap-btn {
    white-space: nowrap;
    width: auto;
    max-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .custom-cyan-small-btn {
    width: 204px;
    background-color: #3BE7FE;
    color: white;
    border: 1px solid #CCC;
  }
  
  .custom-cyan-btn {
    width: 285px;
    background-color: #3BE7FE;
    color: white;
    border: 1px solid #CCC;
  }
 
  .custom-outline-btn {
    width: 285px;
  }
  
  .custom-outline-small-btn {
    width: 204px;
    background-color: transparent;
    color: white;
    border: 1px solid #CCC;
  }

  .row-login {
    height: 700px;
    padding-top: 45px;
  }
  .row-center {
    height: 700px;
    padding-top: 45px;
    /* padding-left: 0; */
  }
  .account-title {
    font-weight: 700;
    font-size: 33px;
    line-height: 44.38px;
    padding-bottom: 50px;
  }
  
  .text-link1_5,
  .text1_5 {
    font-size: 14px;
    font-weight: 500;
  }
  
  .validation {
    max-height: 15px;
    font-size: 10px;
    text-transform: uppercase;
    height: 15px;
    display: block;
    width: 100%;
  }
  
  .top {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  
  #globe {
    width: 60px; 
    height: 60px;
  }
  #custom-culture-switcher {
    height: 50px;
  }
  .custom-width-small {
    flex: 0 0 240px;
    max-width: 240px;
  }
  
  .custom-width-form {
    flex: auto;
    max-width: 90vw;
  }
  
  .custom-width-wide {
    flex: 0 0 90vw;
    max-width: 90vw;
    margin: 0 auto;
  }
  
  .custom-width-hr1 {
    flex: 0 0 20vw;
    max-width: 20vw;
    margin: 0;
    padding: 0;
  }
  .custom-width-he2 {
    flex: 0 0 35.1vw;
    max-width: 35.1vw;
    margin: 0;
    padding: 0;
  }
  .custom-width-0 {
    flex: 0 0 3.2vw;
    max-width: 3.2vw;
    margin: 0;
    padding: 0;
  }
  .custom-width-30 {
    flex: 0 0 5.1vw;
    max-width: 5.1vw;
    margin: 0;
    padding: 0;
  }
  .custom-width-60 {
    flex: 0 0 12vw;
    max-width: 12bw;
    margin: 0;
    padding: 0;
  }
  .inner-form {
    width: 80vw;
  }
  
  .from-the-top-1 {
    padding-top: 7.7vw;
    width: auto;
  }

  .form-group {
    margin: unset;
  }

  .login-links {
    padding: 0 5vw;
  }

  .uppercase {
    font-size: 1.5rem;
    text-transform: uppercase;
  }

  .show-on-mobile {
    display: block !important;
    width: 100%;
    height: auto;
    z-index: 99999;
  }

  .hide-on-mobile {
    display: none !important;
    width: 0px;
    height: 0px;
  }

  .logo {
    height: 12vw;
  }

  .header-mob {
    top: -9vw;
  }
  .custom-nowrap-btn {
    height: 13vw;
    border-radius: 6.5vw;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
    z-index: 99999;
  }

  .top {
    margin-top: 20px;
  }
  
  main {
    flex: 1;
    padding-bottom: 60px;
  }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 30px 0 0 0;
    text-align: center;
  }

  .container-fluid {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
  }
  .clear {
    clear: both;
  }
  .content, .footer {
    display: block;
  }

  .panel-center {
    padding-right: 20px;
    margin-left: -10px;
  }

  body[dir="rtl"] .panel-center {
    margin-right: -40px;
    margin-left: 20px;
  }

  body[dir="rtl"] .form-center {
      margin-left: 35px;
  }
}

@media (min-width: 801px) {
    body {
        zoom: 60%;
    }
}
@media (min-width: 1400px) {
    body {
        zoom: 100%;
    }
}
