﻿
.fontSeat {
    font-family: Seat Bcn Light;
}
body {
    font-family: Seat Bcn Light !important;
    font-size: 20px;
}
.seat_login {
    -webkit-box-shadow: -1px -1px 13px -2px #000000;
    box-shadow: -1px -1px 13px -2px #000000;
     background-color: rgb(230,230,230); 
}
.blanc{
    color:white;
}
.titol_campus {
    background-color: black;
    color: white;
    padding: 8px 0px 8px 0px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
}
.input100 {
    border-radius: 0px 5px 5px 0px;
    font-family: Seat Bcn Light;
    background-color: white;
}
.symbol-input100 {
    background-color: rgb(217,217,217);
    width: 18%;
    border-radius: 0px;
}
.focus-input100{
    background-color:white;
}
.pl-50 {
    padding-left:50px;
}
.container-login100-form-btn {
    background-color: black;
}
.login100-form-btn {
    font-family: Seat Bcn Light;
    background-color: rgb(238,124,5);
    color: white;
    border-radius: 5px;
    width: 35%;
    height: 30px;
    padding: 0px;
}
.aviso_legal {
    font-family: Seat Bcn Light;
    color: white;
    width: 50%;
    padding: 5px 5px 10px 5px;
    text-align: end;
}
.login100-form-btn::before {
    background-color: rgb(217,217,217);
    border-radius: 5px;
}
.interrogante {
    font-size: large;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    color: rgb(40,45,50);
    opacity: 0.95;
    font-weight: 700;
    background-color: rgb(217,217,217);
}
.navbar-nav {
    background-color: white!important;
    background-image: none;
}
.sidebar-brand {
    background-color: black!important;
}
.orange {
    background-color: rgb(238,124,5);
    color: white;
    font-family: Seat Bcn Light;
}
.navbar {
    background-color: black;
}
.btn-primary {
    background-color: rgb(238,124,5);
    color: white;
    font-family: Seat Bcn Light;
    border-color: rgb(238,124,5);
    border-radius: 10px;
    font-size: 16px;
}
.black{
    background-color:black;
}
.btn-primary:hover {
    background-color: rgb(217,217,217);
    border-radius: 10px;
    border-color: rgb(217,217,217);
    font-family: Seat Bcn Light;
}
.container-fluid {
    font-size: medium;
}
.logo_seat {
    top: 35%;
    left: 5%;
}
.page-item.active .page-link {
    color: black;
    background-color: rgb(217,217,217);
    border-color: rgb(238,124,5);
}
.page-link {
    color: black;
    border-color: #dddfeb;
}