﻿.loginHead {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background: #F9FAFC;
}
.loginHead .dynamsoftLogo {
  display: inline-block;
  width: 131px;
  height: 32px;
  margin: 0 0;
  margin-top: 18px;
  background: url(../../images/dynamsoft-logos/logo-dynamsoft-black.svg) no-repeat 0;
}
.loginHead #cp-header .header-visitor a {
  font-family: Oswald-Regular;
}

.downloadContainer {
  min-height: calc(100vh - 283px);
}
.downloadContainer.max-height2 {
  min-height: calc(100vh - 174px);
}
@media (max-width: 1679px) {
  .downloadContainer {
    min-height: calc(100vh - 281px);
  }
  .downloadContainer.max-height2 {
    min-height: calc(100vh - 172px);
  }
}
@media (max-width: 991px) {
  .downloadContainer {
    min-height: calc(100vh - 278px);
  }
  .downloadContainer.max-height2 {
    min-height: calc(100vh - 194px);
  }
}

.downloadContent {
  width: 100%;
  max-width: 870px;
  margin: 60px auto 0;
}
.downloadContent .topCon .logo .tag {
  font-size: 16px;
  vertical-align: middle;
  background-color: #306877;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  color: white;
  margin-left: 30px;
  display: inline-block;
}
.downloadContent .topCon .title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 12px;
}
.downloadContent .topCon .description, .downloadContent .topCon .briefDesc {
  font-size: 16px;
  line-height: 26px;
}
.downloadContent .emailErrorAlert {
  display: block;
  margin: 0px auto 30px;
  width: 100%;
  max-width: 1000px;
  z-index: 99;
  animation: fadeIn forwards 0.3s ease-in-out;
}
.downloadContent .emailErrorAlert.off {
  display: none;
  animation: fadeOut forwards 0.3s ease-in-out;
}
.downloadContent .emailErrorAlert .ds-alert {
  margin-top: 0;
}
.downloadContent .emailErrorAlert .ds-alert.error p {
  margin-bottom: 0;
}
.downloadContent .loginOrRegister {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister {
    flex-direction: column;
  }
}
.downloadContent .loginOrRegister form {
  flex: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister form {
    order: 3;
  }
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup {
  margin-bottom: 20px;
  height: 55px;
  background-color: white;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .downloadContent .loginOrRegister form .basicForm .basicFormGroup {
    height: 50px;
  }
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup.errorMsgGroup, .downloadContent .loginOrRegister form .basicForm .basicFormGroup.CNSupportGroup, .downloadContent .loginOrRegister form .basicForm .basicFormGroup#options, .downloadContent .loginOrRegister form .basicForm .basicFormGroup#nextStep, .downloadContent .loginOrRegister form .basicForm .basicFormGroup.ESSupportGroup, .downloadContent .loginOrRegister form .basicForm .basicFormGroup.login:nth-child(3) {
  height: auto;
  background-color: transparent;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup.phoneNumberField {
  overflow: visible;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .prefix {
  position: absolute;
  line-height: 55px;
  width: 80px;
  padding: 0 12px;
  height: 100%;
  font-size: 16px;
  color: #323234;
  background-color: #F5F5F5;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .iti {
  width: 100% !important;
  height: 100%;
  font-size: 16px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .iti .iti--separate-dial-code .iti__selected-flag {
  min-width: 80px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .fieldLabel {
  transition: ease-in-out all 0.3s;
  pointer-events: none;
  color: #AAAAAA;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: 20px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .fieldLabel.phoneNumberLabel {
  left: 100px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormTextArea, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect {
  width: 100%;
  height: 100%;
  border: 1px solid #999999;
  outline: none;
  font-size: 16px;
  padding: 0;
  padding-left: 20px;
  padding-top: 12px;
}
@media (max-width: 575px) {
  .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormTextArea, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect {
    font-size: 14px;
  }
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect {
  padding-top: 14px;
  padding-left: 15px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect + .fieldLabel {
  font-size: 13px;
  top: 5px;
  transform: unset;
}
@media (max-width: 575px) {
  .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect + .fieldLabel {
    font-size: 12px;
  }
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput + .fieldLabel:after, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect + .fieldLabel:after {
  content: attr(value);
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:placeholder-shown + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:invalid + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:placeholder-shown + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:invalid + .fieldLabel {
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:placeholder-shown + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:invalid + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:placeholder-shown + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:invalid + .fieldLabel {
    font-size: 14px;
  }
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:placeholder-shown + .fieldLabel:after, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:invalid + .fieldLabel:after, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:placeholder-shown + .fieldLabel:after, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:invalid + .fieldLabel:after {
  content: attr(placeholder);
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:focus + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:focus + .fieldLabel {
  font-size: 13px;
  top: 5px;
  transform: unset;
}
@media (max-width: 575px) {
  .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:focus + .fieldLabel, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:focus + .fieldLabel {
    font-size: 12px;
  }
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput:focus + .fieldLabel:after, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect:focus + .fieldLabel:after {
  content: attr(value);
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormInput#RegisterPhoneNumber, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .basicFormSelect#RegisterPhoneNumber {
  padding-left: 100px !important;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox {
  display: block;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox input[type=checkbox] {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  vertical-align: top;
  margin-top: 2px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox input[type=checkbox]:before {
  display: inline-block;
  border: 1px solid #323234;
  background: #fff;
  content: "";
  color: #999999;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  border-radius: 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-right: 10px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox input[type=checkbox]:active, .downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox input[type=checkbox]:focus {
  box-shadow: 0;
  border: 0;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox input[type=checkbox]:hover:before {
  border-color: #FE8E14;
  box-shadow: 0px 0px 4px 1px rgba(254, 142, 20, 0.7215686275);
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox input[type=checkbox]:checked:after {
  position: absolute;
  top: 10px;
  left: 5px;
  display: table;
  border: 2px solid #FE8E14;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
  width: 6px;
  height: 11px;
}
.downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox label {
  display: inline-block;
  width: calc(100% - 50px);
  margin-bottom: 0;
  line-height: 25px;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 0px;
  padding: 0;
  color: #323234;
}
@media (max-width: 575px) {
  .downloadContent .loginOrRegister form .basicForm .basicFormGroup .d-checkbox label {
    line-height: 20px;
  }
}
.downloadContent .loginOrRegister form .basicForm .createBtn {
  width: 100%;
  background: transparent;
  color: #fe8e14;
  border: 2px solid #fe8e14;
  line-height: 48px;
  height: 52px;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575px) {
  .downloadContent .loginOrRegister form .basicForm .createBtn {
    font-size: 16px;
    height: 46px;
    line-height: 42px;
  }
}
.downloadContent .loginOrRegister form .basicForm .createBtn:hover {
  box-shadow: -8px 8px 0 0px #000;
  transform: translate(8px, -8px);
}
.downloadContent .loginOrRegister .devideLine {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  margin: 0 65px;
}
@media (max-width: 991px) {
  .downloadContent .loginOrRegister .devideLine {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister .devideLine {
    margin: 20px 0;
    order: 2;
  }
}
.downloadContent .loginOrRegister .devideLine:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 1px;
  background: #ddd;
  right: 8px;
  top: 0px;
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister .devideLine:before {
    width: 43%;
    height: 1px;
    top: 13px;
    left: 0;
  }
}
.downloadContent .loginOrRegister .devideLine:after {
  content: "";
  position: absolute;
  height: 40%;
  width: 1px;
  background: #ddd;
  right: 8px;
  bottom: 0px;
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister .devideLine:after {
    width: 43%;
    height: 1px;
    top: 13px;
    right: 0;
  }
}
.downloadContent .loginOrRegister .thirdPartyLogin {
  width: 360px;
}
@media (max-width: 991px) {
  .downloadContent .loginOrRegister .thirdPartyLogin {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister .thirdPartyLogin {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 100%;
    order: 1;
  }
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 6px;
  font-size: 16px;
  text-align: left;
  color: #FFFFFF !important;
  background: #1F2328;
  padding-left: 78px;
  margin-top: 20px;
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn:first-child {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn:first-child {
    margin-top: 0;
  }
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn > i {
  position: relative;
  font-size: 26px;
  top: 4px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn > i {
    font-size: 20px;
    top: 2px;
    margin-right: 10px;
  }
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn .gsi-material-button-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn {
    padding: 0;
    text-align: center;
    vertical-align: top;
    margin-top: 0;
  }
  .downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn > span {
    display: none;
  }
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn.microsoftLoginBtn {
  background: #0078D4;
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn.linkedInLoginBtn {
  background: #0077B5;
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn.googleLoginBtn {
  background: #131314;
}
.downloadContent .loginOrRegister .thirdPartyLogin .thirdPartLoginBtn:hover {
  opacity: 0.8;
}
.downloadContent .privacyStatement {
  max-width: 760px;
  margin: 25px auto 0;
}
.downloadContent .privacyStatement p {
  color: #323234;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.dbr-icons {
  margin: 20px auto;
  max-width: 870px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dbr-icons > div {
  display: table-cell;
  width: fit-content;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  transform: scale(0.8);
}
.dbr-icons > div i {
  background: url(../../images/icons/dbr_overview_package.png) no-repeat center center;
  display: inline-block;
  height: 43px;
  width: 50px;
}
.dbr-icons > div > span {
  display: block;
}
.dbr-icons > div.js i {
  background-position-y: 8px;
}
.dbr-icons > div.android i {
  background-position-y: -247px;
}
.dbr-icons > div.ios i {
  background-position-y: -289px;
}
.dbr-icons > div.cordova i {
  background: url(../../images/icons/dbr/Cordova.svg) no-repeat center center;
}
.dbr-icons > div.flutter i {
  background: url(../../images/icons/flutter.PNG) no-repeat center center;
  background-size: 85%;
  filter: opacity(0.7);
  width: 40px;
}
.dbr-icons > div.react i {
  background: url(../../images/icons/react-native.PNG) no-repeat center center;
  filter: opacity(0.7);
  width: 40px;
  background-size: 100%;
}
.dbr-icons > div.xamarin i {
  background: url(../../images/icons/xamarin.PNG) no-repeat center center;
}
.dbr-icons > div.maui i {
  background: url(../../images/icons/maui.svg) no-repeat center center;
  background-size: contain;
  width: 36px;
}
.dbr-icons > div.c i {
  background-position-y: -37px;
}
.dbr-icons > div.cpp i {
  background-position-y: -80px;
}
.dbr-icons > div.dotNet i {
  background-position-y: -122px;
}
.dbr-icons > div.py i {
  background-position-y: -164px;
}
.dbr-icons > div.java i {
  background-position-y: -208px;
}
.dbr-icons.dbr-js-icons > div i {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.dbr-icons.dbr-js-icons > div.reactNative i {
  background: url(../../images/icons/dbr-js/react.png) no-repeat center center;
  background-size: contain;
}
.dbr-icons.dbr-js-icons > div.angular i {
  background: url(../../images/icons/dbr-js/angular.png) no-repeat center center;
  background-size: contain;
}
.dbr-icons.dbr-js-icons > div.vue i {
  width: 44px;
  background: url(../../images/icons/dbr-js/vue.png) no-repeat center center;
  background-size: contain;
}
.dbr-icons.dbr-js-icons > div.pwa i {
  width: 60px;
  background: url(../../images/icons/dbr-js/pwa.png) no-repeat center center;
  background-size: contain;
}
.dbr-icons.dbr-js-icons > div.nextjs i {
  width: 70px;
  background: url(../../images/icons/dbr-js/next.png) no-repeat center center;
  background-size: contain;
}
.dbr-icons.dbr-js-icons > div.nuxtjs i {
  background: url(../../images/icons/dbr-js/nuxtjs.png) no-repeat center center;
  background-size: contain;
}
.dbr-icons.dbr-js-icons > div.requirejs i {
  background: url(../../images/icons/dbr-js/requirejs.png) no-repeat center center;
  background-size: contain;
}
.dbr-icons.dbr-js-icons > div.electron i {
  width: 42px;
  background: url(../../images/icons/dbr-js/electron.png) no-repeat center center;
  background-size: contain;
}

.footerTooltip {
  background-color: #323234;
  text-align: center;
  color: white;
  padding: 10px 40px;
}
.footerTooltip p {
  margin: 0 auto;
  position: relative;
  width: fit-content;
  font-size: 14px;
}

.loginFooter {
  height: 64px;
  line-height: 64px;
  background: #000;
  color: #aaa;
  font-size: 14px;
}
.loginFooter a {
  color: #aaa !important;
  text-decoration: none !important;
}
.loginFooter a:hover {
  color: #999 !important;
}
@media (max-width: 767px) {
  .loginFooter {
    line-height: 24px;
    height: auto;
    padding: 5px 0;
  }
}
