body {
	background: #1ebeea ;
}
/*
.wrap {
	width:250px;
	height: auto;
	margin: auto;
	margin-top: 10%;
}
.wrap input {
	border: none;
	background: #fff;
    font-family:Lato ;
    font-weight:700 ;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 24px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.wrap input[type="text"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
}
.forgot_link {
	color: #83afdf ;
	color: #83afdf;
	text-decoration: none;
	font-size: 11px;
	position: relative;
	left: 193px;
	top: -36px;
}
.wrap input[type="submit"] {
	width: 100%;
	border-radius: 7px;
	background: #b6ee65;
	text-decoration: center;
	border: none;
	color: #51771a;
  margin-top:-5px;
	padding-top: 14px;
	padding-bottom: 14px;
	outline: none;
	font-size: 13px;	
	border-bottom: 3px solid #307d63;
	cursor: pointer;
} 
*/

@keyframes spinner {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(359deg);
  }
}
* {
  box-sizing: border-box;
}

@keyframes bounce1 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translateY(-100px);
    opacity: 0;
  }
}

.loginb:hover{
    background:#4fb2ff;

}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  height: auto;
  margin: auto;
  margin-top: 10%;
}

.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  font-family: 'Kanit', sans-serif;
  animation: bounce1 1.3s;
}

.login input {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
  font-family: 'Kanit', sans-serif;
  font-size:16px;
}
.login input + i.fa {
  color: #fff;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input:focus {
  outline: none;
  color: #444;
  border-color: #2196F3;
  border-left-width: 35px;
}
.login input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login a {
  font-size: 0.8em;
  color: #2196F3;
  text-decoration: none;
}
.login .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #2196F3;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  transform: rotateZ(0deg);
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
}


/*Bubbles*/
form {
  position: relative;
  z-index: 2;
}

.bg-bubbles {
      position: absolute;
      top: 0;
      left: 0;
      width: 97%;
      height: 70%;
      z-index: 1;
}

.bg-bubbles li {
  z-index: 1;
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}


.bg-bubbles li:nth-child(1) {
  left: 10%;
     border-radius: 100px 100px 100px 100px;
}

.bg-bubbles li:nth-child(2) {
  left: 25%;
     border-radius: 100px 100px 100px 100px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 35%;
     border-radius: 100px 100px 100px 100px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
     border-radius: 100px 100px 100px 100px;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
     border-radius: 100px 100px 100px 100px;
}

.bg-bubbles li:nth-child(6) {
  left: 75%;
     border-radius: 100px 100px 100px 100px;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
  left: 7%;
     border-radius: 100px 100px 100px 100px;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.bg-bubbles li:nth-child(8) {
  left: 85%;
     border-radius: 100px 100px 100px 100px;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

.bg-bubbles li:nth-child(9) {
  left: 8%;
     border-radius: 100px 100px 100px 100px;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
  left: 85%;
 border-radius: 100px 100px 100px 100px;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.bg-bubbles li:nth-child(11) {
  left: 2%;
     border-radius: 100px 100px 100px 100px;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.bg-bubbles li:nth-child(12) {
  left: 75%;
     border-radius: 100px 100px 100px 100px;
  width: 30px;
  height: 30px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.bg-bubbles li:nth-child(13) {
  left: %;
     border-radius: 100px 100px 100px 100px;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
/*Bubbles*/

