 @font-face {
font-family: "LibreFranklin-Regular";
src: url("../stylesheets/fonts/LibreFranklin-Regular.ttf");
font-style: normal;
font-weight: normal;
}

body {
  background: #666;
  font-family: "LibreFranklin-Regular";
  margin:0;
  padding: 6px;
}

a:link {color: #000;text-decoration: none;font-weight:100; border:0;}
a:visited {color:  #000;text-decoration: none;font-weight:100; border:0;}
a:hover {color:#1376e4 ;text-decoration: none;font-weight:100; border:0;}


.back-link a:link {color: #FFF;text-decoration: none;font-weight:100; border:0;}
.back-link a:visited {color:  #FFF;text-decoration: none;font-weight:100; border:0;}
.back-link a:hover {color:#1376e4 ;text-decoration: none;font-weight:100; border:0;}

.header{
  max-width: 1280px;
  margin:auto auto auto auto;
  border-radius:16px 16px  0 0 ;
  border:1px solid #dededf;
  border-bottom: none;
  background: #fdf0d5;

}

.header img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}

.folder{
  background-color: rgb(255, 255, 255);
  border:1px solid rgb(168, 168, 168);
  border-radius: 12px;
}

.folder_title{
  background-color: #dbdbdb;
  border-radius: 12px 12px 0 0;
}

.folder input[type="submit"]{
  background-color: #0397d1;
  border: 1px solid rgb(29, 85, 238);
  border-radius: 6px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.folder li{
  border-bottom: 1px dotted grey;
  margin-bottom: 6px;
}

.content{
  max-width: 1280px;
  margin:auto auto auto auto;
  background: #fff;
  border-radius: 0 0 16px 16px;
  border:1px solid #dededf;

}

.container{
  max-width: 1140px;
  margin: auto auto auto auto;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px 20px;
  padding:20px;
}

.item{
  width:125px;
  height:185px;
  text-align: center;
}

.item img{
  margin-top:20px;
  margin-bottom:10px;
}

.back-link{
  float:left;
}
.pad6{
  padding:6px;
}

.pad16{
  padding:16px;
}

.pad26{
  padding:26px;
}

.page_title{
  max-width: 1280px;
  margin:auto auto auto auto;
  text-align: center;
  background: #2e294e;
  color:#fff;
  border:1px solid #dededf;
  font-size: 1.2em;
}

.alert{
  max-width: 1280px;
  margin:auto auto auto auto;
  text-align: center;
  background: pink;
  color:#000;
  border:3px solid red;
  font-size: 1.2em;
}

form{
  padding:0;
  border:0;
  margin: 0;
}

.login_container{
  min-width: 330px;
  max-width:330px;
  margin-left: auto;
  margin-right: auto;
}

.niceform input[type=text], .niceform input[type=password], .niceform select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.niceform input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.niceform input[type=submit]:hover {
  background-color: #45a049;
}
