body {
    background-color: whitesmoke;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  padding-top:15%;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}
.itemlist{
    position:relative;
}    
.itemlist-video:before {
    content: "\f03d";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size:50pt;
    opacity: 0.2;
    right:0px;
    position:absolute;
    top:0;
}
.itemlist-text:before {
    content: "\f039";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size:50pt;
    opacity: 0.2;
    right:0px;
    position:absolute;
    top:0;
}
.itemlist-document:before {
    content: "\f15c";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size:50pt;
    opacity: 0.2;
    right:0px;
    position:absolute;
    top:0;
}
.itemlist-image:before {
    content: "\f03e";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size:50pt;
    opacity: 0.2;
    right:0px;
    position:absolute;
    top:0;
}
.itemlist-link:before,
.itemlist-url:before {
    content: "\f0c1";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    font-size:50pt;
    opacity: 0.15;
    right:0px;
    position:absolute;
    top:0;
}


.blog-post {
    padding-top:15px;
}
.blog-post h2 {
    font-size:2rem;
    font-weight: 500;
    line-height: 2.5rem;
    border-bottom:1px solid #007bff;
}
.blog-post .info {
    #background-color:#fff;
    #border:1px solid #aaaaaa;
    #border-radius: 0.5rem;
    padding:0.5rem;
    margin-bottom:3rem;
}
.blog-post .info h3 {
    font-size:1.5rem;
    font-weight: 500;
    line-height: 2rem;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}
.blog-post .info_bottom p:first-child{
    border-top:1px solid #ddd;
}
.blog-post .info_bottom p{
    padding: 0;
    padding-top:10px;
    margin:0;
    border-bottom: 1px solid #ddd;
    font-size:16px;
}