body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #1c1c1c;
}

.wrapper {
  min-width: 36.25rem;
  max-width: 45rem;
  min-height: 25rem;
  margin: 10rem auto 0;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.138);
  position: relative;
  padding-top: 4rem;
}

.logo {
  width: 9rem;
  height: 9rem;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  left: calc(50% - 4.5rem);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
        border-radius: 50%;
}

h1 {
  text-align: center;
        color: #a175aa;
}
    h2{
        text-align: center;
        color: #a175aa;
    }
    h3{
        text-align: center;
    }
    h4{
        text-align: center;
    }
    h5{
        text-align: center;
    }
    h6{
        text-align: center;
    }
p.center{
        text-align: center;
    }
form {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

label {
  display: block;
  margin: 2rem 0 1rem;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

input[type="text"], input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  /* border: none; */
  /* border-bottom: 2px solid #ccc; */
  font-size: 16px;
        text-align: center;
  color: #333;
  background-color: transparent;
}

input[type="submit"] {
  background-color: #a175aa;
  color: #FFF;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s;
}

input[type="submit"]:hover {
  background-color: #222;
}

img.badge{
    display:block;
    margin:auto;
}