  @import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');

  * {
  box-sizing: border-box;
  font-family: 'News Cycle', sans-serif;
  }

  /* Add padding to containers */
  .container {
  padding: 16px;
  text-align: center;
  flex-basis: 10%;
  border: solid rgb(225, 222, 222) 1.5px;
  box-shadow: #ffffff;
  background-color: white;
  border-radius: 10px;
  }


  h1{
  font-style:unset;
  text-align: center;
  font-weight: 900;
  color: #c6414c;
  }
  b{
  color: rgb(191, 138, 138);
  font-size: 200%;
  font-weight: 500;
  }
  input[type=checkbox]{
  margin: 0.5rem 0.5rem auto;
  font-size: large;
  font-family:monospace;
  border-radius: 30px;
  box-shadow: 0px 0px 9px rgba(0,0,0,0.26);
  width: 18px;
  height: 18px;

  }

  /* Full-width input fields */
  input[type=text],
  input[type=password],
  input[type=email] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  text-align: center;
  }

  input[type=date], input[type=number]{
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;  
  text-align: center; 
  }

  input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
  text-align: center;
  }

  /* Overwrite default styles of hr */
  hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
  }

  /* Set a style for the submit/register button */
  .registerbtn {
  background-color: #c6414c;
  color: white;
  padding: 16px 20px;
  margin: 20px 0;
  border: none;
  cursor: pointer;
  width: 40%;
  border-radius: 8px;
  font-weight: 700 !important;
  }

  /* Add a blue text color to links */
  a {
  color: dodgerblue;
  }

  /* Set a grey background color and center the text of the "sign in" section */
  .signin {
  background-color: #f1f1f1;
  text-align: center;
  }
  form{
  text-align: center;
  }
  .form-check{
  display: flex !important;
  justify-content: center;
  }


  .user{
  width: 45%;
  display: flex;
  margin-top: 4%;
  justify-content:center;
  }

  .container b{
  font-size: larger;
  }

  @media (min-width: 425px) And (max-width: 450px) {
  body {
  background: #f3f3f3 !important;
  background-image: none;
  }
  .user {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 26%;
  }
  .registerbtn {
  width: 48%;
  }
  }

  @media screen and (min-width: 576px) {
  body {
  background: #f3f3f3 !important;
  background-image: none;
  }
  .user {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 22%;
  }
  }

  @media screen and (min-width: 768px) {
  body {
  background-image: url("../Images/Form.jpeg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  }

  .user {
  width: 40%;
  margin-right: 50%;
  margin-left: 5%;
  margin-top: 12%;
  }
  }

  @media screen and (min-width: 992px) {
  .user {
  width: 39%;
  }
  }

  @media screen and (min-width: 1200px) {
  .user {
  width: 40%;
  margin-right: 50%;
  margin-left: 5%;
  margin-top: 6%;
  }
  }

  @media screen and (min-width: 1400px) {
  .user {
  width: 40%;
  margin-right: 50%;
  margin-left: 25px;
  margin-top: 6%;
  }
  }