html,
body {
  height: 100%;
}


body.gradient-custom{
  background: url("../img/backg.jpg") center/cover no-repeat fixed;
}


.gradient-custom {
  background: radial-gradient(50% 123.47% at 50% 50%, #000400 0%, #000400 100%), linear-gradient(121.28deg, #007C82 0%, #000000 100%), linear-gradient(360deg, #28D333 0%, #007C82 100%), radial-gradient(100% 164.72% at 100% 100%, #000000 0%, #000000 100%), radial-gradient(100% 148.07% at 0% 0%, #007C82 0%, #007C82 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;
}
