.top-bar,
header,
.footer-contact,
footer {
    display: none !important;
}

#footer {
    display: none;
}
.login-page {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Mobil (0px - 575px) için stil */
@media (max-width: 575.98px) {
  .login-page {
      margin: 20% 0;
      text-align-last: center;
  }

    .input-row input {
        width: 100% !important;
    }
}

/* Masaüstü (576px ve üzeri) için stil */
@media (min-width: 576px) {
    .login-page {
        margin: 0 auto;
    }

    .input-row input {
        width: auto;
    }
}

.login-page .login-page-content {
    max-width: 900px;
    height: 100vh;
    width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.login-page .login-page-content .section-title .title {
    font-size: 30px;
}

.login-page .login-page-content .section-title p {
    font-size: 15px;
}

.login-page .login-page-content .form-wrap {
    max-width: 740px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
}

.login-page .login-page-content .form-wrap .form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-page .login-page-content .form-wrap .form .input-row {
    position: relative;
    margin-top: 3%;
}

/* .login-page .login-page-content .form-wrap .form .input-row span {
    position: absolute;
    right: 10px;
    top: 0;
    color: #081131;
    font-size: 20px;
    cursor: pointer;
    height: 56px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */
.login-page .login-page-content .form-wrap .form .input-row span {
    position: absolute;
    right: 10px;
    top: 0;
    color: #081131;
    font-size: 20px;
    cursor: pointer;
    height: 56px;
    font-size: 14px;
    padding: 0 10px;
    display: contents;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
span.eyee {
    font-size: 20px !important;
    display: flex !important;
}
.login-page .login-page-content .form-wrap .form .input-row input {
    background: #ffffff;
    border: 1px solid rgba(59, 71, 103, 0.2);
    max-width: 490px;
    width: 490px;
    height: 56px;
    min-width: 10px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6978a0;
    text-indent: 20px;
}

.login-page .login-page-content .form-wrap .form .input-row input:focus {
    border-color: #0083ff;
}

.login-page .login-page-content .form-wrap .form .form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-page .login-page-content .form-wrap .form .form-bottom a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    color: #3b4767;
}

.login-page .login-page-content .form-wrap .form .enter {
    width: 222px;
    height: 56px;
    background: #0083ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    border: none;
    margin: 25px auto 0 auto;
}

.login-page .login-page-content .form-wrap .page-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-page .login-page-content .form-wrap .page-heading > a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(59, 71, 103, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
    background: #fff;
    color: #3b4767;
}

.login-page .login-page-content .form-wrap .page-heading img {
    margin-left: 20px;
    max-width: 180px;
}

.login-page .login-page-content .form-wrap .page-heading p {
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    color: #081131;
}

.login-page .login-page-content .form-wrap .page-heading p a {
    color: #0083ff;
    font-weight: 500;
}

.login-page .login-page-image {
    background: url(/web/assets/img/login-bg.svg) rgba(0, 188, 135, 0.08);
    background-size: cover;
    background-position: bottom right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 60px;
}

.login-page .login-page-image.kayit {
    background: url(/web/assets/img/register-bg.svg) rgba(244, 174, 42, 0.08);
}

.login-page .login-page-image img {
    /* width: 50%; */
    height: auto;
    margin-top: 5%;
}

input[type="radio"] {
    border-style: solid;

    border-width: 2px;

    margin: 0;

    border-color: #aab7c2;

    background: #fff;

    color: #3dbfce;

    clear: none;

    cursor: pointer;

    display: inline-block;

    line-height: 0;

    height: 18px;

    outline: 0;

    padding: 1px !important;

    text-align: center;

    border-radius: 24px;

    vertical-align: middle;

    width: 18px;

    min-width: 18px;

    -webkit-appearance: none;

    -webkit-transition: 50ms border-color ease-in-out;

    transition: 50ms border-color ease-in-out;

    box-shadow: none;

    margin-top: -3px;
}

input[type="radio"]:checked:before {
    display: inline-block;

    speak: none;

    line-height: 20px;

    content: "";

    width: 10px;

    height: 10px;

    margin: 1px;

    border-radius: 50%;

    font-size: 12px;

    background: #338ffa;

    color: #338ffa;
}

.login-container {
    margin: auto;
    margin-top: -9px;
    width: 100%;
    position: relative;
    padding: 40px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.login-container h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #373d41;
}

.login-container hr.divider {
    background: #aaa9a5;
    background: -moz-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(40%, #aaa9a5), color-stop(60%, #aaa9a5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 0.5;
}

.login-container .form-group {
    position: relative;
    margin-bottom: 10px;
}

.login-container label {
    margin-bottom: 2px;
}

.login-container label span.error {
    float: right;
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.login-container .form-control {
    box-shadow: none;
    height: 46px;
}

.login-container .passwordShow {
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 12px;
}

.login-container .remember-me a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.login-container .remember-me label {
    font-weight: 300;
    font-size: 13px;
    float: left;
    width: calc(100% - 25px) !important;
    line-height: 1.2;
    padding-top: 4px;
}

.login-container .remember-me input {
    float: left;
    width: 20px;
}

.login-container .btn {
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 18px;
}

.login-footer {
    position: relative;
    padding: 15px;
    text-align: center;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
    border-top: 1px solid #e6e9ed;
}

.login-footer p {
    font-weight: 900;
    font-size: 20px;
    color: #373d41;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
}

.login-footer a {
    display: inline-block;
    font-size: 16px;
    color: #0887fd;
    font-weight: 500;
}

.register {
    position: relative;
    padding: 40px 0;
    background: #f7f7f7;
    background-size: cover;
}

.registerBox label {
    margin-bottom: 2px;
    font-weight: 600;
}

.registerBox label span.error {
    float: right;
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.registerBox .form-control {
    box-shadow: none;
    height: 46px;
}

.registerBox .form-check {
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 20px;
}

.registerBox .form-check label {
    font-weight: 300;
    margin-right: 15px;
}

.registerBox .intl-tel-input {
    display: block;
    z-index: 0;
}

.registerBox .form-check-agrement {
    margin-bottom: 15px;
}

.registerBox .form-check-agrement:after,
.registerBox .form-check-agrement:before {
    display: table;
    content: " ";
    clear: both;
}

.registerBox .form-check-agrement .clearfix {
    height: 5px;
    clear: both;
}

.registerBox .form-check-agrement input {
    float: left;
    margin-right: 5px;
    margin-top: 0;
}

.registerBox .form-check-agrement label {
    position: relative;
    top: 0;
    float: left;
    width: calc(100% - 32px);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
}

#pwd_strength_wrap {
    background: #fff;
    border: 1px solid #d5cec8;
    display: none;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

#pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

#pswd_info ul li {
    padding: 0 0 0 10px;
}

#pswd_info ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-block;
    font-weight: 900;
    color: red;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 18px;
}

#pswd_info ul li.valid {
    color: green;
}

#pswd_info ul li.valid:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: green;
    font-weight: 900;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 18px;
}

#passwordStrength {
    display: block;
    height: 5px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.strength0 {
    background: none; /* too short */
    width: 0px;
}

.strength1 {
    background: none repeat scroll 0 0 #ff4545; /* weak */
    width: 25px;
}

.strength2 {
    background: none repeat scroll 0 0 #ffc824; /* good */
    width: 75px;
}

.strength3 {
    background: none repeat scroll 0 0 #6699cc; /* strong */
    width: 100px;
}

.strength4 {
    background: none repeat scroll 0 0 #008000; /* best */
    width: 150px;
}

.iti {
    width: 100%;
}

input[type="checkbox"] {
    border-style: solid;

    border-width: 2px;

    margin: 0;

    border-color: #aab7c2;

    background: #fff;

    color: #3dbfce;

    clear: none;

    cursor: pointer;

    display: inline-block;

    line-height: 0;

    height: 18px;

    outline: 0;

    padding: 1px !important;

    text-align: center;

    vertical-align: middle;

    width: 18px;

    min-width: 18px;

    border-radius: 0;

    -webkit-appearance: none;

    -webkit-transition: 50ms border-color ease-in-out;

    transition: 50ms border-color ease-in-out;

    box-shadow: none;

    margin-top: -3px;
}
.table-tab-buttons {
  max-width: 100%;
  width: 72.5%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border: 1px solid rgba(59, 71, 103, 0.2);
}
.table-tab-buttons a {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(105, 120, 160, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #3b4767;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.table-tab-buttons a svg,
.table-tab-buttons a img {
  margin-right: 5px;
}
.table-tab-buttons a:first-child {
  margin-right: 12px;
}
.table-tab-buttons a:hover, .table-tab-buttons a.active {
  background: #081131;
  color: #fff;
}
.table-tab-buttons a:hover svg path, .table-tab-buttons a.active svg path {
  fill: #fff !important;
}
input[type="checkbox"]:checked:before {
    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    content: "\f00c";

    display: inline-block;

    speak: none;

    line-height: 1;

    width: 18px;

    height: 18px;

    margin: -3px;

    font-size: 17px;

    background: #338ffa;

    color: #fff;
}

@media only screen and (max-width: 767px) {
    .login-container {
        padding: 15px;
    }

    .mobile-header {
        border-bottom: 1px solid #ced4da;
    }
}

.alert {
    margin-bottom: 7px;

    border: 0 none;

    padding-top: 25px;

    -webkit-border-bottom-right-radius: 0;

    -webkit-border-bottom-left-radius: 0;

    -moz-border-radius-bottomright: 0;

    -moz-border-radius-bottomleft: 0;

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0;
}
.section-title.mb-5 {
    margin-right: 25%;
}
label {
    display: contents !important;
}
.top-bar,
header,
.footer-contact,
footer {
    display: none !important;
}

#footer {
    display: none;
}
.login-page {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Mobil (0px - 575px) iÃ§in stil */
@media (max-width: 575.98px) {
  .login-page {
      margin: 20% 0;
      text-align-last: center;
  }

    .input-row input {
        width: 100% !important;
    }
}

/* MasaÃ¼stÃ¼ (576px ve Ã¼zeri) iÃ§in stil */
@media (min-width: 576px) {
    .login-page {
        margin: 0 auto;
    }

    .input-row input {
        width: auto;
    }
}

.login-page .login-page-content {
    max-width: 900px;
    height: 100vh;
    width: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.login-page .login-page-content .section-title .title {
    font-size: 30px;
}

.login-page .login-page-content .section-title p {
    font-size: 15px;
}

.login-page .login-page-content .form-wrap {
    max-width: 740px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
}

.login-page .login-page-content .form-wrap .form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-page .login-page-content .form-wrap .form .input-row {
    position: relative;
    margin-top: 3%;
}

/* .login-page .login-page-content .form-wrap .form .input-row span {
    position: absolute;
    right: 10px;
    top: 0;
    color: #081131;
    font-size: 20px;
    cursor: pointer;
    height: 56px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */
.login-page .login-page-content .form-wrap .form .input-row span {
    position: absolute;
    right: 10px;
    top: 0;
    color: #081131;
    font-size: 20px;
    cursor: pointer;
    height: 56px;
    font-size: 14px;
    padding: 0 10px;
    display: contents;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
span.eyee {
    font-size: 20px !important;
    display: flex !important;
}
.login-page .login-page-content .form-wrap .form .input-row input {
    background: #ffffff;
    border: 1px solid rgba(59, 71, 103, 0.2);
    max-width: 490px;
    width: 490px;
    height: 56px;
    min-width: 10px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6978a0;
    text-indent: 20px;
}

.login-page .login-page-content .form-wrap .form .input-row input:focus {
    border-color: #0083ff;
}

.login-page .login-page-content .form-wrap .form .form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-page .login-page-content .form-wrap .form .form-bottom a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    color: #3b4767;
}

.login-page .login-page-content .form-wrap .form .enter {
    width: 222px;
    height: 56px;
    background: #0083ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    border: none;
    margin: 25px auto 0 auto;
}

.login-page .login-page-content .form-wrap .page-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-page .login-page-content .form-wrap .page-heading > a {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(59, 71, 103, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 12px;
    background: #fff;
    color: #3b4767;
}

.login-page .login-page-content .form-wrap .page-heading img {
    margin-left: 20px;
    max-width: 180px;
}

.login-page .login-page-content .form-wrap .page-heading p {
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    color: #081131;
}

.login-page .login-page-content .form-wrap .page-heading p a {
    color: #0083ff;
    font-weight: 500;
}

.login-page .login-page-image {
    background: url(/web/assets/img/login-bg.svg) rgba(0, 188, 135, 0.08);
    background-size: cover;
    background-position: bottom right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 60px;
}

.login-page .login-page-image.kayit {
    background: url(/web/assets/img/register-bg.svg) rgba(244, 174, 42, 0.08);
}

.login-page .login-page-image img {
    /* width: 50%; */
    height: auto;
    margin-top: 5%;
}

input[type="radio"] {
    border-style: solid;

    border-width: 2px;

    margin: 0;

    border-color: #aab7c2;

    background: #fff;

    color: #3dbfce;

    clear: none;

    cursor: pointer;

    display: inline-block;

    line-height: 0;

    height: 18px;

    outline: 0;

    padding: 1px !important;

    text-align: center;

    border-radius: 24px;

    vertical-align: middle;

    width: 18px;

    min-width: 18px;

    -webkit-appearance: none;

    -webkit-transition: 50ms border-color ease-in-out;

    transition: 50ms border-color ease-in-out;

    box-shadow: none;

    margin-top: -3px;
}

input[type="radio"]:checked:before {
    display: inline-block;

    speak: none;

    line-height: 20px;

    content: "";

    width: 10px;

    height: 10px;

    margin: 1px;

    border-radius: 50%;

    font-size: 12px;

    background: #338ffa;

    color: #338ffa;
}

.login-container {
    margin: auto;
    margin-top: -9px;
    width: 100%;
    position: relative;
    padding: 40px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.login-container h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #373d41;
}

.login-container hr.divider {
    background: #aaa9a5;
    background: -moz-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(40%, #aaa9a5), color-stop(60%, #aaa9a5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -o-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    background: linear-gradient(left, #fff 0, #aaa9a5 40%, #aaa9a5 60%, #fff 100%);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 0.5;
}

.login-container .form-group {
    position: relative;
    margin-bottom: 10px;
}

.login-container label {
    margin-bottom: 2px;
}

.login-container label span.error {
    float: right;
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.login-container .form-control {
    box-shadow: none;
    height: 46px;
}

.login-container .passwordShow {
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 12px;
}

.login-container .remember-me a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.login-container .remember-me label {
    font-weight: 300;
    font-size: 13px;
    float: left;
    width: calc(100% - 25px) !important;
    line-height: 1.2;
    padding-top: 4px;
}

.login-container .remember-me input {
    float: left;
    width: 20px;
}

.login-container .btn {
    border-radius: 0.25rem;
    font-weight: 600;
    font-size: 18px;
}

.login-footer {
    position: relative;
    padding: 15px;
    text-align: center;
    background-color: #f8f8f8;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
    border-top: 1px solid #e6e9ed;
}

.login-footer p {
    font-weight: 900;
    font-size: 20px;
    color: #373d41;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
}

.login-footer a {
    display: inline-block;
    font-size: 16px;
    color: #0887fd;
    font-weight: 500;
}

.register {
    position: relative;
    padding: 40px 0;
    background: #f7f7f7;
    background-size: cover;
}

.registerBox label {
    margin-bottom: 2px;
    font-weight: 600;
}

.registerBox label span.error {
    float: right;
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.registerBox .form-control {
    box-shadow: none;
    height: 46px;
}

.registerBox .form-check {
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 20px;
}

.registerBox .form-check label {
    font-weight: 300;
    margin-right: 15px;
}

.registerBox .intl-tel-input {
    display: block;
    z-index: 0;
}

.registerBox .form-check-agrement {
    margin-bottom: 15px;
}

.registerBox .form-check-agrement:after,
.registerBox .form-check-agrement:before {
    display: table;
    content: " ";
    clear: both;
}

.registerBox .form-check-agrement .clearfix {
    height: 5px;
    clear: both;
}

.registerBox .form-check-agrement input {
    float: left;
    margin-right: 5px;
    margin-top: 0;
}

.registerBox .form-check-agrement label {
    position: relative;
    top: 0;
    float: left;
    width: calc(100% - 32px);
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
}

#pwd_strength_wrap {
    background: #fff;
    border: 1px solid #d5cec8;
    display: none;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

#pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

#pswd_info ul li {
    padding: 0 0 0 10px;
}

#pswd_info ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-block;
    font-weight: 900;
    color: red;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 18px;
}

#pswd_info ul li.valid {
    color: green;
}

#pswd_info ul li.valid:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: green;
    font-weight: 900;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 18px;
}

#passwordStrength {
    display: block;
    height: 5px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.strength0 {
    background: none; /* too short */
    width: 0px;
}

.strength1 {
    background: none repeat scroll 0 0 #ff4545; /* weak */
    width: 25px;
}

.strength2 {
    background: none repeat scroll 0 0 #ffc824; /* good */
    width: 75px;
}

.strength3 {
    background: none repeat scroll 0 0 #6699cc; /* strong */
    width: 100px;
}

.strength4 {
    background: none repeat scroll 0 0 #008000; /* best */
    width: 150px;
}

.iti {
    width: 100%;
}

input[type="checkbox"] {
    border-style: solid;

    border-width: 2px;

    margin: 0;

    border-color: #aab7c2;

    background: #fff;

    color: #3dbfce;

    clear: none;

    cursor: pointer;

    display: inline-block;

    line-height: 0;

    height: 18px;

    outline: 0;

    padding: 1px !important;

    text-align: center;

    vertical-align: middle;

    width: 18px;

    min-width: 18px;

    border-radius: 0;

    -webkit-appearance: none;

    -webkit-transition: 50ms border-color ease-in-out;

    transition: 50ms border-color ease-in-out;

    box-shadow: none;

    margin-top: -3px;
}
.table-tab-buttons {
  max-width: 100%;
  width: 72.5%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border: 1px solid rgba(59, 71, 103, 0.2);
}
.table-tab-buttons a {
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(105, 120, 160, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #3b4767;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.table-tab-buttons a svg,
.table-tab-buttons a img {
  margin-right: 5px;
}
.table-tab-buttons a:first-child {
  margin-right: 12px;
}
.table-tab-buttons a:hover, .table-tab-buttons a.active {
  background: #081131;
  color: #fff;
}
.table-tab-buttons a:hover svg path, .table-tab-buttons a.active svg path {
  fill: #fff !important;
}
input[type="checkbox"]:checked:before {
    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    content: "\f00c";

    display: inline-block;

    speak: none;

    line-height: 1;

    width: 18px;

    height: 18px;

    margin: -3px;

    font-size: 17px;

    background: #338ffa;

    color: #fff;
}

@media only screen and (max-width: 767px) {
    .login-container {
        padding: 15px;
    }

    .mobile-header {
        border-bottom: 1px solid #ced4da;
    }
}

.alert {
    margin-bottom: 7px;

    border: 0 none;

    padding-top: 25px;

    -webkit-border-bottom-right-radius: 0;

    -webkit-border-bottom-left-radius: 0;

    -moz-border-radius-bottomright: 0;

    -moz-border-radius-bottomleft: 0;

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0;
}
.section-title.mb-5 {
    margin-right: 25%;
}
label {
    display: contents !important;
}


#pwd_strength_wrap{
  margin-top: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 6px 20px rgba(17,24,39,.06);
}

#passwordDescription{
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  letter-spacing: .2px;
}

#passwordStrength{
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}
#passwordStrength::before{
  content:"";
  display:block;
  height:100%;
  width:0%;
  border-radius:999px;
  transition:width .18s ease;
}
#passwordStrength.strength1::before{ width:33%; }
#passwordStrength.strength2::before{ width:66%; }
#passwordStrength.strength3::before{ width:100%; }

#pswd_info{
  margin-top: 12px;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 12px;
}

#pswd_info > strong{
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: #0f172a;
}

