.deposit_form .form-style {
    width: 100%;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 12px;
    height: 40px;
    margin-top: 0px;
    border: 1px solid #bda287;
    color: #585c69;
    background: #ffffff;
}


.grid {
    display: grid;
    grid-template-columns: 50% auto;
    font-size: 13px;
}