.theme-textbox.form-control {
    border-radius: 12px;
}
.navbar-inside-page {
    margin-bottom: 20px;
}
.btn.btn-default.navbar-btn.page-backward.theme-btn-primary {
    background-color:#bbc6d6;
    border: 1px solid #bbc6d6;
    color: #081931;
    background-image: none;
}
.theme-btn-primary {
    border-radius: 12px;
}
.theme-select.form-control.select2-container {
    border-radius: 12px;
}
.theme-select.form-control.select2-container .select2-selection {
    border-radius: 12px;
}
.select2-container--bootstrap.theme-select.form-control.select2-container--open .select2-selection {
    border-radius: 12px;
}
.select2-container--bootstrap.theme-select.form-control.select2-container--focus .select2-selection {
    border-radius: 12px;
}
.select2-selection {
    border-radius: 12px!important;
}
.brand-footer .bg-dark{
    padding: 30px 0 0 0;
    font-size: 12px;
}
.brand-footer .bg-dark a{
    font-weight: bold;
}
.navbar-inverse {
    background: none;
    background-image: none;
}
.theme-curved-line {
    display: none;
}
.theme-curved-circle {
    display: none;
}
.theme-curved-bottom-line {
    border: 2px solid #bbc6d6;
    margin-left: 0;
    margin-right: 0;
}
.theme-curved .component {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.08);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.theme-progress {
    border-radius: 0;
}