﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.dhl-button {
    border-radius: 7px !important;
    padding: 6px 60px;
    background-color: #FFCC00;
    .border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Valmich*/
.more-rounded {
    border-radius: 7px !important;
    margin-bottom: 2%;
}

.more-rounded-left {
    border-radius: 7px 0px 0px 7px !important;
}

.more-rounded-right {
    border-radius: 0px 7px 7px 0px !important;
}

.distance {
    line-height: 0.5;
}

.dhl-disabled-button {
    border-radius: 7px !important;
    padding: 6px 60px;
    background-color: #E4E6EF;
    color: #b9b9b9 !important;
}

.dhl-button {
    border-radius: 7px !important;
    padding: 6px 60px;
    background-color: #FFCC00;
}

.dhl-button-blue {
    border-radius: 15px !important;
    padding: 6px 70px;
    background-color: #327acc;
    color: #ffffff;
}

.dhl-input-file-label {
    border-radius: 7px;
    height: calc(1.5em + 1.3rem + 2px);
    line-height: 2;
}

.dhl-input-file-input {
    height: calc(1.5em + 1.3rem + 2px);
    line-height: 2;
}

.dhl-custom-file {
    margin: 0px 0px 10px 0px;
}

.dhl-vertical-center {
    position: relative;
    top: 15%;
    transform: translateY(-50%);
}

.custom-file-label::after {
    margin-top: -0.5px;
    padding: 7.5px 15px;
    border-radius: 0px 7px 7px 0px;
    height: calc(1.4em + 1.3rem + 2px);
}

.login-aside {
    background-color: #FFCC00;
    width: 40%;
}

.background-forgot-password {
    background-color: #FFCC00;
    width: 40%
}

.enter-active-email {
    color: #D40511;
    line-height: 1.8;
}
.font-normal{
    font-weight:normal;
}

.forgot-modal-content {
    text-align: center;
    width: 100%;
    height: 100%;
}

.full-img {
    width: 100%;
    height: 100%;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-min-30 {
    margin-bottom: -30px;
}
.margin-bottom-2-persen {
    margin-bottom: 2%;
}
.dhl-vertical-style{
    height:60%;
    width:25%
}

.warna-biru {
    color: blue;
}

.warna-error{
    color:red;
}
.warna-hitam{
    color:black;
}