/* Generated 2020-09-14 by SCANIATM*/
@font-face {
  font-family: Marchand;
  src: url(../fonts/marchand_de_venise.ttf);
}

@font-face {
  font-family: Marchand_Italic;
  src: url(../fonts/marchand_de_venise_italic.ttf);
}

body {
  font-family: Marchand;
  font-size: 50px;
  letter-spacing: 2px;
}

p {
  font-family: Marchand;
  text-align: center;
  font-size: 80px;
  margin: 0px;
  letter-spacing: 0px;
}

.p2 {
  letter-spacing: 3px;
  font-size: 120px;
}

.ptext {
  letter-spacing: 3px;
}

.hand {
  cursor: pointer;
}

#photos {
  margin-bottom: 15px;
}

#photo {
  display: inline-block;
}

.delete {
  position: absolute;
  margin-top: 1px;
  margin-left: -18px;
  z-index: 2;
  font-size: 16px;
  color: red;
}

#fileselect {
  margin: auto;
  width: 250px;
  height: 150px;
  /*border: 2px #388587 dashed;*/
  border: 3px #388587 solid;
  /*background-color: #B97FB6;*/
  color: #388587;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
}

#infotext {
  /*display: none;*/
  padding: 5px;
  height: 100px;
  background-color: #B97FB6;
  color: white;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  margin-top: 10px;
}

#infoclose {
  display: inline-block;
  position: absolute;
  margin-top: 1px;
  margin-left: 11px;
  color: white;
  z-index: 2;
}

hr {
  border: 1px #388587 solid;
}

.outer {
  display: table;
  position: absolute;
  height: 98%;
  width: 99%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 3px #388587 solid;
  width: 325px;
  background-color: #B97FB6;
}

#login {
  color: white;
}

#login .label {
  text-align: right;
  box-sizing: border-box;
  display: inline-block;
}

#login .field {
  box-sizing: border-box;
  display: inline-block;
  color: #B97FB6;
}

.login_b {
  background-color: white;
  border: 0px white solid;
  font-family: Marchand;
  font-size: 40px;
  margin-bottom: 5px;
  background-color: #388587;
  color: white;
  letter-spacing: 2px;
}

.input {
  width: 150px;
}

.pb {
  font-family: sans-serif;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: center;
  font-size: 10px;
}

.pb a {
  color: black;
  text-decoration: none;
}

.pb a:hover {
  color: cyan;
  text-decoration: underline overline;
}

.pb a:active {
  color: red;
  text-decoration: underline overline;
}

.error {
  color: white;
}

.success {}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  #fileselect {
    width: 200px;
    height: 100px;
    letter-spacing: 2px
  }

  #infotext {
    height: 175px;
    letter-spacing: 2px
  }
}
