
.dzata-bg-blue{
    background: #050555;
}

.dzata-bg-orange{
    background: #f89827;
}


.dzata-text-blue{
    color: #050555;
}

.dzata-text-orange{
    color: #f89827;
}

.bg-primary{
    background: #050555 !important;
}

.btn-success {
    color: #fff;
    background-color: #f89827;
    border-color: #f89827;
  }

.btn-primary {
    color: #fff;
    background-color: #050555;
    border-color: #050555;
    }
    .btn-dark {
        color: #fff;
        background-color: #040414;
        border-color: #040414;
        }

.btn{
    border-radius: 5 !important;
}

.card{
    border: none;
    border-radius: 0 !important;
}

.form-control{
    border-radius: 0 !important;
}

.card-fill{
    height: 90vh;
    overflow: scroll;
}

.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px dashed #f89827 !important;
}


.btn:focus{
    outline: none !important;
    box-shadow: none !important;
}
