﻿@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900";

*,
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.website-logo img {
  width: 100px;
}
.website-logo a {
  display: table;
  margin: 0 auto;
}
.website-logo .logo img {
  width: 100px;
}
.img-holder {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  z-index: 999;
}
.img-holder .info-holder {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.img-holder .info-holder img,
.img-holder .info-holder svg {
  width: 100%;
}
.form-holder .form-content ::-webkit-input-placeholder {
  color: #526489;
}
.form-holder .form-content :-moz-placeholder {
  color: #526489;
}
.form-holder .form-content ::-moz-placeholder {
  color: #526489;
}
.form-holder .form-content :-ms-input-placeholder {
  color: #526489;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control ::-webkit-input-placeholder {
  color: #526489;
}
.form-control :-moz-placeholder {
  color: #526489;
}
.form-control ::-moz-placeholder {
  color: #526489;
}
.form-control :-ms-input-placeholder {
  color: #526489;
}
.form-content .form-group {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.form-content h3 {
  color: #000;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
.form-content p.form-subtitle {
  font-size: 16px;
  margin-bottom: 15px;
}
.form-content label {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 10px;
}
.form-content .page-links {
  margin-bottom: 34px;
}
.form-content .page-links a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content .page-links a:last-child {
  margin-right: 0;
}
.form-content .page-links a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content .page-links a.active {
  font-weight: 700;
}
.form-content .page-links a.active:after {
  background-color: #fff;
}
.form-content .page-links a:hover:after,
.form-content .page-links a:focus:after {
  background-color: #fff;
}
.form-content input,
.form-content .dropdown-toggle.btn-default {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}
.form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8d8d8d;
  outline: none;
  resize: none;
  height: 120px;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}
.form-content textarea:hover,
.form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8d8d8d;
}
.form-content .custom-file {
  margin-bottom: 14px;
}
.form-content .custom-file-label {
  position: absolute;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  color: #8d8d8d;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content .custom-file-label:after {
  content: "\f382" !important;
  font-family: Font Awesome 5 Free;
  font-style: normal;
  font-weight: 600;
  padding: 0.475rem 0.75rem 0.375rem;
  color: #495057;
  background-color: transparent;
  border-left: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content input[type="checkbox"],
.form-content input[type="radio"] {
  width: auto;
}
.form-content input[type="checkbox"]:not(:checked),
.form-content input[type="checkbox"]:checked,
.form-content input[type="radio"]:not(:checked),
.form-content input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.form-content input[type="checkbox"]:not(:checked) + label,
.form-content input[type="checkbox"]:checked + label,
.form-content input[type="radio"]:not(:checked) + label,
.form-content input[type="radio"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 400;
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-content input[type="checkbox"]:checked + label:before,
.form-content input[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #6d6d6d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content input[type="checkbox"]:not(:checked) + label:before,
.form-content input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #6d6d6d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content input[type="checkbox"]:not(:checked) + label:after,
.form-content input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.form-content input[type="checkbox"]:not(:checked) + label:after,
.form-content input[type="checkbox"]:checked + label:after {
  color: #0093ff;
}
.form-content input[type="checkbox"]:disabled + label,
.form-content input[type="radio"]:disabled + label {
  opacity: 0.6;
}
.form-content input[type="checkbox"]:checked + label:after,
.form-content input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  background: #00ddee;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-content input[type="checkbox"]:checked + label:before {
  border-radius: 4px;
}
.form-content input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 4px;
}
.form-content input[type="radio"]:checked + label:after,
.form-content input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: #0093ff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-content input[type="radio"]:not(:checked) + label:after,
.form-content input[type="radio"]:checked + label:after {
  background-color: #0093ff;
}
.form-content .form-button {
  margin-top: 30px;
  margin-bottom: 20px;
}
.form-content .form-button.form-actions {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-content .form-button.form-actions label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.ibtn {
  border-radius: 6px;
  border: 0;
  padding: 6px 28px;
  background-color: #fff;
  color: #29a4ff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}
.ibtn:last-child {
  margin-right: 0;
}
.ibtn:hover,
.form-content .form-button .ibtn:focus {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}
.ibtn.less-padding {
  padding: 6px 15px !important;
}
.ibtn.extra-padding {
  font-size: 16px;
  padding: 10px 32px;
}
.form-content .form-button a {
  font-size: 13px;
  font-weight: 400;
  color: #6d6d6d;
  float: right;
  position: relative;
  top: 1px;
}
.form-content .form-button.full-width {
  margin-top: 15px;
}
.form-content .form-button.full-width .ibtn {
  width: 100%;
}
.form-content .btn {
  border-radius: 6px;
  padding: 6px 28px;
  font-size: 14px;
  font-weight: 700;
  border: 0;
}
.form-content .btn.btn-light {
  color: #b0c2d0;
}
.form-content .btn.btn-light:hover,
.form-content .btn.btn-light:focus {
  color: #a0b6c6;
}
.form-content .btn :last-child {
  margin-right: 0;
}
.form-content.form-sm input,
.form-content.form-sm .dropdown-toggle.btn-default {
  padding: 6px 16px;
  margin-bottom: 10px;
  font-size: 14px;
}
.form-content.form-sm textarea {
  padding: 6px 16px;
  margin-bottom: 10px;
  font-size: 14px;
}
.form-content.form-sm .form-button .ibtn {
  padding: 4px 28px;
}
.form-content.form-sm .btn {
  padding: 4px 28px;
}
.form-content .form-sent {
  position: absolute;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.7) translateX(200px);
  -moz-transform: scale(0.7) translateX(200px);
  -ms-transform: scale(0.7) translateX(200px);
  transform: scale(0.7) translateX(200px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-content .form-sent.show-it {
  opacity: 1;
  pointer-events: all;
  z-index: 2;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.form-content .form-sent.show-it .tick-holder .tick-icon {
  -webkit-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0
    forwards;
  -moz-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0 forwards;
  -ms-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0 forwards;
  animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0 forwards;
}
.form-content .form-sent.show-it .tick-holder .tick-icon:before {
  -webkit-animation: tick-anime1 0.2s linear 0.2s forwards;
  -moz-animation: tick-anime1 0.2s linear 0.2s forwards;
  -ms-animation: tick-anime1 0.2s linear 0.2s forwards;
  animation: tick-anime1 0.2s linear 0.2s forwards;
}
.form-content .form-sent.show-it .tick-holder .tick-icon:after {
  -webkit-animation: tick-anime2 0.4s ease 0.4s forwards;
  -moz-animation: tick-anime2 0.4s ease 0.4s forwards;
  -ms-animation: tick-anime2 0.4s ease 0.4s forwards;
  animation: tick-anime2 0.4s ease 0.4s forwards;
}
.form-content .form-sent .tick-holder {
  text-align: center;
  margin-bottom: 12px;
}
.form-content .form-sent .tick-holder .tick-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: rotate(35deg) scale(2);
  -moz-transform: rotate(35deg) scale(2);
  -ms-transform: rotate(35deg) scale(2);
  transform: rotate(35deg) scale(2);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.form-content .form-sent .tick-holder .tick-icon:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 2px;
  top: 28px;
  left: 14px;
  border-radius: 2px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.form-content .form-sent .tick-holder .tick-icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 20px;
  top: 9px;
  left: 22px;
  border-radius: 2px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.form-content .form-sent h3 {
  text-align: center;
  color: #fff;
}
.form-content .form-sent p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 20px;
}
.form-content .form-sent .info-holder {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin-top: 60px;
}
.form-content .form-sent .info-holder span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  opacity: 0.6;
}
.form-content .form-sent .info-holder a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
}
.form-content .hide-it {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.7) translateX(-200px);
  -moz-transform: scale(0.7) translateX(-200px);
  -ms-transform: scale(0.7) translateX(-200px);
  transform: scale(0.7) translateX(-200px);
}
.form-content .row {
  margin-right: -6px;
  margin-left: -6px;
}
.form-content .row.top-padding {
  padding-top: 30px;
}
.form-content .row.top-padding .form-button {
  margin-top: 0;
}
.form-content .row .col {
  padding-right: 6px;
  padding-left: 6px;
}
.nav-tabs {
  border-bottom: 0;
  margin-bottom: 2.2rem;
}
.nav-tabs .nav-item .nav-link {
  position: relative;
  border: 0;
  font-weight: 300;
  padding: 0.5rem 0;
  margin-right: 1.2rem;
  text-align: center;
  color: #000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #dedede;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: 700;
}
.nav-tabs .nav-item .nav-link.active:before {
  height: 3px;
  background-color: #57d38c;
}
.form-subtitle {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 1rem;
}
.inline-el-holder .inline-el {
  display: inline-block;
  margin-right: 1.3rem;
}
.rad-with-details {
  margin-bottom: 1rem;
}
.rad-with-details .more-info {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0.3rem;
}
input.sm-content {
  max-width: 110px;
}
.website-logo img {
  width: 100px;
}
.website-logo .logo .logo-size {
  width: 120px;
  max-width: 100%;
}
.img-holder {
  width: 50%;
  background-color: #fafafa;
}
.img-holder .info-holder p {
  color: #fff;
  text-align: left;
}
.img-holder .bg {
  opacity: 0.23;
  background-image: none;
}
.form-holder .form-content ::-webkit-input-placeholder {
  color: #526489;
}
.form-holder .form-content :-moz-placeholder {
  color: #526489;
}
.form-holder .form-content ::-moz-placeholder {
  color: #526489;
}
.form-holder .form-content :-ms-input-placeholder {
  color: #526489;
}
.form-content .form-group {
  color: #fff;
}
.form-content label {
  color: #fff;
  text-align: left;
}
.form-content .page-links a {
  color: #fff;
}
.form-content .page-links a:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.form-content .page-links a.active:after {
  background-color: #fff;
}
.form-content .page-links a:hover:after,
.form-content .page-links a:focus:after {
  background-color: #fff;
}
.form-content input,
.form-content .dropdown-toggle.btn-default {
  border: 1px solid rgba(0, 149, 255, 0);
  background-color: #f7f7f7;
  color: #292532;
}
.form-content input:hover,
.form-content input:focus,
.form-content .dropdown-toggle.btn-default:hover,
.form-content .dropdown-toggle.btn-default:focus {
  border: 1px solid #00ddee;
  background-color: #fff;
  color: #292532;
}
.form-content textarea {
  border: 0;
  background-color: #fff;
  color: #8d8d8d;
}
.form-content textarea:hover,
.form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8d8d8d;
}
.form-content .custom-file-label {
  border: 0;
  background-color: #fff;
  color: #8d8d8d;
}
.form-content .custom-file-label:after {
  color: #0093ff;
}
.form-content .custom-file:hover .custom-file-label,
.form-content .custom-file:focus .custom-file-label {
  border: 0;
  background-color: #ebeff8;
  color: #8d8d8d;
}
.ibtn {
  background-color: #00ddee;
  color: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}
.ibtn:hover,
.ibtn:focus {
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}
.form-content .other-links span {
  color: #6d6d6d;
}
.form-content .other-links a {
  color: #6d6d6d;
}
.form-content .form-sent .tick-holder .tick-icon {
  background-color: rgba(255, 255, 255, 0);
}
.form-content .form-sent .tick-holder .tick-icon:before {
  background-color: #fff;
}
.form-content .form-sent .tick-holder .tick-icon:after {
  background-color: #fff;
}
.form-content .form-sent h3 {
  color: #fff;
}
.form-content .form-sent p {
  color: #fff;
}
.form-content .form-sent .info-holder {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.form-content .form-sent .info-holder span {
  color: #fff;
}
.form-content .form-sent .info-holder a {
  color: #fff;
}
.form-subtitle {
  color: #fff;
}
.rad-with-details .more-info {
  color: #fff;
}
.text-danger {
  color: #fff;
}
.text-danger ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.text-danger ul li {
  background: #ff5858;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 10px;
}
#hidePassword i {
  font-size: 25px;
  color: #6d6d6d;
}
#hidePassword i:hover {
  color: #00ddee;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #c5c5c5 inset !important;
  -webkit-text-fill-color: #000 !important;
}
.container-password {
  position: relative;
}
.container-password a {
  position: absolute;
  right: 15px;
  top: 9px;
}
.btn.btn-primary {
  cursor: pointer;
  background: #262626;
  color: #ffffff;
  border: 0;
}
.btn.btn-primary:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background: #00ddee;
  color: #000;
}
.language-menu a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #6d6d6d;
}
.language-menu a:hover i.fa-globe {
  color: #00ddee;
}
.language-menu .fa-globe {
  font-size: 30px;
  vertical-align: middle;
}
.language-menu i {
  font-size: 14px;
}
.language-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  background: #6d6d6d;
  padding: 0px;
  right: -5px;
  margin: 0;
  margin-top: 7px;
  display: none;
  top: 60%;
}
.language-menu .dropdown-menu.active {
  display: block;
}
.language-menu .dropdown-menu:after,
.language-menu .dropdown-menu:before {
  bottom: 100%;
  right: 0px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.language-menu .dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(80, 80, 80, 0.1);
  border-width: 10px;
  margin-left: -10px;
}
.language-menu .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #6d6d6d;
  border-width: 9px;
  margin-left: -9px;
}
.language-menu li {
  line-height: 40px;
  display: block;
  margin: 0px;
}
.language-menu li a {
  color: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  border-left: 4px solid transparent;
  text-align: center;
  line-height: 1.42857143;
  white-space: nowrap;
}
.language-menu li a:hover {
  background: #1b1b1a;
  color: #fff;
  border-left: 4px solid #00ddee;
}

