@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing:content-box;
    font-family: 'Poppins', sans-serif;
}
body
{
    
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(0,91,181,1) 0%, rgba(9,9,121,1) 50%, rgba(0,28,45,1) 100%);

}
.form-Bg{
    margin-bottom: 60px;
    z-index: 15;
    position: relative;
    width:340px;
    padding:40px;
    overflow: hidden;
}
.form-header {
    margin: 0 0 40px;
    text-align: center;

}
.form-header h1 
{
    color: #ea601a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;

}
.form-header h2
{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.form-header p
{
    color: rgba(255, 255, 255, 0.61);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;

}
.form-group {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}
.form-group input {
    outline: none;
    display: block;
    background:#005bb5;
    width: 100%;
    border: 0;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 12px 20px;
    color:#fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.cbx 
{
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  background: #005bb5;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #194455;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 4px;
  left: 3px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ea601a;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.cbx:hover span:first-child {
  border-color: #ea601a;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #ea601a;
  border-color: #ea601a;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}



.form-group {
    color: #ea601a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.form-recovery {
    color: #ea601a;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}
.form-group button {
    outline: none;
    background: #ea601a;
    width: 100%;
    border: 0;
    border-radius: 25px;
    padding: 12px 20px;
    color: #a2ffd6;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase;
    cursor: pointer;
}
button:focus{
  color: #ea601a;
  background: #fff;
}
::placeholder
{
    color: #fff;
    font-weight: 500 !important;
}














.box-area
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.box-area li
{
    position: absolute;
    display: block;
    list-style: none;
    list-style: none;

    animation:  animed 20s linear infinite;
    bottom: -150px;
}
.box-area li:nth-child(1)
{
    left: 10%;
    font-size: 20px;
    color: #005bb5;
    animation-delay: 0s;
}

.box-area li:nth-child(3)
{
    left: 26%;
    font-size: 30px;
    color: #005bb5;
    animation-delay: 5s;
}
.box-area li:nth-child(5)
{
    left: 50%;
    font-size: 25px;
    color: #005bb5;
    animation-delay: 2s;
}

.box-area li:nth-child(7)
{
    left: 60%;
    font-size: 45px;
    color: #005bb5;
    animation-delay: 4.5s;
}
.box-area li:nth-child(9)
{
    left: 80%;
    font-size: 30px;
    color: #005bb5;
    animation-delay: 6s;
}


.box-area li:nth-child(2)
{
    left: 90%;
    width: 30px;
    height: 30px;
    background: #005bb5;
    border-radius: 50px;
    animation-delay: 1.5s;
    animation-direction: 10s;
}
.box-area li:nth-child(4)
{
    left: 73%;
    width: 22px;
    height: 22px;
    background: #005bb5;
    border-radius: 50px;
    animation-delay: 15s;
}

.box-area li:nth-child(6)
{
    left: 47%;
    width: 21px;
    height: 21px;
    background: #005bb5;
    border-radius: 50px;
    animation-delay: 3.8s;
}


.box-area li:nth-child(8)
{
    left: 38%;
    width: 25px;
    height: 25px;
    background: #005bb5;
    border-radius: 50px;
    animation-delay: 16s;
}

.box-area li:nth-child(10)
{
    left: 19%;
    width: 20px;
    height: 20px;
    background: #005bb5;
    border-radius: 50px;
    animation-delay: 1.2s;
}
@keyframes animed 
{
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;

    }
    100%{
        transform: translateY(-880px) rotate(360deg);
        opacity: 0;
    }
}
.alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.35rem
}
.alert-heading{
    color:inherit
}
.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#293c74;background-color:#dce3f9;border-color:#cdd8f6}.alert-primary hr{border-top-color:#b7c7f2}.alert-primary .alert-link{color:#1c294e}.alert-secondary{color:#45464e;background-color:#e7e7ea;border-color:#dddde2}.alert-secondary hr{border-top-color:#cfcfd6}.alert-secondary .alert-link{color:#2d2e33}.alert-success{color:#0f6848;background-color:#d2f4e8;border-color:#bff0de}.alert-success hr{border-top-color:#aaebd3}.alert-success .alert-link{color:#093b29}.alert-info{color:#1c606a;background-color:#d7f1f5;border-color:#c7ebf1}.alert-info hr{border-top-color:#b3e4ec}.alert-info .alert-link{color:#113b42}.alert-warning{color:#806520;background-color:#fdf3d8;border-color:#fceec9}.alert-warning hr{border-top-color:#fbe6b1}.alert-warning .alert-link{color:#574516}.alert-danger{color:#78261f;background-color:#fadbd8;border-color:#f8ccc8}.alert-danger hr{border-top-color:#f5b7b1}.alert-danger .alert-link{color:#4f1915}.alert-light{color:#818183;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686869}.alert-dark{color:#2f3037;background-color:#dedee1;border-color:#d1d1d5}.alert-dark hr{border-top-color:#c4c4c9}.alert-dark .alert-link{color:#18181c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}

