@font-face {
  font-family: Maax;
  src: url("../fonts/Maax-205TF/Maax-Regular-205TF/Maax-Regular-205TF.e836a4e2fde1.woff");
  font-weight: 400;
}

@font-face {
  font-family: Maax;
  src: url("../fonts/Maax-205TF/Maax-Medium-205TF/Maax-Medium-205TF.023c4ad7bd07.woff");
  font-weight: 500;
}

@font-face {
  font-family: Maax;
  src: url("../fonts/Maax-205TF/Maax-Light-205TF/Maax-Light-205TF.c56184ea7802.woff");
  font-weight: 300;
}

@font-face {
  font-family: Maax;
  src: url("../fonts/Maax-205TF/Maax-Bold-205TF/Maax-Bold-205TF.04f749dfaeae.woff");
  font-weight: 600;
}

body {
  overflow-x: hidden;
  font-family: Maax, -apple-system, Ubuntu, sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  font-family: Maax, -apple-system, Ubuntu, sans-serif;
}

.row {
  min-height: 100vh;
  overflow: hidden;
}

.col.background {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.background {
  position: relative;
}

.col.form {
  display: flex;
  flex-direction: column;
  background-color: #00141b;
  align-items: center;
  z-index: 10;
  padding-top: 0;
}

.logo {
  position: absolute;
  left: 88px;
  top: 43px;
  z-index: 1;
  height: 25px;
}

.branding {
  width: 58vw;
  position: absolute;
  bottom: 0;
  left: 12px;
}

/*select*/
.lang-picker {
  display: flex;
  justify-content: flex-end;
  position: relative;
  font-size: 13px;
}

.lang-picker select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  text-transform: uppercase;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  right: -8px;
  border: solid #7f8c8d;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  rotate: 45deg;
  top: 13px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  top: 18px;
  rotate: -135deg;
  border-color: #f9e319;
}

/*including the selected item:*!*/
.select-selected {
  font-size: 0.813rem;
  line-height: calc(0.813rem * 1.4);
  color: #7f8c8d;
  padding: 8px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  min-width: 120px;
  border: 1px solid rgba(0, 173, 187, 0.1);
  position: absolute;
  border-radius: 4px;
  font-size: 13px;
  background-color: white;
  padding: 0 6px;
  bottom: 50px;
  right: 0;
  z-index: 99;
}

/*!*style the items (options)*/
.select-items div {
  color: #00141b;
  padding: 8px 7px;
  cursor: pointer;
  user-select: none;
}

.select-items div:not(:last-child) {
  border-bottom: 1px solid #f2f3f5;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  font-weight: bold;
}

/*select*/

.lang-pick {
  display: none;
}

.form-wrapper {
  display: flex;
  flex-direction: column;
}

.form {
  padding: 40px 20px 0 20px;
  background-color: white;
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.title {
  color: rgb(0, 173, 187);
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.title-dot {
  padding-left: 5px;
  color: #f9e319;
}

.subtitle {
  color: rgb(127, 140, 141);
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 35px;
}

.container {
  display: flex;
  max-width: 355px;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.container > .form {
  padding: 20px 20px 24px;
}

label {
  display: block;
}

#btnSubmit {
  position: relative;
  width: 100%;
  outline: none;
  border: 0;
  text-transform: uppercase;
  background-color: #f9e319;
  padding: 20px 0;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}

.forgot-password {
  display: block;
  color: rgb(127, 140, 141);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0 0 0;
  text-decoration: none;
}

.forgot-password:hover {
  color: #f9e319;
}

.input-group {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  flex-wrap: nowrap;
  border: 1px solid rgb(229, 232, 232);
}

.password-icon.hide {
  display: none;
}

.password-info {
  width: 48px;
  font-size: 11px;
  color: #7f8c8d;
}

.password-info.hide {
  display: none;
}

.account-info {
  display: block;
  color: #7f8c8d;
  text-align: center;
  margin-bottom: 10px;
}

.account-link {
  display: block;
  text-align: center;
  color: #7f8c8d;
  margin-bottom: 130px;
}

.account-link:hover {
  cursor: pointer;
  color: #7f8c8d;
}

.links {
  display: flex;
  justify-content: center;
  margin-top: auto;
  gap: 30px;
  align-items: center;
  padding-bottom: 22px;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -8px;
}

.link {
  color: rgb(127, 140, 141);
  text-decoration: none;
}

.link:hover {
  color: #7f8c8d;
}

.link:not(:first-child):hover {
  color: #3990d9;
  cursor: pointer;
}

input {
  width: 100%;
  font-size: 13px;
  padding: 14px 6px 14px 5px;
  display: block;
  border: none;
  border-radius: 4px;
}

#username {
  width: 100%;
}

input:focus {
  outline: none;
}

.remember {
  display: flex;
  align-items: center;
  color: rgb(120, 131, 135);
  font-size: 13px;
}

#remember-me {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  /*-moz-appearance: none;*/
  /*-webkit-appearance: none;*/
  /*-o-appearance: none;*/
  border: 1px solid #dbdede;
}

label {
  color: #7f8c8d;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 50px;
  top: 13px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

input:focus ~ label,
input:valid ~ label,
input.filled ~ label {
  top: -12px;
  left: 15px;
  font-size: 12px;
  color: #7f8c8d;
  background-color: white;
  padding: 0 5px;
}

.label_animation {
  top: -12px;
  left: 15px;
  font-size: 12px;
  color: #7f8c8d;
  background-color: white;
  padding: 0 5px;
}

input:focus .input-group,
input:valid .input-group {
  /*border-color: #00adbb;*/
}

.bar {
  position: relative;
  display: block;
  width: 315px;
}

.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #4285f4;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

.password-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  max-width: 74px;
}

.error {
  color: #e84a50 !important;
}

/* animations */
@-webkit-keyframes inputHighlighter {
  from {
    background: #4285f4;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #4285f4;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #4285f4;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@media (max-width: 1200px) {
  .branding {
    margin-left: -50px;
  }

  .col.background {
    display: none;
  }

  .logo {
    display: none;
  }

  .branding {
    display: none;
  }

  .container {
    padding: 0;
  }
}

@media (max-height: 800px) and (max-width: 1200px) {
  .links {
    position: relative;
    margin-top: 260px;
  }
}

@media (max-width: 400px) {
  .links {
    position: relative;
    margin-top: 260px;
  }
}
