@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
@import url(../scss/icons/font-awesome/css/font-awesome.min.css);
@import url(../scss/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../scss/icons/weather-icons/css/weather-icons.min.css);
@import url(../scss/icons/linea-icons/linea.css);
@import url(../scss/icons/themify-icons/themify-icons.css);
@import url(../scss/icons/flag-icon-css/flag-icon.min.css);
@import url(../scss/icons/material-design-iconic-font/css/materialdesignicons.css);
@import url(../css/spinners.css);
@import url(../css/animate.css);
/*******************
Login register and recover password Page
******************/
* {
  outline: none;
}

body {
  background: #f9f9fc !important;
  font-family: "Poppins", "Rubik", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #737373;
  font-weight: 300;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
}
a.link {
  color: #54667a;
}

a.link:hover, a.link:focus {
  color: #009efb;
}

.logo-onfly {
  width: 300px;
  margin-bottom: 13px;
}

.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: fixed;
}
.login-box {
  width: 44vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;

}

.login-box .footer {
  width: 100%;
  left: 0;
  right: 0;
}

.login-box .social {
  display: block;
  margin-bottom: 30px;
}

#recoverform {
  display: none;
}

.login-bg-text {
  max-width: 43vw;
  position: relative;
  top: 7%;
  left: 145px;
}

.login-bg-text span {
  color: #4D4D4D;
  font-weight: 600;
  font-size: 2rem;
}

.forgot-password-bg-text {
  max-width: 27vw;
  position: relative;
  top: 77%;
  left: 25%;
}

.forgot-password-bg-text span {
  color: white;
  font-weight: 600;
  font-size: 2rem;
}

.input-group {
  display: flex;
  box-shadow: none !important;
  flex-direction: column;
  align-items: initial !important;
}

.input-group, .custom-input{
  box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1) !important;
  border-radius: 0 !important;
}

.form-onfly .form-control {
  border-radius: 0.4rem !important;
}

.form-onfly .is-invalid ~ .input-icon, .form-onfly.error .input-icon {
  color: #dc3545;
}

