.error_box ul{ padding: 0; margin: 0 auto; list-style: none;}
.manager-login-page{ align-items: center;
    background:linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;}

    .avatar-upload {
        position: relative;
        max-width: 205px;
        margin: 50px auto;
      }
      .avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
      }
      .avatar-upload .avatar-edit input {
        display: none;
      }
      .avatar-upload .avatar-edit input + label {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #FFFFFF;
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
      }
      .avatar-upload .avatar-edit input + label:hover {
        background: #f1f1f1;
        border-color: #d6d6d6;
      }
      .avatar-upload .avatar-edit input + label:after {
       
        font-family: 'FontAwesome';
        color: #757575;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
      }
      .avatar-upload .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
      }
      .avatar-upload .avatar-preview > div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }
      
      .uploadDp{
        color: rgb(241, 197, 85);
        padding: 8px;
        display: block;
        position: absolute;
      }
      .backgroundColor{
      background-color: #fff;
      background-image: url('../img/bg-02.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      }
      .backgroundColor .login-logo a{ color: #fff;}
      .vendor-group{ background: #f6f8ff; padding: 15px; margin-bottom: 10px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
      .vendor-group .form-control{ background: transparent !important;}
      .vendor-group .fa-trash { background: #d8c2c2; padding: 20px; border-radius: 50%; float: right;}
      .trashVendor{ cursor: pointer;}

   .vendor-group select   option {
  margin: 40px;
  background:#f6f8ff;
  color: #130808;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.login-box {
    width:30%;
    padding:0px;
}
.register-box {
    max-width: 560px;
    padding:0px;
    box-shadow: rgba(250, 255, 177, 0.25) 0px 5px 15px;
}
 .vendor-group hr { border-bottom: 1px solid #fde7ce}
  .card-body input[type="file"] {  border: none !important;}

  .vendor-group .select2-container--bootstrap4 .select2-selection--single {
  background: #f6f8ff !important;
  color: #000 !important;
}

#suggestionList {
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    /* position: absolute; */
    width: 100%;
}
.suggest-item {
    padding: 8px;
    cursor: pointer;
}
.suggest-item:hover {
    background-color: #f0f0f0;
}
.card-body.login-card-body {
  padding: 30px 50px;
  border-radius: 30px;
}
.user-panel img {
  height: 40px;
  width: 40px;
}
.card-title {
  line-height: 40px;
}


@media screen and (max-width: 767px) {
  .login-box {
  width: 90%;
}
.card-body.login-card-body {
  padding: 20px 20px;
  border-radius: 30px;
}
}