.login-content {
  padding: 40px 80px;
  height: 100%;
}
.section-banner-mobile {
  display: none;
}
.section-log-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
}
.log {
  width: 100%
}
.log img {
  height: 44px;
  max-width: 100%;
  width: auto;
}
.menu-desktop {
  width: 80px;
  display: flex;
  justify-content: flex-end;
}
.menu-desktop a {
  font-size: 22px;
  color: #999;
}
.menu-desktop a:first-child {
  margin-inline-end: 24px;
}
.card-mobile {
  width: 100%;
}
.section-user {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  width: 100%;
  margin-top: 0px;
  position: relative;
  display: inline-flex;
}
.forgot-password a {
  font-size: 14px;
  font-weight: 500;
}
.button-intro {
  width: 100%;
  margin-bottom: 8px;
  display: inline-block;
}
.button-intro a {
  width: 100%;
  margin: 0;
}
.section-unlock-user {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0;
  margin-top: 24px;
}
.section-unlock-user a {
  font-size: 14px;
  font-weight: 500;
}
.section-log {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0 30px;
}
.copyright {
  font-size: 12px;
  color: #999;
  text-align: center;
  width: 100%;
}
.section-download-app {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin: 24px 0 16px;
  font-size: 12px;
  flex-direction: column;
  text-align: center;
  color: #666;
}
.image-section-download {
  display: flex;
  margin-top: 4px;
  justify-content: center;
}
.image-section-download img {
  height: 32px
}
.image-section-download a {
  margin: 0 2px;
}
.login-content input {
  border-radius: 8px;
  box-shadow: 0px 0px 24px #e1e1e1;
  border-color: #EFEFEF;
}
.login-content label {
  color: #565656;
}
.section-user p {
  line-height: 15px;
}
input:focus, select:focus, select, input.form-input:focus {
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  /* box-shadow: 0px 0px 8px #e1e1e1; */
  border-color: #EFEFEF;
}

.section-login {
  width: 554px;
  float: left;
}
.section-banner-desktop {
  width: 554px;
  float: left;
  height: 572px;
}
.page-login {
  border: 1px solid;
  margin: 16px 0;
  min-height: 540px;
  /* min-height: 640px; */
  overflow: hidden;
  position: relative;
  display: flex;
}

