body {
  background: #6dd3e7;
  padding: 100px;
  overflow-x: hidden;
}

.hl_cloud {
  animation: clouds 60s infinite linear;
  border-radius: 10px;
  position: relative;
  margin: 33px 0 0 0;
  width: 54px;
  height: 5px;
  background: #f7e7eb;
}
.hl_cloud.hl_tiny {
  transform: scale(0.5);
}

.hl_cloud.hl_small {
  transform: scale(1);
}

.hl_cloud.hl_normal {
  transform: scale(2);
}

.hl_cloud.hl_large {
  transform: scale(4);
}

.hl_cloud div {
  box-shadow: inset -2px -3px 0 0 #f7e7eb;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -3px;
  bottom: 0;
  background: #fafbf0;
  z-index: 10;
}

.hl_cloud div:first-child+div {
  transform: scale(1.6, 1.6);
  margin: 0 0 4px 13px;
  z-index: 9;
}

.hl_cloud div:first-child+div+div {
  transform: scale(2.4, 2.4);
  margin: 0 0 9px 32px;
  z-index: 8;
}

.hl_cloud div:first-child+div+div+div {
  transform: scale(1.3, 1.3);
  margin: 0 0 2px 50px;
  z-index: 7;
}

@keyframes clouds {
  0% {
    left: -100%;
  }

  100% {
    left: 120%;
  }
}

.hl_cloud-1 {
  animation-duration: 263s;
  margin-left: 20%;
}

.hl_cloud-2 {
  animation-duration: 99s;
  margin-left: 90%;
}

.hl_cloud-3 {
  animation-duration: 142s;
  margin-left: 50%;
}

.hl_cloud-4 {
  animation-duration: 152s;
  margin-left: 43%;
}

.hl_cloud-5 {
  animation-duration: 215s;
  margin-left: 83%;
}

.hl_cloud-6 {
  animation-duration: 139s;
  margin-left: 73%;
}

.hl_cloud-7 {
  animation-duration: 109s;
  margin-left: 69%;
}

.hl_cloud-8 {
  animation-duration: 121s;
  margin-left: 100%;
}

.hl_cloud-9 {
  animation-duration: 101s;
  margin-left: 10%;
}

.hl_cloud-10 {
  animation-duration: 126s;
  margin-left: 14%;
}

.hl_cloud-11 {
  animation-duration: 96s;
  margin-left: 73%;
}

.hl_cloud-12 {
  animation-duration: 83s;
  margin-left: 51%;
}

/* login heseg */
@import "bourbon";

.hl_login {
  overflow: hidden;
  background-color: white;
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  transition: transform 300ms, box-shadow 300ms;
  box-shadow: 5px 10px 10px rgba(2, 128, 144, 0.2);
  z-index: 2;
	font-family: sans-serif;
}

.hl_login::before,
.hl_login::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-top-left-radius: 40%;
  border-top-right-radius: 45%;
  border-bottom-left-radius: 35%;
  border-bottom-right-radius: 40%;
  z-index: -1;
}

.hl_login::before {
  left: 40%;
  bottom: -100%;
  background-color: rgba(27, 136, 46, 0.15);
  animation: wawes 6s infinite linear;
}

.hl_login::after {
  left: 35%;
  bottom: -80%;
  background-color: rgba(2, 144, 26, 0.2);
  animation: wawes 7s infinite;
}

.hl_login .hl_logo {
  text-align: center;
}

.hl_login .hl_logo img {
  padding-bottom: 2rem;
}

.hl_login>input {
  display: block;
  border-radius: 0.4rem;
  font-size: 16px;
  background: white;
  width: 100%;
  border: 0;
  padding: 0.8rem;
  margin: 0 -0.5rem 2rem 0rem;
  border: 1px dashed #62bb46;
}

.hl_login>button {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  padding: 0.6rem 0;
  border-radius: 0.4rem;
  background-color: #62bb46;
  transition: background-color 300ms;
}

.hl_login>button:hover {
  background-color: rgb(31, 145, 46);
}

@keyframes wawes {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* login heseg end */

/* animation css */

/* animation css end */