
body {
  background-image: url(back1.jpg);
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
}

* {
  box-sizing: border-box;
}

h1
{
  text-align:center;
  color:white;
}

ul
{
  border-radius:20px;
  overflow: hidden;
  margin-top:20px;
  background-color:orange;
}

li
{
  text-align: center;
  font-size:25px;
  font-family: monospace;
  font-weight: bold;
  float: right;
  margin: auto;
  display: block;
  color: white;
  padding: 25px;
}


/* Add padding to containers */
.container {
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  background-color: orange;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}
form{
  background-color: transparent;
  margin: 100px 100px 100px 100px;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}

.Lawyers
{
  color: white;
  background-color: black;
  float: left;
  width:37%;
  height: 300px;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  box-shadow: 5px 5px 5px 2px grey;
  border-radius: 10px;
  margin: 20px 10px 0px 125px;
  padding: 0px 5px 0px 5px;
}
.finalreport
{
  background-color: transparent;
  align-items: center;
  text-align: center;

}

textarea{
  size: 2e;
  text-align: center;
}