.login .btn.dropdown-toggle.btn-light {
  margin: 0;
  height: auto;
  display: flex;
  align-items: center;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  border: 0!important;
  background: transparent!important;
}
.login .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  height: auto!important;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 0 16px;
  text-transform: none;
  font-size: 14px;
}
.login .bootstrap-select .dropdown-toggle .filter-option-inner-inner i.flag-icon {
  margin-inline-end: 4px;
  display: flex;
  width: 20px;
  height: 20px;
  background-attachment: initial;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.section-up {
  position: fixed;
  z-index: 1;
  margin-top: -32px;
}

.section-login + .login-big-banners + .section-up {
  margin-inline-start: 982px;
}

.section-login + .section-up {
  margin-inline-start: 390px;
}

.forgot-password.bot-mobile {
  display: none;
}
.section-unlock-user.bot-mobile {
  display: none;
}
.login.form-group {
  margin: 0;
  min-height: inherit;
  width: 92px;
}
.login.form-group .btn {
  margin: 0;
  width: auto;
  min-width: inherit;
  padding: 0;
}
.login .selects .bootstrap-select + span.icon-arrow-down {
  position: absolute;
  right: 8px;
  font-size: 10px;
  height: auto!important;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  transition: transform 0.3s ease;
  background: transparent;
  top: 7px;
}
.login  + .security-text {
  width: 100%;
  display: flex;
  justify-content: center;
}
.login {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.login .page {
  display: contents;
}


@media (max-width: 1200px) {

  .section-login {
    width: 464px;
    float: left;
  }
  .section-banner-desktop {
    width: 464px;
    float: left;
  }

.login-content {
  padding: 32px 56px;
  height: 100%;
}
.section-banner-desktop {
  height: 100%;
}
.section-log {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0 36px;
}
.page {
  min-height: 560px;
}
.page-login {
  min-height: 560px;
}
.section-user {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  margin-top: -16px;
}
.section-user p {
  font-size: 14px;
}
.section-log-menu {
  margin-bottom: 32px;
}
.section-unlock-user {
  margin: 20px 0;
}

.section-login + .login-big-banners + .section-up {
  margin-inline-start: 809px;
}

.section-login + .section-up {
  margin-inline-start: 325px;
}

}

@media (max-width: 992px) {

.section-banner-desktop {
 display: none;
}
.section-banner-mobile {
  display: block!important;
}
.section-login {
  width: 554px;
  float: left;
}
.page-login {
  padding: 0;
  margin: 0;
  margin-top: 44px!important;
}
.section-user {
  margin-top: 0;
}
.section-user p {
  font-size: 16px;
}
.copyright {
  margin-top: 20px;
}
.section-up {
  width: 468px;
  margin-top: -32px;
}
.section-login + .login-big-banners + .section-up {
  margin-inline-start: 414px;
}
.section-login + .section-up {
  margin-inline-start: 414px;
}
.login {
  display: flex;
  justify-content: center;
  width: 100%;
}

.login .security-text {
  width: 100%;
  display: flex;
  justify-content: center;
}
.login .security-text .security-center {
  width: 554px;
  display: flex;
  justify-content: center;
}



}

@media (max-width: 768px) {

.page {
  box-shadow: none!important;
}
.page-login {
  box-shadow: none!important;
}

.page-login {
  border-radius: 0!important;
  border: none;
  width: 100%;
}
.card-mobile {
  position: relative;
  background: #eee;
  padding: 24px 16px;
  border-radius: 16px;
  box-shadow: 0px 0px 16px #e1e1e1;
}
.login-content {
  padding: 32px;
  height: 100%;
}
.section-login {
  width: 100%;
  float: left;
}
.forgot-password.bot-desktop {
  display: none;
}
.section-unlock-user.bot-desktop {
  display: none;
}
.forgot-password.bot-mobile {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.section-unlock-user.bot-mobile {
  display: flex;
}
.section-up {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  max-width: initial;
  margin-top: 0px;
  position: absolute;
  z-index: 1041;
  top: 32px;
  right: 16px
}
.page-login {
  padding: 0;
  margin: 0;
  margin-top: 0px!important;
}
.login .bootstrap-select .dropdown-toggle .filter-option-inner-inner i.flag-icon {
  display: none;
}
.login.form-group {
  width: 80px;
}
.login .form-input, .login .form-control:focus, .login .simple-dropdown, .login .btn.dropdown-toggle.btn-light {
  color: #999;
}
.login .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 20px;
}
.login + .security-text .security-center {
  width: 100%;
  display: flex;
  justify-content: center;
}


}

@media (max-width: 576px) {

.login-content {
  padding: 24px 16px 0;
  height: 100%;
}
.log img {
  height: 40px;
}
.section-log-menu {
  margin-bottom: 20px;
}
.section-user {
  margin-top: 8px;
  margin-bottom: 16px;
}

.section-unlock-user {
  margin: 32px 0 0;
}
.section-log {
  margin: 32px 0;
}
.menu-desktop {
  display: none;
}
.copyright {
  margin: 24px 0 16px;
}

.page-login {
  width: 100%;
}
.section-login {
  width: 100%;
}
.section-up {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  max-width: initial;
  margin-top: 0px;
  position: absolute;
  z-index: 1040;
  top: 30px;
  right: 16px
}
.login .bootstrap-select .dropdown-toggle .filter-option-inner-inner i.flag-icon
.button-select-mobile {
  display: none;
}
.login .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 16px;
}
.login.form-group {
  width: 72px;
}



}

@media (max-width: 380px) {


}

@media (max-width: 320px) {


}

@media (min-height:1080px) and (min-width: 1200px) and (orientation: landscape) {

.page-login {
  min-height: 672px;
}
.section-log-menu {
  margin-bottom: 64px;
}
.button-intro {
  margin-bottom: 24px;
}
.section-log {
  margin: 24px 0 48px;
}
.section-unlock-user {
  margin: 26px 0;
}
.section-user {
  margin-bottom: 24px;
}

}


@media only screen and (min-width: 576px) and (max-width: 768px) {

  .menu-desktop {
    margin-inline-end: 72px;
  }
  .section-up {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    max-width: initial;
    margin-top: 0px;
    position: absolute;
    z-index: 1041;
    top: 37px;
    right: 24px;
  }
  .button-select-mobile {
    height: 40px;
  }
  .section-up {
    width: 92px;
  }

}
