@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --uls-primary: #002d72;
  --uls-secondary: #c8102e;
  --plyr-color-main: #002d72;
}

/*Estilo Texto Seleccionado*/
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--uls-primary);
}

::selection {
  color: #fff;
  background: var(--uls-primary);
}

/*Estilo Barra Scroll*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #404042;

}

html,body{
    background: var(--uls-primary);
    height: 100%;
    font-family: 'Raleway', sans-serif !important;
}

.container{
    height: 100%;
    align-content: center;
}

.card{
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
    width: 400px;
    background-color: #002D72 !important;
}

.card .card-img-top{
    padding: 1rem;
}

.card-header, .card-footer{
    background: none !important;
}

.card-header h3{
    color: white;
}

.input-group-prepend{
    text-align: center;    
}

.input-group-prepend span{
    width: 50px;
    border:0 !important;
}

.input-group-prepend span i{
    margin: auto;
}

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;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

#btn-manual{
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}