/*LOGIN*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fcfeff inset !important;
}
.height100 {
  height: 100%;
}
.docforteLoginsec .lgContent {
  background-color: #f3f7fd;
  box-shadow: 0px 4px 44px 13px rgb(0 0 0 / 15%);
  width: 100%;
}
.docforteLoginsec .lgLeftsec {
  background-image: url(../../resources/images/handMobile.svg),
    url(../../resources/images/mobileBg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto, contain;
  min-height: 600px;
  padding: 48px 0 0 32px;
}
.docforteLoginsec .lgLeftsec h1 {
  font-size: 37px;
  margin-bottom: 40px;
  padding-right: 25px;
}
.docforteLoginsec .lgRightsec {
  padding-top: 52px;
}
.docforteLoginsec .lgCard {
  background-image: url(../../resources/images/cardBg.svg);
  background-repeat: no-repeat;
  background-position: bottom 25px left;
}
.docforteLoginsec .lgCard h3 {
  font-weight: 500;
  color: #1b6aa4;
}
.docforteLoginsec .lgCard img {
  padding-left: 15px;
}
.docforteLoginsec .supportCall {
  position: absolute;
  bottom: 23px;
  left: 44px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
}
.docforteLoginsec .lgSignin .form-group input {
  height: 40px;
  border: 2px solid rgba(7, 64, 88, 0.4);
  border-radius: 4px;
  letter-spacing: 0.39px;
}
.docforteLoginsec .lgSignin .form-group input::placeholder {
  color: #074058 !important;
}
.docforteLoginsec .lgSignin .lgForms {
  width: 100%;
  max-width: 300px;
}
.docforteLoginsec .lgCopyright {
  padding-bottom: 10px;
}
.docforteLoginsec .lgCopyright span {
  color: #5b5d5f;
}
.docforteLoginsec .lgHeadertext {
  padding: 35px 0 32px;
  letter-spacing: 0.39px;
  font-weight: bold;
}
.docforteLoginsec .lgSignin button {
  width: 100%;
  letter-spacing: 0.39px;
}
/*LOGIN*/

/*CHOOSE BRANCH*/
.chooseBranch {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.chooseBranch .branchCard {
  border: 1px solid #c8cdd3;
  border-radius: 5px;
  padding: 10px 14px;
  cursor: pointer;
}
.chooseBranch .branchCard span {
  color: #b9b9b9;
}
.chooseBranch .branchCard .form-group {
  margin: 0;
}
/*CHOOSE BRANCH*/

/*CUSTOM CHECK BOX*/
.formCheckbox {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.formCheckbox input:checked ~ .checkmark {
  border: 1px solid transparent;
  background-color: #233a5b;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.formCheckbox input:checked ~ .checkmark:after {
  display: block;
}
.formCheckbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*CUSTOM CHECK BOX*/

/*Media Queries*/
@media only screen and (min-width: 1200px) {
  .docforteLoginsec {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    margin: auto;
    max-width: 1200px;
  }
  .docforteLoginsec .lgContent {
    max-height: 600px;
    border-radius: 12px;
  }
  .docforteLoginsec .lgLeftsec {
    border-radius: 0 0 0 12px;
  }
  .docforteLoginsec .lgRightsec {
    overflow: auto;
    border-radius: 0 12px 12px 0;
  }
  .docforteLoginsec .lgRightsec.signInSec {
    overflow: initial;
  }
  .chooseBranch {
    min-height: 475px;
  }
  .docforteLoginsec .signInSec .lgCopyright {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .docforteLoginsec .lgInnersec {
    height: auto;
  }
  .docforteLoginsec .lgContent {
    flex-direction: column;
    min-height: 93vh;
    width: 100%;
  }
  .docforteLoginsec .lgLeftsec {
    order: 2;
    padding-top: 20px;
  }
  .docforteLoginsec .supportCall {
    bottom: 55px;
  }
  .chooseBranch {
    min-height: 535px;
  }
  .docforteLoginsec .lgCopyright {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) and (max-height: 1199px) {
  body {
    background: #fff !important;
  }
  .docforteLoginsec .lgContent {
    min-height: 93vh;
  }
  .docforteLoginsec .lgSignin .lgForms {
    min-height: 470px;
  }
  .docforteLoginsec .lgInnersec {
    height: auto;
  }
  .docforteLoginsec .lgRightsec {
    overflow: initial;
  }
  .chooseBranch {
    min-height: 575px;
  }
  .docforteLoginsec .lgCopyright {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .docforteLoginsec .lgContent {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .docforteLoginsec .lgLeftsec {
    order: 2;
  }
  .chooseBranch .hxBranches {
    max-height: initial;
  }
  .docforteLoginsec .lgSignin .lgForms {
    min-height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .docforteLoginsec .lgCopyright {
    bottom: 0px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .docforteLoginsec .lgLeftsec {
    padding: 20px 0 0 20px;
  }
  .docforteLoginsec .lgLeftsec h1 {
    font-size: 21px;
    letter-spacing: 0.17px;
    line-height: 1.5;
  }
  .docforteLoginsec .lgLeftsec .lgCard h3 {
    font-size: 12px;
    margin-left: 20px !important;
  }
  .docforteLoginsec .supportCall {
    left: 20px;
    bottom: 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .docforteLoginsec .lgLeftsec {
    min-height: 525px;
    background-size: 50%, contain;
  }
  .docforteLoginsec .lgLeftsec h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 560px) {
  .docforteLoginsec .mobileBgimg {
    background-image: url(../../resources/images/mobileBgImg.svg);
    min-height: 450px;
    background-position: bottom -8px right;
  }
  .docforteLoginsec .supportCall {
    color: #233e66;
    bottom: 8px;
    position: relative;
  }
  .docforteLoginsec .supportCall a:hover {
    color: #233e66;
  }
}
