.summary {
    border: 1px solid black;
}

.tokens_info {
    .form_msig {
        margin: 3em auto 0px;
        .with_dropdown.input-group.input-group-lg {
            width: 50%;
            margin: auto;
            .custom-select.col-12.form-control {
                font-size: 15px;
                text-align: center;
            }
        }
    }
    .swap.container {
        margin-top: 2em;
        .mb-3{
            margin-bottom: 0rem !important;
        }
        .swap_button.btn.btn-primary {
            margin-top: 1em;
        }
    }
    .alert-danger.show {
        width: 50%;
        margin: 1em auto;
    }
    
}

section.banar_area {
    position: inherit;
    z-index: 1;
    padding: 245px 0 170px;
  }

  img.banarBg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }

  .container_index {
    width: 60%;
    font-size: 18px;
  }

  .swap {
    height: 56px;
    width: 250px;        
    text-align: center;
    font-weight: bold;
  }

  .mb-3, .my-3 {
    margin-bottom: 1rem !important;
    width: 250px !important;
  }