input {
    min-height: unset !important;
}
#div-style {
    width: 500px;
    padding-left: 20px;
}
#div-style:last-child {
    padding-left: 80px;
}

.text-label-style{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: nowrap;
}
.text-style {
    font-weight: bold;
}
.heading-text-style{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
}
.h3-text-style{
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    margin-top: -10px;
}
#kredit-miqdori{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}