/*body {
    background-color: #F7F9FB;
    font-family:  'Poppins', sans-serif;
    font-weight: 600;
    position: absolute;
    min-width: 1920px;
    min-height: 1080px;
    max-width: 100%;
    overflow-x: hidden;
    
}*/
:root {
  --color1: #c00a7c;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("ttf");
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pic {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.card {
  /* position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);*/
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.image {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .app_login .card {
    padding: 30px !important;
  }
}
.form-control {
  width: 100%;
  max-width: 342px;
  margin: auto;
  height: 44px;
  left: 0px;
  top: 28px;
  border-radius: 2px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #706f6f;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  gap: 10px;
}
.label {
  color: #434653;
  font-size: 16px;
}
.star {
  color: var(--color1);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color1);
  border-color: var(--color1);
  color: white;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #ffffff;
  color: var(--color1);
  border-color: var(--color1);
}
.app_login .btn {
  height: 40px;
  width: 160px;
  left: 750px;
  border-radius: 5px;
  bottom: 150px;
  padding: 11px 20px 11px 20px;
}

.link {
  color: #434653;
  font-size: 12px;
  font-weight: 400;
  margin-left: 107px;
}
.link:hover {
  color: var(--color1);
}

@media screen and (min-width: 992px) {
  .card-auth {
    width: 30%;
  }
}

/* custom /*/

.content,
.first-connect-page {
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card.p-5,
.first-connect-page .form-first-connect > div {
  box-shadow: 0px 0px 10px 0px #00000026;
  margin: auto;
  width: calc(100vw - 30px);
  max-width: 631px;
  min-height: 405px;
  border-radius: 20px;
  padding: 50px;
}
.first-connect-page .form-first-connect h3 {
max-width: 342px;
text-align: left;
margin: auto;
margin-bottom: 25px;
}
.box_nt label.label {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.form-check label {
  font-size: 14px;
}

.box_nt form.form,
.box_recover form,
.first-connect-page .form-first-connect > div form {
  width: 100%;
  max-width: 342px;
  margin: auto;
  text-align: left;
}

.box_nt a.link {
  display: block;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 12px;
}

.box_nt input#inputEmail {
  border: 1px solid #7f838a;
}
.box_nt input:focus {
  border-color: #ffa7de;
}

.box_nt label.label {
  display: block;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.box_recover .mb-3 {
  text-align: left;
}
.invalid-feedback {
  margin-bottom: 10px;
}
.form-label {
  display: block;
  text-align: left;
}
.box_nt input#inputEmail {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.box_nt form.form input {
  padding: 0px 10px;
}

.box_nt .pic {
  margin-bottom: 40px;
}

.box_nt button {
  border: 1px solid var(--color1);
}

.box_nt .pic img {
  width: 80%;
  max-width: 413px !important;
  height: auto;
}

.box_nt button.btn.btn-primary::before {
  content: "";
  background-image: url(image/icon_user.svg);
  background-size: cover;
  background-position: center center;
  width: 15px;
  height: 17px;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.box_nt button.btn.btn-primary:hover::before {
  background-image: url(image/icon_user_color.svg);
}

.box_nt button.btn.btn-primary {
  position: relative;
  left: inherit;
  bottom: inherit;
}

body {
  background: #f7f9fb;
}
.form-group {
  position: relative;
}
.show-hide-password {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.form-group iconify-icon {
  color: #434653;
}
.form-control:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(192 10 124 / 24%) !important;
  border-color: #ffa7de;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--color1);
  border-color: var(--color1);
  color: white;
}
.content-tos {
  overflow: auto;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.actions {
  text-align: right;
  position: fixed;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 1170px;
  background: #f7f9fb;
  padding: 20px;
}
.actions a {
  display: inline-block;
}
#flash-messages {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1111100;
  width: 100%;
}
@media (min-width: 1200px) {
  #flash-messages {
      width: calc(100vw - var(--sidebar-max-width));
  }
}
.alert {
  width: calc(100% - 30px);
  height: 60px;
  background: #ffffff !important;
  border: 1px solid #a4a4a4 !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin: 15px auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b !important;
  gap: 15px;
}
.alert::before {
  content: "";
  width: 40px;
  height: 40px;
}
.alert.alert-success::before {
  background: url("../image/Alert.png") center center no-repeat;
  background-size: cover;
}
.alert.alert-warning::before {
  background: url("../image/Alert-1.png") center center no-repeat;
  background-size: cover;
}
.alert.alert-danger::before {
  background: url("../image/Alert-2.png") center center no-repeat;
  background-size: cover;
}
.alert.alert-info::before {
  background: url("../image/Alert-3.png") center center no-repeat;
  background-size: cover;
}
.alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.tos-item {
  padding-top: 40px;
}
.actions label {
  margin-right: 15px;
}
.actions .has-error {
  color: red;
}