@media (max-width: 992px) {
  .img-holder {
    display: none;
  }
  .form-holder {
    margin-left: 0;
  }
}

@keyframes tick-anime1 {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tick-anime2 {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes tick-anime3 {
  0% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@keyframes c-tick-anime3 {
  0% {
    background-color: rgba(233, 253, 214, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
  }
  100% {
    background-color: #e9fdd6;
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@keyframes zoom-in-img {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tick-anime3 {
  0% {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}

.form-body {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-holder {
  width: 440px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.4);
}

.form-body .form-holder .form-content a.password-eye:hover {
  color: #00ddee;
}

.bottom-form-login {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.language-menu {
  position: relative;
}

.app-name {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #333;
  margin-top: 10px;
  border-top: 1px solid;
  line-height: 2;
}

#background-login-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #background-login-video {
    display: none;
  }
  .form-body {
    background: url(/images/login-image.png);
  }
}

/*@media only screen and (max-width: 5000px){
    #background-login-video {
        display: none;
    }
    .form-body {
        background: url(/images/login-image.png) no-repeat center center fixed;
        background-size: cover;
    }
}*/


@media only screen and (max-width: 440px) {
  .form-holder {
    width: auto;
    padding: 20px;
    width: calc(100vw - 40px);
  }
}


body.hitsbi .website-logo .logo .logo-size {
  width: 300px;
}

body.hitsbi {
  background-image: url(/images/login-background-hitsbi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-signing {
  margin-top: 20px;
  width: 60px;
}

.row.column-centered {
  flex-direction: column;
  align-items: center;
}

.btn-external-provider {
  cursor:pointer;
  background-color:#F2F2F2;
  border-color:#A6A6A6;
  color: #000;
}