html {
    height: 100vh;
    width:100vw;    
}

body {
    height: 100%;
    color: #495057;
    overflow-x: scroll;
    overflow-y: scroll;
}

h1{font-size:36px} h2{font-size:30px} h3{font-size:24px} h4{font-size:20px} h5{font-size:18px} h6{font-size:12px}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
}

div, section {
    margin: 0;
    padding: 0;
}

.error {
    color: #FF0000; 
    font-size: 11px;}

.loginInput {
    height: 41px;
    width: 350px;
    margin: auto;
    display: block;
    color:  #000000;
    background-color: #FFFFFF;
    border: lightgray solid 1px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 0 20px;
}

.searchInput {
    height: 41px;
    margin: auto;
    display: block;
    color:  #000000;
    background-color: #FFFFFF;
    border: lightgray solid 1px;
    border-radius: 10px;
    text-align: left;
    padding: 0 20px;    
    padding-left: 50px;
}

.stdInput {
    height: 41px;
    color:  #000000;
    background-color: #FFFFFF;
    border: lightgray solid 1px;
    border-radius: 10px;
    text-align: left;
    padding: 0 20px;
}

.stdSelect {
    height: 41px;
    color:  #000000;
    background-color: #FFFFFF;
    border: lightgray solid 1px;
    border-radius: 10px;
    text-align: left;
    padding: 0 20px;
}

.loginButton {
    height: 41px;
    width: 100px;
    background-color: #008000;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
}

.menuButton {
    height: 41px;
    background-color: #008000;
    width: 275px;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.actionButton {
    height: 41px;
    width: 100px;
    background-color: #008000;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 5px;
}

.menuIcon {
    text-decoration: none;
}

hr {
    margin: 0;
}

.indexALL {
    background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.9), rgba(255, 255, 255, 0.9));
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

i {
    margin: 5px;
}

.withIcon {
    background-position: 20px 12px; 
    background-repeat: no-repeat;
}

#topBarWeb {
    font-family: "Poppins", sans-serif;
    padding: 10px 0;
}

#menuBarWeb {
    font-family: "Poppins", sans-serif;
}

#topBarWeb .logo{
    width: auto;
    height: 6rem;
    margin: 5px;
}

#topBarWeb a {
    font-size: 20px;
    color: #500093;
    margin-top: 25px;
}

#topBarWeb span {
    font-size: 20px;
    color: #500093;
}

#menuBarWeb a {
    font-size: 12px;
    color: #500093;
}

#menuBarWeb span {
    font-size: 12px;
    color: #500093;
}

.header {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    z-index: 9;
    width: 100%;
}

.footer {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0 0 0;
    margin: 0px 0 10px 0;
    z-index: 9;
    width: 100%;
}

.line {
  width: 100%;
  height: 0.25rem;
  background: #500093;
  margin-top: 10px;
}

p {
    font-size: 16px;
}