body {
    background: #EEE !important;
}

.tabs {
    /* display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; */
    margin-top: 50px;
    padding: 50px;
    flex-direction: column;
    /* box-shadow: inset 0 0 20px #333; */
}


.tabs img {
    width: 30%;
}
.tabs .btn-primary  {
    background: #1B79A8 !important;
}

.tabs form .flex {
    display: flex;
}

.tabs form .flex {
    display: flex;
}

.tabs .nav

/*Padrão Bootstrap*/
    {
    position: static !important;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top: 2px !important;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    display: flex;
    text-align: center;
    justify-content: center;

}

.tabs .nav,
.tabs .nav-tabs {
    background-color: #1B79A8 !important; 
    height: 70px;
    color: white;
}

.tabs .nav-tabs>li

/*Padrão Bootstrap*/
    {
    float: left;
    margin-bottom: -1px;
}

.tabs nav,
.tabs .nav-tabs>li>a {
    color: #fff;
    text-decoration-line: none;
    position: relative;
    /* display: block; */
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 24px;
    padding-left: 15px;
}

.tabs nav,
.tabs .nav-tabs>li.active a,
.tabs nav,
.tabs .nav-tabs>li.active a:hover,
nav,
.tabs .nav-tabs>li.active a:focus {
    background-color: #000000;
    color: #fff !important;
    text-decoration-line: none;
}

.tabs .card {
    padding: 40px;
    height: 100%;
   
}
.tabs .card::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.tabs .card::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.tabs .card::-webkit-scrollbar-thumb
{
	background-color: #1C7CAB;
	border: 2px solid #555555;
}

.tabs .form-label {
    color: #000000db !important;
    font-size: .94rem;
}
.tabs input{
    font-size: 0.90rem;
}
.tabs form input::placeholder {
    color:  #00000078 !important;
    font-size: 14px;
}

.tabs .tab-content {
    color: white;
    background-color: #e6e6e6;


}

.tabs .tab-content>.tab-pane

/*Padrão Bootstrap*/
    {
    display: none;
}

.tabs .tab-content>.active

/*Padrão Bootstrap*/
    {
    display: block;
}

.tabs li.active a:before {
    border-color: #0257b5 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    content: "";
    display: block;
    left: calc(50% - 10px);
    position: absolute;
    width: 0px;
    top: 70px;
    z-index: 10;
}

@media (max-width:769px) {
    .tabs .nav {
        max-width: 100%;
    }

    .tabs {
        display: inline;
    }

    .tabs form {
        width: 100%;
    }
    .tabs .card {
        height: 100%;
    }

}