.register {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.register .register-form {
  padding: 20px 20px 10px 20px !important;
}
@media only screen and (max-width: 575px) {
  .register .register-form {
    padding-bottom: 0 !important;
  }
}
.register .tab-pane {
  padding-bottom: 0;
}
@media only screen and (max-width: 1599px) {
  .register .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .register .tab-pane {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.register .logo {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.register .logo .titleLogo {
  font-size: 34px;
  font-weight: 700;
  color: white;
  margin: 0;
}
.register .logo .img-responsive {
  display: block;
  width: auto;
  height: 100px;
}
.register .colInfoLogin {
  padding-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .register .colInfoLogin {
    padding-right: 10px;
  }
  .register .colInfoLogin .row {
    margin: 0 -5px;
  }
  .register .colInfoLogin .row > * {
    padding: 0 5px;
  }
}
.register .colInfoUser {
  padding-left: 40px;
  position: relative;
}
.register .colInfoUser::before {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  width: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1599px) {
  .register .colInfoUser {
    padding-left: 10px;
  }
  .register .colInfoUser::before {
    display: none;
  }
  .register .colInfoUser .row {
    margin: 0 -5px;
  }
  .register .colInfoUser .row > * {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1219px) {
  .register .colInfoUser {
    margin-top: 20px;
  }
  .register .colInfoUser::before {
    display: none;
  }
}
.register .titleMainCol {
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1219px) {
  .register .titleMainCol {
    margin-bottom: 10px;
  }
}
.register .content {
  width: 1700px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1799px) {
  .register .content {
    width: 1500px;
  }
}
@media only screen and (max-width: 1599px) {
  .register .content {
    width: 1400px;
  }
}
@media only screen and (max-width: 1399px) {
  .register .content {
    width: 1200px;
  }
}
@media only screen and (max-width: 1219px) {
  .register .content {
    width: 100%;
    max-width: 575px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .register .content {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.register .input-icon > i {
  width: 40px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
.register .form-group .input-icon .form-control {
  height: 40px;
}
.register .form-group .control-label {
  font-weight: 700;
  font-size: 13px;
}
.register .groupCheckBox {
  cursor: pointer;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  display: flex;
  align-items: center;
  gap: 5px;
}
.register .groupCheckBox .info {
  width: 18px;
  height: 18px;
  margin: 0;
}
.register .group-btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.register .group-btn-link > * {
  margin: 0;
}
.register .groupBtnActionRegister {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1219px) {
  .register .groupBtnActionRegister {
    gap: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .register .groupBtnActionRegister {
    flex-direction: column;
    justify-content: center;
  }
}
.register .btnBackLoginOther,
.register .btnLinkRegisterOther,
.register .btnSendRegister {
  font-weight: 700;
  padding-block: 10px;
  width: auto;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .register .btnBackLoginOther,
  .register .btnLinkRegisterOther,
  .register .btnSendRegister {
    width: 100%;
  }
}
.register .btnLinkRegisterOther {
  background-color: #0d82be;
  border-color: #0d82be;
}
.register .btnLinkRegisterOther:hover {
  background-color: #11648e;
  border-color: #11648e;
}
.register .btnBackLoginOther {
  background-color: #2a49f0;
  border-color: #2a49f0;
}
.register .btnBackLoginOther:hover {
  background-color: #0d26ad;
  border-color: #0d26ad;
}
.register .rowBottom {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}
.register .rowBottom .colRight,
.register .rowBottom .colLeft {
  padding: 0 0.9375rem;
}
.register .rowBottom .colLeft {
  flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -moz-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  -o-flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.register .rowBottom .colRight {
  flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -moz-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  -o-flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media only screen and (max-width: 1599px) {
  .register .rowBottom {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1219px) {
  .register .rowBottom .colLeft,
  .register .rowBottom .colRight {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    max-width: 100%;
  }
  .register .rowBottom .colRight .form-group {
    margin-bottom: 0;
  }
}