.bootstrap-iso .subheading {
    font-size: 22px;
    font-weight: 600;
    color: black;
}

.bootstrap-iso #calltoaction {
    background: #54595fbd;
    /* background: #54595fbd url(bg.png) top center no-repeat; */
    /* background-size: contain; */
}

.bootstrap-iso .table bootstrap-iso .form-control {
    /* max-width: 120px; */
    text-align: center;
}

.bootstrap-iso .text-brand-red {
    color: #ff0000 !important;
}

.bootstrap-iso .text-brand-blue {
    color: #19a6ff !important;
}

.bootstrap-iso .text-brand-gray {
    color: #54595f !important;
}

.bootstrap-iso .bg-brand-red {
    background-color: #ff0000 !important;
}

.bootstrap-iso .bg-brand-blue {
    background-color: #19a6ff !important;
}

.bootstrap-iso .bg-brand-gray {
    background-color: #54595f !important;
}

.bootstrap-iso .table td,
.bootstrap-iso .table th {
    vertical-align: middle;
}

.bootstrap-iso .card {
    border: 0;
    background-color: rgba(255, 255, 255, 0.719);
}

.bootstrap-iso .glass {
    background-color: rgba(255, 255, 255, 0.719);
}

.bootstrap-iso .text-white{
    color:white !important;
}

.bootstrap-iso .bg-info{
    background-color: rgb(13, 202, 240) !important;
}

.bootstrap-iso .form-control{
    text-align:center;
	background-color:#ffe599;
}



.bootstrap-iso .fixed-width {
    width: 200px;
}

.bootstrap-iso .fixed-width-sm {
    width: 150px;
}

.bootstrap-iso body {
    background-image: linear-gradient(-20deg, #02adc1 0%, #02adc1 100%);
}