::selection {
    background: #628BFD;
    color: white;
}

.text-blue {
    color: #628BFD !important;
}

.section-step-bar {
    background: #628BFD;
}

.btn {
    border-radius: 10px !important;
}

.btn-blue {
    background: #628BFD !important;
    border-radius: 6px !important;
}

.card-body .tab-nav ul {
    margin-left: 0px !important;
}

.card-lg {
    border-radius: 6px !important;
}

.card-header {
    border-radius: 6px 6px 0px 0px !important;
}

.change-data{
	font-size: 16px;
	text-decoration: underline;
	text-decoration-style: dotted;
	color: #628BFD !important;
}

.change-data:hover{
	color: #628BFD;
}

.change-data .icon-size-sm-a {
    stroke-width: 0px;
    fill: #628BFD !important;
}

.form-control {
    background: rgba(243, 245, 252, 0.93);
    border: none !important;
    height: 50px;
}

.form-control:focus {
    background: rgb(236, 239, 247);
    border: none !important;
    box-shadow: none;
    height: 50px;
}

.form-group label {
    font-size: 14px;
}

/*inputs*/
.form-control{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 0px !important;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 15px;
}
.form-control::placeholder{
    color: #2C3E50;
    opacity: .2;
}




@media screen and (max-width: 751px) {
    .section-step-bar {
        display: none;
    }
}