ul.breadcrumb-ul {
    list-style: none;
    display: flex;
    text-decoration: none;
}
.form-item input{
  padding-left:10px;
  height:40px;
  width:100%;
  outline: none;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  transition: color .3s, border .3s, background .3s, opacity .3s;
}
.btn-primary{
  width:100px;
  height:40px;
  background:#004895 !important;
  color:#fff !important;
  margin-top:20px;
  border:0px !important;
  border-radius:2px;
  margin-bottom:20px;
  font-weight:bold;
}
.account-area--info ul li{
  list-style:none;
  
}

.account-area--table {
  margin-bottom:50px;
}
.breadcrumb-wrap a,
.account-area--info a{
  color:black;
}
/*.is-text-left {*/
/*    color: #fff;*/
/*    width: 100px;*/
/*    height: 40px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background: #004793;*/
/*        margin-bottom: 30px;*/
/*}*/
a.default-btn {
    color: white;
}
.input-form label{
  width:15%;
}
.input-form input{
  width:80%;
  border:1px solid #ddd;
}
.adn_address_btn button{
  width: 100px;
    height: 40px;
    border: none;
    background: #004793;
    color: white;
    margin: 30px 0;
}