@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');

* {
  scroll-behavior: smooth;
}

html,
body {
  background: #EBF1F1;
  color: #5F817F;
  text-align: center;
  font-family: 'Unbounded';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

h1 {
  color: #FFF;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  color: #0C504C;
  font-family: 'Unbounded', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* navbar*/
.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar.scroll {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.2s ease-in;
  background: #ffffff !important;
}

.navbar .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

.navbar .nav-item .nav-link {
  color: #FFF;
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar.scroll .nav-item .nav-link {
  color: #0C504C;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  border-bottom: 3px solid #FFF;
}

.navbar.scroll .nav-item .nav-link:hover,
.navbar.scroll .nav-item .nav-link.active {
  border-bottom: 3px solid #0C504C;
}

.navbar .navbar-collapse {
  flex-grow: 0;
}

.navbar .btn {
  border-radius: 0;
}

.navbar .btn.btn-action-nav {
  color: #FFF;
  background: #074743;
}

.navbar .btn.btn-action-nav .btn-divider {
  width: 22px;
  height: 1px;
  background: #8EB4B1;
  margin-left: 10px;
  margin-right: 10px;
}

.navbar .btn.btn-action-nav span {
  color: #8EB4B1;
}

.btn {
  display: flex;
  align-items: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 18px 30px;
  border-radius: 0px;
  border-width: 3px;
  width: fit-content;
  transition: 0.2s ease-in;
  position: relative;
}

.btn img,
.btn i,
.btn span {
  transition: 1s;
}

.btn.btn-outline-primary {
  border-color: #074743;
  color: #074743;
}

.btn.btn-red {
  border-color: #d1430f;
  background: #d1430f;
  color: #ffffff;
}

.btn.btn-primary {
  background: #074743;
  border-color: #074743;
  color: #ffffff;
}

.btn::before {
  transition: 0.2s ease-in;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #074743;
  color: #ffffff;
}

.btn:hover {
  transform: translate(5px, -5px);
}

.btn:hover img,
.btn:hover i,
.btn:hover span {
  transform: translateX(15px);
}

.btn:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: -10px;
  background: transparent;
}

.btn.btn-outline-primary:hover::before,
.btn.btn-action-nav:hover::before {
  z-index: 0;
  border: 4px solid #07474324;
}

.btn.btn-light:hover::before,
.btn.btn-outline-light:hover::before {
  z-index: 0;
  border: 4px solid #ffffff46;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem transparent !important;
  border: 0 !important;
}

.hero {
  height: 100vh;
  min-height: 600px;
  background: linear-gradient(210deg, #F05959, #F93, #129B93, #005550);
  animation: bg-gradient 120s ease infinite;
  background-size: 400% 400%;
}

@-webkit-keyframes bg-gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes bg-gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.hero .hero-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.hero p {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
}

.hero .content {
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-bottom {
  margin-top: -30vh;
}

.hero-bottom .hero-bottom-1 {
  position: relative;
  width: 90%;
  left: 0;
  z-index: 2;
}

.hero-bottom .hero-bottom-2 {
  position: absolute;
  width: 24%;
  left: 10%;
  top: -30px;
  z-index: 1;
}

.hero-bottom .hero-bottom-3 {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: -60px;
  z-index: 3;
}

.content-section {
  padding-top: 70px;
  padding-bottom: 0px;
}

.content-section.top {
  padding-top: 200px;
}

.content-section .icon {
  margin-bottom: 30px;
}

.content-section h2 {
  margin-bottom: 20px;
}

.content-section .text-content {
  padding-bottom: 70px;
}

.divider-content {
  width: 100%;
  height: 200px;
  border-top: 8px solid #FFF;
  background: linear-gradient(180deg, #F6F6F6 0%, #EBF1F1 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.object-behind-right {
  width: 100%;
  height: 75%;
  border-radius: 150px 0px 0px 0px;
  border-top: 8px solid #FFF;
  border-left: 8px solid #FFF;
  background: linear-gradient(90deg, #E3EBEB 0%, rgba(227, 235, 235, 0.00) 100%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.object-behind-left {
  width: 100%;
  height: 75%;
  border-radius: 0px 150px 0px 0px;
  border-top: 8px solid #FFF;
  border-right: 8px solid #FFF;
  background: linear-gradient(270deg, #E3EBEB 0%, rgba(227, 235, 235, 0.00) 100%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.image-main {
  transform: translateY(100px);
  z-index: 2;
}

.content-section .animation {
  border: 3px dashed #E1E1E1;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(7px);
}

/* animation content */
.content-section.content-1 .animation-1 {
  position: absolute;
  top: 60px;
  left: 30px;
  z-index: 1;
  width: 170px;
  height: 170px;
}

.content-section.content-1 .animation-2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  right: 30px;
  z-index: 2;
  width: 170px;
  height: 170px;
}

.content-section.content-1 .animation-3 {
  position: absolute;
  bottom: -140px;
  left: 30px;
  z-index: 1;
  width: 50%;
  height: 50%;
}

.content-section.content-3 .animation-1 {
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 1;
  width: 170px;
  height: 170px;
}

.content-section.content-3 .animation-2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  right: 100px;
  z-index: 2;
  width: 140px;
  height: 140px;
}

.content-section.content-3 .animation-3 {
  position: absolute;
  bottom: -170px;
  right: 10px;
  z-index: 1;
  width: 50%;
  height: 50%;
}

.template {
  padding-bottom: 100px;
  border-bottom: 1px solid #C5CFCF;
}

.template .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.template .animation-template {
  border: 3px dashed #E1E1E1;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(7px);
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 0;
  top: -40px;
  left: -30px;
}

.template .button-action-animation {
  position: absolute;
  top: -70px;
  left: -29px;
}

.template .button-action-animation .content {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  border-radius: 100px;
}

.template .button-action-animation .content:nth-child(1) {
  background: #F05959;
}

.template .button-action-animation .content:nth-child(2) {
  background: #F6C61B;
}

.template .button-action-animation .content:nth-child(3) {
  background: #5BB054;
}

.template .nav.nav-tab .nav-link {
  color: #5F817F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  padding: 15px 0;
  margin-right: 20px;
  position: relative;
}

.template .nav.nav-tab .nav-link::after {
  content: '';
  width: 0%;
  height: 1px;
  background: #5F817F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
}

.template .nav.nav-tab .nav-link:hover:after,
.template .nav.nav-tab .nav-link.active::after {
  width: 100%;
}

.template .input-group.form-search {
  width: auto !important;
  border-bottom: 1px solid #5F817F;
  margin-bottom: 0 !important;
  padding: 10px 0;
  transition: 0.2s ease-in;
}

.template .input-group.form-search:focus {
  border-bottom: 1.5px solid #005550;
}

.template .input-group.form-search .form-control {
  border-radius: 0 !important;
  background: transparent;
  border: 0;
  font-size: 14px;
  padding-left: 0;
}

.template .input-group.form-search .form-control:focus {
  box-shadow: 0 0 0 0.25rem transparent !important;
}

.template .input-group.form-search .form-control::placeholder {
  opacity: 0.5;
}

.template .input-group.form-search .input-group-text {
  border-radius: 0 !important;
  background: transparent;
  border: 0;
}

.template .template-list {
  text-align: start;
  margin-bottom: 30px;
}

.template .template-list a {
  text-decoration: none !important;
}

.template .template-list img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 30px;
}

.template .template-list h3 {
  color: #0C504C;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.template .template-list p {
  color: #5F817F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.template .show-template {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  margin-left: auto;
  margin-right: auto;
}

.search-domain {
  padding: 150px 0;
  background: linear-gradient(180deg, #E3E9E9 0%, rgba(213, 225, 225, 0.00) 100%);
}

.search-domain h2 {
  color: #0C504C;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.search-domain p {
  color: #0C504C;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

.search-domain span {
  color: #2C2C2C;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

.search-domain .input-group {
  padding: 15px;
  background: #ffffff;
  border-radius: 30px;
}

.search-domain .input-group .form-control {
  border: 0;
}

.search-domain .input-group .btn {
  border-radius: 20px !important;
  background: #F93;
  padding: 15px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  transform: scale(1);
  transition: 0.3s ease-in;
}

.search-domain .input-group .btn:hover {
  transform: scale(0.95);
}

.help {
  padding: 70px 0;
}

.help .accordion {
  margin-top: 70px;
}

.help .accordion .accordion-item {
  background: transparent;
  border: 0;
}

.help .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  box-shadow: 0 0 0 0 transparent;
  color: #074743;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 30px 30px 0 0;
  border-top: 9px solid #ffffff;
  border-left: 9px solid #ffffff;
  border-right: 9px solid #ffffff;
  padding: 30px;
}

.help .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border: 0 !important;
}

.help .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: 0 0 0 0 transparent;
}

.help .accordion .accordion-item .accordion-collapse {
  transition: 0.2s ease-in;
  border-radius: 0 0 30px 30px;
  border-bottom: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.help .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: start;
  color: #5F817F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.help .accordion .accordion-item .accordion-collapse.show {
  border-radius: 0 0 30px 30px;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid #ffffff;
  border-right: 9px solid #ffffff;
}

footer {
  padding-top: 100px;
}

footer .logo {
  width: 350px;
}

footer .link-footer {
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  padding: 10px 10px;
}

footer .copyright {
  color: #0C504C;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.copyright {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

footer .social-media img {
  width: 20px;
}

.image-main {
  object-fit: contain;
}

@media only screen and (max-width: 1399px) {
  h1 {
    font-size: 50px;
  }

  .btn {
    font-size: 16px;
  }

  .content-section.content-1 .animation-3 {
    position: absolute;
    bottom: -60px;
    left: 30px;
    z-index: 1;
    width: 170px;
    height: 170px;
  }

  .content-section.top {
    padding-top: 50px;
  }

  .divider-content {
    height: 100px;
  }

  .content-section.content-3 .animation-3 {
    position: absolute;
    bottom: -50px;
    right: 10px;
    z-index: 1;
    width: 140px;
    height: 140px;
  }

  .content-section.content-3 .animation-1 {
    position: absolute;
    top: 200px;
    right: 30px;
    z-index: 1;
    width: 170px;
    height: 170px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
    padding: 15px 20px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 14px;
    line-height: 28px;
  }

  .hero p {
    font-size: 16px;
    line-height: 25px;
  }

  .content-section.top {
    padding-top: 100px;
  }

  .template .template-list img {
    height: 300px;
  }

  .template .template-list h3 {
    font-size: 20px;
  }

  .template .template-list p {
    font-size: 14px;
    line-height: 24px;
  }

  .template .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .template {
    padding-bottom: 20px;
  }

  .search-domain h2 {
    font-size: 32px;
  }

  .search-domain p {
    font-size: 14px;
    line-height: 26px;
  }

  .search-domain .input-group .btn {
    padding: 8px 26px;
    font-size: 14px;
    line-height: 36px;
  }

  .help .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }

  .help .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 28px;
  }

  footer .link-footer {
    font-size: 12px;
    padding: 10px 5px;
  }

  footer .logo {
    width: 280px;
  }

  .content-section.content-1 .animation-3 {
    position: absolute;
    bottom: -80px;
    left: 30px;
    z-index: 1;
    width: 140px;
    height: 140px;
  }

  .content-section.content-1 .animation-2 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    right: 30px;
    z-index: 2;
    width: 100px;
    height: 100px;
  }

  .content-section.content-1 .animation-1 {
    position: absolute;
    top: 120px;
    left: 30px;
    z-index: 1;
    width: 100px;
    height: 100px;
  }

  .content-section.content-1 .animation-2 {
    right: 50px;
    top: 40px;
  }

  .content-section.content-1 .animation-3 {
    bottom: -30px;
    left: 70px;
  }

  .content-section.content-3 .animation-3 {
    width: 140px;
    height: 140px;
    bottom: -60px;
  }

  .content-section.content-3 .animation-2 {
    width: 100px;
    height: 100px;
  }

  .content-section.content-3 .animation-1 {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2,
  .search-domain h2 {
    font-size: 26px;
  }

  p,
  .search-domain p {
    font-size: 11px;
    line-height: 20px;
  }

  .btn {
    font-size: 12px;
    padding: 10px 10px;
    text-align: start;
  }

  .btn img {
    display: none;
  }

  .search-domain span {
    font-size: 10px;
    line-height: 10px;
  }

  .content-section.top {
    padding-top: 50px;
  }

  .template .show-template {
    bottom: -32px;
  }

  .template .show-template img {
    width: 60px;
  }

  .template .nav.nav-tab .nav-link {
    font-size: 12px;
    padding: 0 0;
  }

  .template .input-group.form-search .form-control {
    font-size: 12px;
  }

  .template .template-list img {
    height: 200px;
    margin-bottom: 20px;
  }

  .template .template-list h3 {
    font-size: 16px;
  }

  .template .template-list p {
    font-size: 12px;
    line-height: 20px;
  }

  .search-domain .input-group .btn {
    padding: 16px 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .search-domain {
    padding: 70px 0;
  }

  .search-domain .input-group {
    padding: 8px;
    background: #ffffff;
    border-radius: 30px;
  }

  .search-domain .mt-5 {
    margin-top: 20px !important;
  }

  .help .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }

  .help .accordion .accordion-item .accordion-header .accordion-button {
    padding: 30px 15px;
  }

  .help .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 12px;
    line-height: 22px;
  }

  .content-section .icon {
    margin-bottom: 30px;
    width: 40px;
  }

  footer .logo {
    width: 100px;
  }

  footer .copyright {
    color: #0C504C;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section.content-1 .animation-2 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    right: 30px;
    z-index: 2;
    width: 80px;
    height: 80px;
  }

  .content-section.content-1 .animation-2 {
    right: 20px;
    top: 40px;
  }

  .content-section.content-1 .animation-3 {
    position: absolute;
    bottom: -80px;
    left: 30px;
    z-index: 1;
    width: 100px;
    height: 100px;
  }

  .content-section.content-1 .animation-3 {
    bottom: -60px;
    left: 25px;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .image-main {
    transform: translateY(0%);
    z-index: 2;
  }

  .image-main {
    object-fit: contain;
    width: 90% !important;
  }

  .object-behind-left {
    background: linear-gradient(-170deg, #E3EBEB 0%, rgba(227, 235, 235, 0.00) 100%);
  }

  .object-behind-right {
    background: linear-gradient(140deg, #E3EBEB 0%, rgba(227, 235, 235, 0.00) 100%);
  }

  .divider-content {
    width: 100%;
    height: 10px;
    border-top: 8px solid #FFF;
    background: linear-gradient(180deg, #F6F6F6 0%, #EBF1F1 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
  }

  .template .animation-template {
    border: 3px dashed #E1E1E1;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(7px);
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 0;
    top: -10px;
    left: 10px;
  }

  .template .button-action-animation {
    position: absolute;
    top: -30px;
    left: 11px;
  }

  .template .button-action-animation .content {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100px;
  }

  h1 {
    font-size: 26px;
  }

  .hero-bottom {
    margin-top: -90px;
  }

  .hero {
    height: 600px;
  }

  .hero .hero-bg {
    width: 100vw;
    height: 600px;
    position: absolute;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: unset;
    margin: auto;
    z-index: 0;
  }

  .image-main {
    object-fit: contain;
    width: 90% !important;
  }

  .template .nav-tab {
    display: none;
  }
}

/*navbar*/
.hamburger-menu {
  margin: 0rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}

.bar-top,
.bar-middle,
.bar-bottom {
  height: 2px;
  background: white;
  border-radius: 5px;
  margin: 12px 0;
  transform-origin: left;
  transition: all 0.5s;
}

.navbar.scroll .bar-top,
.navbar.scroll .bar-middle,
.navbar.scroll .bar-bottom {
  background: #074743;
}

.navbar.scroll .hamburger-menu.active .bar-top,
.navbar.scroll .hamburger-menu.active .bar-middle,
.navbar.scroll .hamburger-menu.active .bar-bottom {
  background: #ffffff;
}

.hamburger-menu.active .bar-top {
  transform: rotate(45deg);
}

.hamburger-menu.active .bar-middle {
  transform: translateX(1rem);
  opacity: 0;
}

.hamburger-menu.active .bar-bottom {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    background: #074743;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 1s;
  }

  .navbar-collapse.show {
    position: fixed;
    background: #074743;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 1s;
  }

  .navbar-collapse.show .navbar-nav {
    margin-top: 150px;
  }

  .navbar.scroll .nav-item .nav-link {
    color: #ffffff;
  }

  .navbar .nav-item .nav-link:hover,
  .navbar .nav-item .nav-link.active {
    border-bottom: 0px solid transparent;
  }

  .navbar.scroll .nav-item .nav-link:hover,
  .navbar.scroll .nav-item .nav-link.active {
    border-bottom: 0px solid transparent;
  }
}

.auth{
  height: 100vh;
}
.auth .login{
  background: url('./constant/image/login-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.auth h1{
  color: #2C2C2C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
}
.auth p{
  color: #2C2C2C;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.auth .form-control{
  background: transparent;
  border: 0;
  border-bottom: 1px solid #D6D6D6;
  border-radius: 0;
}
.auth .form-control:focus{
  border-bottom: 1px solid #074743 !important;
}
.auth .form-control.is-invalid{
  border-bottom: 1px solid #c91b1b !important;
}
.auth .form-floating>.form-control-plaintext~label::after,
.auth .form-floating>.form-control:focus~label::after,
.auth .form-floating>.form-control:not(:placeholder-shown)~label::after,
.auth .form-floating>.form-select~label::after{
  background: transparent;
  top: 10px;
}
.auth .form-floating>label{
  margin-top: -2px;
}
.auth a{
  color: #005550;
  text-decoration: none;
  font-size: 14px;
}
.show-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .show-mobile{
    display: flex !important;
  }
}