#pswd_info .pwd-rules-desc{
  font-size: 13px;
  line-height: 1.55;
  color: #334155;
  margin-bottom: 10px;
}

#pswd_info ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
#pswd_info li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding: 10px 10px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  font-size: 13px;
  color:#475569;
}

#pswd_info li::before{
  content:"";
  width: 18px;
  height: 18px;
  margin-top: -3px;
  border-radius: 50%;
}

#pswd_info li.valid{
  color:#14532d;
  font-weight: 600;
}

#pswd_info li.invalid{
  background:#fff7ed;
  border-color:#fed7aa;
  color:#7c2d12;
}


.pwd-block{
  max-width:490px;
  margin-top:10px;
  margin-bottom: 15px;
}
.pwd-label{ display:block; font-size:13px; font-weight:600; margin:0 0 8px 2px; color:#0b1220; }

.pwd-field{
  position:relative;
  display:flex;
  gap:10px;
  align-items:center;
}

.pwd-input{
  flex:1;
  width:100%;
  height:56px;
  padding:0 14px;
  border:1px solid #d9e2ef;
  background:#fff;
  outline:none;
  font-size:14px;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.pwd-input:focus{
  border-color:#9bb6ff;
  box-shadow:0 0 0 4px rgba(100,140,255,.15);
}

.pwd-actions{ display:flex; gap:8px; white-space:nowrap; }
.pwd-btn{
  height:56px;
  padding:0 12px;
  border:1px solid #d9e2ef;
  background:#f7f9fc;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  transition: background .15s ease, transform .05s ease;
}
.pwd-btn:hover{ background:#eef3fb; }
.pwd-btn:active{ transform: translateY(1px); }

.pwd-btn-ghost{
  background:#fff;
}
.btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-weight: 600;
    line-height: 1;
    color: var(--bs-dark);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 6px;
    transition: all .2s ease-in-out;
}
.btn-dark {
    color: #ffffff !important;
    background-color: #171b2b !important;
    border-color: #171b2b !important;
}


.texts {
    margin-bottom: 10px;
}
.texts, .texts span {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 15px;
}
label {
    margin-bottom: 5px;
}
label {
    font-size: 14px;
    display: block !important;
}
.texts label span {
    font-weight: normal;
    margin-left: 5px;
    top: 0px;
    position: relative;
}
.texts, .texts span {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 15px;
}
.consent {
    display: block;
    height: 20px;
    margin-top: 8px;
    font-weight: 600;
}
