@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
* {
    margin: 0;
    padding: 0;
}
html {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10pt;
    color: #414664;
    background: #f5f5f5 url('_img/bg.png') no-repeat;
    background-position: center top;
}
body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.5rem;
    background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(242,242,242,1) 50%);
}
.top {
    max-width: 100%;
    height: 496px;
    margin: 0;
    padding: 0;
    background: url('_img/hd-fnd.png') top center no-repeat;
}
.lgo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.lgo :first-child {
    align-self: center;
    padding: 0 2rem;
}
h1 {
    position: relative;
    padding: 0;
    margin: 1rem;
    font-size: 2.5rem;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
.one h1 {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 2rem;
    padding-bottom: 1.5rem;
    position: relative;
  }
  .one h1:before {
    content: "";
    position: absolute;
    left: .2rem;
    bottom: 0;
    height: .5rem;
    width: 2.5rem;
    background-color: #e8418d;
  }
  .one h1:after {
    content: "";
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    height: .1rem;
    width: 95%;
    max-width: 272px;
    background-color: #e8418d;
  }
  p {
    margin: 0;
    padding: 1rem;
    line-height: 2rem;
    text-align: justify;
  }
  form {
    margin: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: #fafafa url('_img/bgline.png');
  }
  input[type="file"]::file-selector-button, input[type="button"] {
    margin: 0 .2rem .5rem 0;
    padding: .5rem;
    min-width: 100%;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    color: #e8418d;
    border: solid .2rem #e8418d;
    border-radius: 1rem;
    font-size: 1rem;
    background-color: #ffffff;
    display: flex;
    align-self: center;
  }
  input[type="file"]::file-selector-button:hover, input[type="button"]:hover {
    background-color: #f5f5f5;
    color: #414664;
    border: solid .2rem #414664;
    display: flex;
    align-self: center;
  }
  progress {
    width: 100%;
    height: 1.5rem;
    margin: .1rem;
  }
  .lstmsc {
    margin: .5rem 2.5rem;
    padding: .7rem 1rem;
    border-radius: .5rem;
    background-color: white;
    color: #e8418d;
  }
  .lstmsc:nth-child(even) {
    background: white url('_img/bgline.png');
  }
  .lstmsc a {
    font: 1rem sans-serif;
    text-decoration: none;
    color: #414664;
    text-transform: uppercase;
    letter-spacing: .2rem;
  }
  .lstmsc a:hover {
    color: #414664;
    font-weight: bold;
  }
  aside {
    background: white url('_img/bgline.png');
    margin: 1rem 0 2rem 0;
  }
  aside p {
    color: #e8418d;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  footer p {
    text-align: center;
    font-weight: bold;
    background-color: #f5f5f5;
  }
@media (max-width: 544px) {
    body {font-size: 1rem;}
    .top {background-position: top left;}
    h1 {font-size: 1.7rem;}
    p {line-height: 1.3rem;}
}