.site-form {
  width: 500px;
  top: 75px; }
  .site-form .logo {
    width: 260px;
    height: 63px;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
    background: var(--main-color);
    display: grid;
    align-items: center;
    justify-content: center; }
  .site-form img {
    width: 100%; }
  .site-form input[type=range] {
    -webkit-appearance: none !important;
    border: none;
    padding: 0px;
    height: 2.5px;
    background: var(--dark-color);
    margin-top: 33px; }
    .site-form input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: none;
      height: 11px;
      width: 11px;
      border-radius: 50%;
      background: #646464;
      cursor: pointer; }
    .site-form input[type=range]::-ms-thumb {
      -webkit-appearance: none;
      border: none;
      height: 11px;
      width: 11px;
      border-radius: 50%;
      background: #646464;
      cursor: pointer; }
    .site-form input[type=range]::-moz-range-thumb {
      -webkit-appearance: none;
      border: none;
      height: 11px;
      width: 11px;
      border-radius: 50%;
      background: #646464;
      cursor: pointer; }
  .site-form #socials .field-container {
    align-items: end; }
  .site-form .trash-container {
    display: flex;
    align-items: center;
    height: 35px;
    margin-left: 10px; }
    .site-form .trash-container .trash {
      height: 25px;
      width: 20px;
      cursor: pointer; }
  .site-form #logo {
    margin-right: 10px; }

/*# sourceMappingURL=site-form.css.map */