.form-onfly .input-group .input-icon {
  position: absolute;
  z-index: 5;
  max-width: 56px;
  top: 33px !important;
  line-height: 1.5;
  font-size: 22px;
  border-radius: 2rem;
  right: 1px;
  padding-right: 1rem;
  padding-left: 1.3rem;
  background: inherit;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-onfly .input-group label.input-icon, .form-onfly .input-group label.input-icon:focus {
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
}

.form-onfly .input-group {
  display: flex;
  align-items: center;
  box-shadow: none !important;
}

.form-onfly .form-control {
  border-radius: .4rem !important;
  padding: .8rem 2.8rem .8rem .8rem !important;
  border: 1px solid #b8b8b8 !important;
  font-size: 1.05rem;
  line-height: 1 !important;
  height: 42px !important;
  margin-top: .3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-onfly .form-control:not(:disabled):not([readonly]) {
  background: #fff;
  color: #54667a;
  width: 100%;
}

.form-onfly.error .form-control {
  border-color: #ff7e7e !important;
}

/*.form-onfly:not(.error) .form-control:not(.is-invalid) {*/
/*  border-color: rgba(0, 0, 0, 0.11) !important;*/
/*}*/

.form-onfly .form-control.is-invalid{
  border-color: #dc3545 !important;
}

.form-onfly .form-control:not(.is-invalid):not(:disabled):not([readonly]):focus {
  border-color: #80bdff !important;
}

.form-onfly .form-control[readonly] {
  cursor: default;
}

.form-onfly label {
  margin-bottom: 0 !important;
}

.form-onfly textarea.form-control {
  height: 100% !important;
  border-radius: 8px !important;
  padding: 1rem !important;
}

.form-onfly .expanded {
  transition: all 0.5s ease !important;
}

.form-onfly .expanded:not(:focus) {
  min-height: 2rem !important;
  height: 3rem !important;
  width: 100% !important;
  border-radius: 2rem !important;
  padding-left: 1.5rem !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  direction: ltr !important;
  position: relative;
  padding-right: 3.2rem !important;
  overflow: hidden;
}

.form-onfly .expanded:focus {
  height: 8rem !important;
  padding-right: 3.5rem !important;
  overflow: hidden;
}

.btn {
  font-weight: 500;
}

.btn-onfly {
  cursor: pointer !important;
  border-radius: .4rem !important;
  font-size: 1rem;
  background: #009efb;
  color: white;
}
.btn-onfly:hover {
  background: #009efb;
  opacity: 0.7;
}

.btn-sso:hover, .btn-sso:hover .btn-onfly {
  color: #009efb !important;
}

.forgot-password, .sso-app {
  display: flex;
  justify-content: flex-end;
}

.forgot-password-label {
  text-decoration: underline;
  font-size: 14px;
}

.section-sso {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-sso {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .7rem;
  padding: 0.65em 1em;
  border: 1px solid #b8b8b8;
  color: #7C7C7C;
  font-size: 1rem;
  border-radius: 50px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

a.button-sso {
  color: #7c7c7c;
  text-decoration: none;
}

.bg-image {
  background-position: right 21vw center;
}

.font-italic {
  font-style: italic;
}

.form-horizontal {
  min-width: 65%;
}

.form-horizontal label {
  margin-bottom: 0;
}

.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #f62d51;
}

.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #55ce63;
}

.help-block {
  padding: 0;
  color: #f62d51;
}

.form-group.error .help-block ul {
  padding: 0;
  color: #f62d51;
}

.form-group.error .help-block ul li {
  list-style: none;
}

.form-group.issue .help-block ul {
  padding: 0;
  color: #ffbc34;
}

.form-group.issue .help-block ul li {
  list-style: none;
}

form label {
  font-weight: 400;
}

.form-group {
  margin-top: 25px;
  margin-bottom: 12px;
}

.form-horizontal {
  min-width: 65%;
}

.form-horizontal label {
  margin-bottom: 0;
}

.form-control-static {
  padding-top: 0;
}

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: block;
  padding-left: 5px;
  position: relative;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 1px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none;
}

.checkbox label::after {
  color: #263238;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 3px;
  width: 16px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  outline: none;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #f2f4f8;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #7460ee;
  border-color: #7460ee;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f62d51;
  border-color: #f62d51;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #009efb;
  border-color: #009efb;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbc34;
  border-color: #ffbc34;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #55ce63;
  border-color: #55ce63;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7460ee;
  border-color: #7460ee;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-red input[type="checkbox"]:checked + label::before {
  background-color: #f62d51;
  border-color: #f62d51;
}

.checkbox-red input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #2f3d4a;
  border-color: #2f3d4a;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

.mobile {
  display: none;
}

/* MOBILE */
@media only screen and (max-width: 991px) {
  .mobile {
    display: initial;
  }

  .desktop {
    display: none !important;
  }



  .icon-mobile-right {
    left: initial !important;
  }

  .form-onfly .input-group .input-icon {
    position: absolute;
    top: 9px !important;
    left: 1px;
    padding-left: 1.1rem !important;
    font-size: 22px;
  }

  .form-onfly .form-control {
    padding-left: 54px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1500px){
  .login-bg-text {
    left: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .forgot-password-bg-text {
    max-width: 32vw;
    left: 20%;
  }
}
@media (max-width: 991px) {
  .logo-onfly {
    width: 11rem;
  }

  .login-sidebar .login-box {
    width: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    height: fit-content;
    top: initial;
    bottom: 0 !important;
    position: fixed;
    align-items: center;
    padding: 50px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .login-sidebar .login-box .reset-password-box {
    top: 26%;
  }

  .login-register {
    padding: 0;
    background-size: initial;
    background-image: none !important;
  }

  .login-bg-text, .forgot-password-bg-text {
    display: none
  }

  .content {
    width: 100%;
    height:600px;
  }

  .image-container {
    position:relative;
    margin:0 auto;
    background: url('../images/background/login-v4.jpg') no-repeat bottom 14vh center;
    background-size:cover;
    width:100%;
    height:90%;
  }
  .image-container-password {
    position:relative;
    margin:0 auto;
    background: url('../images/background/thoughtful-young-man-looking-by-window-airport-terminal.jpg') no-repeat bottom 14vh center;
    background-size:cover;
    width:100%;
    height:86%;
  }

}

.none {
  display: none !important;
}
