
*{

    font-family: "Arial",  Helvetica,Arial, sans-serif;
   
}

/* Googlefont Poppins CDN Link */

body{
  min-height: 100vh;
  font-size: 1rem;
    margin:0 auto;
  }

#toplink {font-weight: 800;text-align: center;}
#toplink ul>li{display: inline; }
#toplink ul>li>a {text-decoration:none; color: #3f3e3e; font-weight:bold;}
#toplink ul>li>button { color:#fff;}
#login { background-color: #aaaaac;color:#fff;border: none;border-radius: 5px;margin-left:20px;}
#register { background-color: #180c7a;color:#fff;border:none;border-radius: 5px;margin-left:20px;}

.left {min-width:200px;}
#leftvar > ul {list-style-type: none;}
#leftvar >ul >li >a {text-decoration: none;  }
.dropdown-item {
  color: #363535;
}
.dropdown .dropdown-menu {
  
  background: #212529!important;
}
.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .1em;
  margin-left: .1em;
  
}

@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}


.error input {
  border-color: red;
  border-width: 2px;
}

.success input {
  border-color: green;
  border-width: 2px;
}

.error span {
  color: red;
}

.success span {
  color: green;
}

 

i {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
#message { color:red}
#id inline {display:inline;}



