body {
    background-image: url(img/software-developer.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
}

.divbox {
    padding-top: 145px;
}

.login {
    width: 280px;
    border-radius: 5px;
    background-color: #000000c2;
}

.Jccprev {
    text-align: center;
    font-size: 34px;
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    /* margin: 0px; */
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-family: "Quicksand", sans-serif;
    color: #e1aa12;
}

.div_linha {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #0000007a;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    color: #ffffff;
    text-align: inherit;
}
.ditem_2 { 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;       

}

.bt_voltar {
    /* vertical-align: middle;
    border-style: none;
    width: 13px; */
    margin-top: 10px;
    margin-left: 10px;
}

#logo_github { 
    fill: currentColor;
    color: white;
    margin-top: 10px;
    margin-left: 5px;
}

.modal-content { 
    background-color: #333333;
}

.modal-header { 
    border-bottom: 1px solid #0000007a;
}

.modal-title { 
    color: #e1aa12;
    font-weight: 400;
    font-size: 22px;
    font-family: "Quicksand", sans-serif;
} 

h6 { 
    color: #fff;
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
}

co {
    font-size: 12px;
    color: #e1aa12;
}

.modal-footer { 
    border-top: 1px solid #0000007a;
}