body {
  padding-top: 3.5rem;
}
.bg-dark {
    background-color: #0065ac!important;
}
.title{
    margin-top:30px;
}
footer{
    margin-top: 50px;
}
.margin-20{
    margin:20px 0;
}

h5.subtitle {
    font-size: 15px;
    margin-bottom: 35px;
    font-weight: 1;
    color: #666;
}

.steps-form-2 {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 40px; }
.steps-form-2 .steps-row-2 {
    display: table-row; }
.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7; }
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; }
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    background-color: #59698D;
    color: #FFF !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px; 
    -webkit-appearance: button-bevel; }
.btn-circle-disabled {
    background-color: #585858 !important; }
/*
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    color: #4285F4 !important;
    background-color: white !important; }*/
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 2.4rem; }

.modal-success{
    background-color: green;
    color: #fff;
}
.modal-body-success{
    background-color: darkgreen;
    color: #fff;
}

.linhaFilho{
    border-top: 1px dashed;
    width: 60%;
    color: #969696;
}