/*@import url('https://fonts.googleapis.com/css?family=Numans');*/

html,body{
background-image: url('img/bgindex.png');
background-size: auto;
background-repeat: repeat;
height: 100%;
font-family: sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 350px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
border: solid 2px white;/*#FFC312;*/
border-radius: 20px;
background-color: rgba(0,0,0,0.9) !important;
box-shadow: 4px 4px 5px #aaaaaa;
}

.list_icon span{
font-size: 40px;
margin-left: 10px;
color: white; /*#FFC312;*/
}

.list_icon span:hover{
color: #1b68ff; /*#3ad29f;*/
cursor: pointer;
}

.card-header h3{
color: white;
}

.list_icon{
position: absolute;
right: 10px;
top: 0px;
}

.logo span{
font-size: 50px;
margin-left: 10px;
color: #FFC312;
}

.logo{
position: absolute;
left: -45px;
top: -35px;
background-color: black;
border-radius: 5px;
padding: 5px;
border: solid 2px white;
}

.input-group-prepend span{
width: 50px;
background-color: white; /*#FFC312;*/
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
/*color: black;
background-color: #FFC312;*/
color: #ffffff;
background-color: #1b68ff;
border-color: white; /*#1b68ff;*/   
width: 100px;
}

.login_btn:hover{
/*color: black;
background-color: white;*/
color: #ffffff;
background-color: #0052f4;
border-color: #004ee7;    
}

.login2_btn{
/*color: black;
background-color: #FFC312;*/
color: #ffffff;
background-color: #28a745;
border-color: white; /*#1b68ff;*/   
width: 100px;
}

.login2_btn:hover{
/*color: black;
background-color: white;*/
color: #ffffff;
background-color: #218838;
border-color: #1e7e34;    
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}  

a {
text-decoration: none !important;    
}

.politics{
color: white; 
font-size: 0.85rem;
}
.politics:hover{
color: #FFA500;   
font-size: 0.85rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ced4da;
    background-color: #343a40;
    background-clip: padding-box;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


@media (min-width:320px)  { 
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .sepie {
        position:fixed; 
        right: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogosepie {
        width: 162px;
        height: 60px;
    }
    
    .eu {
        position:fixed; 
        left: 10px; 
        top: 10px;
        z-index:999999;
    } 
    #imglogoeu {
        width: 286px;
        height: 60px;
    }
    
    .proj {
        position:fixed; 
        left: 5px; 
        right: 5px;
        bottom: 5px;
        z-index:999999;
        background-color: black;
        opacity: 0.6;
    }    
 }
@media (min-width:480px)  { 
/* smartphones, Android phones, landscape iPhone */
    .sepie {
        position:fixed; 
        right: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogosepie {
        width: 162px;
        height: 60px;
    } 
    
    .eu {
        position:fixed; 
        left: 10px; 
        top: 10px;
        z-index:999999;
    } 
    #imglogoeu {
        width: 286px;
        height: 60px;
    }
    
    .proj {
        position:fixed; 
        left: 5px; 
        right: 5px; 
        bottom: 5px;
        z-index:999999;
        background-color: black;
        opacity: 0.6;        
    }    
}
@media (min-width:600px)  { 
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    .sepie {
        position:fixed; 
        right: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogosepie {
        width: 162px;
        height: 60px;
    }

    .eu {
        position:fixed; 
        left: 10px; 
        top: 10px;
        z-index:999999;
    } 
    #imglogoeu {
        width: 286px;
        height: 60px;
    }      
    
    .proj {
        position:fixed; 
        left: 5px; 
        right: 5px;
        bottom: 5px;
        z-index:999999;
        background-color: black;
        opacity: 0.6;        
    }    
}
@media (min-width:801px)  { 
/* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .sepie {
        position:fixed; 
        right: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogosepie {
        width: 216px;
        height: 80px;
    }    

    .eu {
        position:fixed; 
        left: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogoeu {
        width: 382px;
        height: 80px;
    }     

    .proj {
        position:fixed; 
        left: 5px; 
        right: 5px; 
        bottom: 5px;
        z-index:999999;
        background-color: black;
        opacity: 0.6;        
    }  
}
@media (min-width:1025px) { 
/* big landscape tablets, laptops, and desktops */ 
    .sepie {
        position:fixed; 
        right: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogosepie {
        width: 216px;
        height: 80px;
    }    

    .eu {
        position:fixed; 
        left: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogoeu {
        width: 382px;
        height: 80px;
    }     

    .proj {
        position:fixed; 
        left: 5px; 
        right: 5px; 
        bottom: 5px;
        z-index:999999;
        background-color: black;
        opacity: 0.6;        
    }   
}
@media (min-width:1281px) { 
/* hi-res laptops and desktops */ 
    .sepie {
        position:fixed; 
        right: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogosepie {
        width: 216px;
        height: 80px;
    }    

    .eu {
        position:fixed; 
        left: 10px; 
        top: 10px;
        z-index:999999;
    }
    #imglogoeu {
        width: 382px;
        height: 80px;
    }    

    .proj {
        position:fixed; 
        left: 5px; 
        right: 5px; 
        bottom: 5px;
        z-index:50;
        background-color: black;
        opacity: 0.6;        
    }   
}


