.onloadclass{
    position: absolute !important;
    margin: 0;
    z-index: 99;
    background-color: rgb(7 11 28)!important;
    width: 100%;
    height: 100% ;
    display: flex;
    background-size: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bodylogin{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    Letter-spacing: 1px;
    background: #0c1022;
}
#error{
	border: 1px solid rgba(241, 6, 6, 0.81);
	background-color: rgba(220, 17, 1, 0.16);
	cursor: pointer;
	color: #ff0303;
}

::-webkit-scrollbar {
    height: 6px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgb(41 ,49 ,69);
}

::-webkit-resizer{
    background-color: transparent;
}

::-webkit-scrollbar-corner{
    background-color: rgb(41 ,49 ,69);
}

.text-muted{
    color: #6c7293 !important;
}

h6{
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
h3{
    font-size: 26px;
    font-weight: 600;
    text-align: center !important;
}
@font-face{font-family: 'Roboto Black';}

body{
    background: #000000;
    color: #444444;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.input-grupo {
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space;
}
.fa{
    font-size: 17px !important;
}
.glowIcon{
    text-shadow: 0 0 10px #00ccff;
}

a:hover{
    text-shadow: 0 0 10px #00ccff;
}
.input_text{
    width: 95%;
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #00ccff;
    font-size: 20px;
    padding-left: 10px;
}


.arealogin{
    position: absolute;
    content: '';
    background: #0c1022;
    border-radius: 50px 0px;
    inset: 5px;
    padding: 50px 40px;
    z-index: 10;
    color: #00ccff;
}

.formulariologin{
    position: relative;
    width: 400px;
    height: 470px;
    max-width: 400px;
    max-height: 470px;
    background: #040717;
    border-radius: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.formulariologin::before{
    position: absolute;
    width: 170%;
    height: 170%;
    content: '';
    background-image: conic-gradient(transparent, transparent, transparent, #7e3af2);
    animation:  rotate_border 6s linear infinite;
}
.formulariologin::after{
    position: absolute;
    width: 170%;
    height: 170%;
    content: '';
    background-image: conic-gradient(transparent, transparent, transparent, #00ccff);
    animation:  rotate_border 6s linear infinite;
    animation-delay: -3s;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
    }
}
@keyframes rotate_border{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.card-l{
    position: absolute;
    content: '';
    background: #0c1022;
    border-radius: 50px 0px;
    inset: 5px;
    padding: 50px 40px;
    z-index: 10;
    color: #00ccff;
}

.card{
    background-color: unset!important;
    /*height: 160px;*/
    border-radius: 10px;
    border: unset!important;
}
hr{
    border: unset!important;
    height: unset!important;
}
.loginfooter{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0c1022 inset;
    font-style: italic;
    color: #fff;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #00ccff !important;
}

.loginfooter a{
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
}
::placeholder{
    font-size: 15px;
    color: #00ccff52;
    letter-spacing: 1px;
}

#login_button{
    position: relative;
    width: 100%;
    height: 40px;
    transition: 1s;
    margin-top: 15px;
}

#login_button button{
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 2px;
    border: 1px solid #00ccff;
    border-radius: 50px;
    background-color: #0c1022;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a9ccd5;
}
button:hover{
    text-shadow: 0 0 10px #00ccff;
}

.button_group::before{
    position: absolute;
    content: '';
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 50px;
    z-index: 1;
    transition: 1s;
    background: linear-gradient(315deg, #00ccff, #0e1538, #0e1538, #7e3af2);
}

.button_group button{
    border: none !important;
}



.button_group::after{
    position: absolute;
    content: '';
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 50px;
    z-index: 2;
    transition: 1s;
    background: linear-gradient(315deg, #00ccff, #0e1538, #0e1538, #7e3af2);
    filter: blur(20px);
}

/*.btn {*/
/*    !*width: 65px;*!*/
/*    border-radius: 5px;*/
/*}*/

.modal-content{
    background-color: #080c1e;
}
div.row{
    padding: 20px 20px 20px 20px;
}
.popover-body{
    color:#d3fbff ;
    border: none;
    border-top: 1px solid #d3fbff;
    background-color: #6c757d;
}
.popover , .popover-header{
    background-color: #6c757d;
}
.modal-backdrop {
z-index: unset!important;
}
.popover-arrow::after{
    border-right-color: red;
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.table{
    color:#6b6b6b ;
}
#temprefused{
    color: #6b6b6b;
}
#temprefused:focus{
    outline: none;
    color: #6b6b6b;
}

.input-group-text{
    background-color: #2a3038;
    border: 1px solid #2a3038;
    color: white;
}

.form-control:disabled{
    background-color: #3a4155;
}

.btncheck{
    padding: 10px;
    border-radius: 6px;
    background-color: #070b1a;
    max-width: 500px;
}

.btn-danger {
    color: #fff;
    background-color: #8f0613!important;
    border-color: #8f0613!important;
}
.btn-success {
    color: #fff;
    background-color: #7e3af2!important;
    border-color: #7e3fe9!important;
}
.col-2 {
    padding-right: 10px;
    width: auto!important;
}
.btndanger{
    border: solid 1px #8f0613;
    background-color: #8f0613;
    float: right;
    font-weight: bold;
    color:white;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.btnsuccess{
    border: solid 1px #10633d;
    background-color: #10633d;
    float: right;
    font-weight: bold;
    color:white;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.btnwarning{
    border: solid 1px #ffc107;
    background-color: #ffc107;
    float: right;
    font-weight: bold;
    color:white;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#tabela{
    height: 30% !important;
}

.colmessage{
    margin-bottom: 10px;
}

.form-control:read-only{
    background-color: #050918;
}

input[type="file"] {
    display: none;
}

.labelfiles{
    padding: 10px;
    border-radius: 6px;
    background-color: #050918;
    width: 100%;
}

#gerfitvalor{
    background-color: #2a3038;
    border: none;
    border-right: 1px solid gray;
}

#copia{
    background-color: #2a3038;
    border: none;
    color: white;
    border-left: 1px solid gray;
}

