﻿@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoRegular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoMedium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("/Fonts/RobotoLight.woff2") format("woff2");
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .registration-form-container {
    background-color: rgba(0, 0, 0, 0.55);
  }
  .form-item .form-check-label {
    font-size: 12px;
  }
  .form-item .form-control, .form-item .form-select {
    font-size: 12px;
  }
}
