.elementor-92877 .elementor-element.elementor-element-9c143ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-92877 .elementor-element.elementor-element-1132d1c > .elementor-widget-container{padding:20px 20px 20px 20px;}}/* Start custom CSS */* {
  font-family: 'Roboto', sans-serif;
}
.eBtn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  border: 0;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: none;
  text-transform: uppercase;
  color: #fff;
  height: 46px;
  font-size: 14px;
  line-height: 0px;
  text-align: center;
  letter-spacing: 1.54px;
  font-weight: 600;
  transition: background-color 0.1s;
  cursor: pointer;
}
.eBtn span {
  vertical-align: middle;
  padding-left: 12px;
}
.eBtn.login {
  background-color: #ff6f00;
  width: 100%;
}
.eBtn:hover {
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s;
}
.eBtn:hover.login {
  background-color: #cc5900;
}
.l-login__content {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 100px);
  max-width: 100%;
  flex: 1 1 100%;
}
.l-login__content > .row {
  max-width: 50%;
  flex: 1 1 50%;
}
.content{
  margin: 0 auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.l-login__right {
  max-width: 50%;
  flex: 1 1 50%;
  display: none;
  min-height: calc(100vh - 100px);
  margin-top: -100px;
  background-image: url('https://eidentity.evolio.cz/assets/bg-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-header {
  height: 100px;
  padding: 16px;
}
@media only screen and (min-width: 560px){
      .content{
      width: 360px;
          
      }
}
@media only screen and (min-width: 768px) {
  .l-login__right {
    display: block;
  }
  .l-login__content {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .l-header{
      padding: 40px 40px 0 40px;
  }
}
.login__header {
  margin-bottom: 96px;
  padding-right: 15px;
}
.login__header h1 {
  font-size: 30px;
  color: #455a64;
  font-weight: 400;
}
.login__result h1 {
  margin-bottom: 24px;
}
.login__result p {
  display: block;
  color: #455a64;
  font-size: 14px;
  margin-bottom: 80px;
}
.login__input {
  margin-bottom: 32px;
}
.login__input label {
  display: block;
  font-size: 14px;
  color: #252631;
  font-weight: 400;
  padding-bottom: 12px;
}
.login__input input::-webkit-input-placeholder {
  color: #e5e8e9;
}
.login__input input::-moz-placeholder {
  color: #e5e8e9;
}
.login__input input:-ms-input-placeholder {
  color: #e5e8e9;
}
.login__input input:-moz-placeholder {
  color: #e5e8e9;
}
.login__input input:focus {
  border-color: rgba(255, 111, 0, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(255, 111, 0, 0.6);
}
.login__input_border {
  display: flex;
  align-items: center;
  min-height: 52px;
  border: 1px solid #aebcc3;
  border-radius: 4px;
  font-size: 14px;
  color: #707070;
}
.login__input_border input {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  text-align: right;
  flex: 1;
  margin: 0;
  padding-right: 0;
  color: #455a64;
}
.login__input_border input:focus {
  box-shadow: none;
}
.login__input_border span {
  color: #455a64;
  font-size: 20px;
  padding-right: 26px;
}
.register {
  text-align: center;
  padding-bottom: 32px;
  padding-top: 30px;
}
.register span {
  color: #778ca2;
  font-size: 14px;
  padding-right: 12px;
}
.register a {
  color: #2185c8;
  font-weight: 500;
  font-size: 14px;
}
.eLoader {
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.confirm {
  display: flex;
  align-items: center;
}
.confirm_yes,
.confirm_no {
  flex: 1;
  margin: 0 16px;
}
.confirm_no {
  border: 1px solid #aebcc3;
  background-color: #fff;
  color: #aebcc3;
}
.confirm_no:hover {
  color: #aebcc3;
  background-color: rgba(0, 0, 0, 0.06);
}/* End custom CSS */