html,
body {
  height: 100%;
}

.gradient-custom {
  background: radial-gradient(50% 123.47% at 50% 50%, #3a3a3a 0%, #141414 100%), linear-gradient(121.28deg, #2f2f2f 0%, #2f2f2f 100%), linear-gradient(360deg, #1a1a1a 0%, #1a1a1a 100%), radial-gradient(100% 164.72% at 100% 100%, #1f1f1f 0%, #333333 100%), radial-gradient(100% 148.07% at 0% 0%, #3d3d3d 0%, #222222 100%);
  background-blend-mode: screen, color-dodge, overlay, difference, normal;
}

path {
  stroke: #000;
  stroke-width: 2px;
  stroke-dasharray: 853;
  animation: 2s draw forwards;
}

@keyframes draw {
  0% {
    fill-opacity: 0;
    stroke-dashoffset: 853;
  }
  70% {
    fill-opacity: 0;
    stroke: #000;
  }
  100% {
    fill-opacity: 1;
    stroke-dashoffset: 0;
    stroke: none;
	
  }
}
		
body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-success:hover,
.btn-outline-success:hover,
button.btn-success:hover,
button.btn-outline-success:hover,
input[type="submit"].btn-success:hover,
input[type="submit"].btn-outline-success:hover {
  background-color: #212529 !important;
  color: #ffffff !important;
}
