.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    justify-content: flex-end;
}
.navbar-toggler {
    padding: 2px 7px;
    font-size: .95rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-light .navbar-toggler {
    color: rgb(255 115 16);
    border-color: rgb(255 115 16);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:none;
}
h1 {
    font-size: 30px;
}
form {
    background: transparent;
    border: solid 1px #ff7310;
    padding: 30px 30px 25px;
    border-radius: 25px;
}
fieldset {
    border: solid 1px #d4d8db;
    padding: 20px;
    border-radius: 10px;
}
input, textarea, select, button, .btn, .alert {
    border-radius: 25px !important;
}
.input-group input {
    border-radius: 0 20px 20px 0 !important;
    border: none;
    background: #f1f1f1;
    line-height: 24px;
    font-size: 13px;
}
.input-group-text {
    border-radius: 20px 0 0 20px !important;
    background: #ff7310;
    color: #ffffff;
    border: none !important;
}
.form-label {
    color: #000000;
    font-size: 14px;
}
.form-text {
    color: #ff7310;
    font-size: 13px;
}
.alert {
    border: none !important;
    padding: 20px 25px;
}
.alert p {
    font-size: 14px;
}
.col-orange {
    color: #ff7310 !important;
}
.btn-orange,
a.btn-orange {
    background: #ff7310;
    border-color: #ff7310;
    color: #ffffff !important;
}
.btn-orange:hover,
a.btn-orange:hover {
    background: #ff7310;
    border-color: #ff7310;
    color: #ffffff;
}
.bankblocktitle {
    background: #333;
    padding: 10px 20px 5px;
    color: #fff;
}
.bankblocktitle_name {
    font-size: 17px;
    font-weight: 700;
}
.tranction_block:nth-child(odd){
    background: #f1f1f1;
}