body{

    background-color: #000;
}


.card{

    width: 400px;
    border:none;

}



.btr{
background-color: #0b3e44;
color : #cda869;
    border-top-right-radius: 5px !important;
}


.btl{

    border-top-left-radius: 5px !important;
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.nav-pills{

    display:table !important;
    width:100%;
}

.nav-pills .nav-link {
    border-radius: 0px;
    border-bottom: 1px solid #ffda6a;

}

.nav-link {
    background-color: black !important;
    color: #cda869 !important;
}

.nav-item .active {
    background-color: #ffda6a !important;
    color: #000 !important;
}


.nav-item{
    display: table-cell;
    background: #000;
}


.form{

    padding: 10px;
    height: 300px;
}

.form input{

    margin-bottom: 12px;
    border-radius: 3px;
}


.form input:focus{

    box-shadow: none;
}


.form button{

    margin-top: 20px;
}