body {
  background-image: url('/storage/img/auth_bg.png');
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#app {
  /* background-color: rgb(142, 140, 138); */
}

.navbar-brand {
  margin-left: 52px;
  margin-top: 52px;
}

.navbar-laravel {
  background: none;
  box-shadow: none;
}

.hello {
  height: 200px;
  font-weight: 500;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 86px;
  text-align: right;
  font-style: normal;
  padding: 0 32px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.card {
  width: 432px;
  height: 560px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}

.justify-content-center {
  justify-content: center;
  height: 100vh;
  position: absolute;
  /* width: 100vw; */
  /* left: 0; */
  right: 216px;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: -1;
}

@media screen and (max-width: 450px) {
  .hello {
    font-weight: 500;
    font-size: 64px;
  }

  .card {
    width: 350px;
  }

  .justify-content-center {
    right: 0;
  }
}

.nav-tabs {
  border: none;
  margin-top: 120px;
  margin: 100px 30px 0 30px;
}

.nav-tabs .nav-item {
  padding-right: 20px;
}

.nav-tabs .nav-link {
  /* border-radius: 16px; */
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #777777;
}

.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #D72323;
  color: #D72323;
  background: none;
}

.card-body form {
  width: 100%;
}

.btn-primary {
  width: 100%;
  height: 40px;
  background: #D72323;
  border-color: #D72323;
  border-radius: 2px;
}

.btn-primary:hover {
  background-color: #b61e1e;
  border-color: #D72323;
}

.card-body {
  display: flex;
}

button.send_act {
  width: 102px;
  height: 37px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}

button.send_act:hover {
  background-color: #D72323;
}

.btn-link {
  color: #D72323;
}

.tab-content {
  height: 100%;
}

.tab-content>.container {
  height: 100%;
}

.card-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.other-action {
  margin-top: 20px;
}