/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-10-2021, 10:44:53 AM
    Author     : CRoberto
*/

body, html{

}
.input-icons i {
    position: absolute;
}
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}
.icon {
    padding: 10px;
    min-width: 40px;
}
.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}
#loading {       
    display: block;
    opacity: 0.7;
    z-index: 99;
    text-align: center;
    top:25%;
    position: absolute;
}
#loading-image {
  top:35%;
   margin-left: auto;
   margin-right: auto;
   position: fixed;
   z-index: 100;
   left:40%;
   display:block;
   
}
.spin-container{
    text-align:center;
    margin-top:100px;
}
.spin{
    border:3px solid #0D4B9F;
    width:200px;
    height:200px;
    margin:0 auto;
    border-radius:50%; 
    border-left-color: transparent;
    border-right-color: transparent;
    animation:rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

@keyframes rotate{
    0%{transform:rotateZ(-360deg)}
    100%{transform:rotateZ(0deg)}
}
@keyframes rotate2{
    0%{transform:rotateZ(360deg)}
    100%{transform:rotateZ(0deg)}
}
#text{
    color: #D6E3F6;
    font-family:Arial;
    font-size:15px;
    position:relative;
    top:-857px;
}
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf);
}

.passon {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
.hi {
    float: right;
    margin-left: -25px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.passoff {
}
#siteseala {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}


table tr:not(:first-child){
    cursor: pointer;transition: all .25s ease-in-out;
}
table tr:not(:first-child):hover{background-color: #ddd;}
