


/*------------------------------------------------------------------------------------------------------------------------
                                                        BACKGROUND-IMAGE-STARTS
--------------------------------------------------------------------------------------------------------------------------*/


.main-Div{ position: relative; }

.main-Div::before{
  content: "";
  background-image: url('../img/space.jpg');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /*background-color: ;*/
  opacity: 0.1;
}

.text-ok{
  position: relative;
}



/*------------------------------------------------------------------------------------------------------------------------
                                                        BACKGROUND-IMAGE-ENDS
--------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------------------------------------------------
                                                        FORM-ANIMATION-STARTS
--------------------------------------------------------------------------------------------------------------------------*/




/* form starting stylings ------------------------------- */
.group { 
  position:relative; 
  margin-bottom:45px; 
}
.input-tag {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
   border-bottom:1px solid #757575; 
}
.input-tag:focus     { outline:none; }

/* LABEL ======================================= */
.label-tag          {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  /*position:absolute;*/
  /*pointer-events:none;*/
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.input-tag:focus ~ .label-tag, .input-tag:valid ~ .label-tag    {
  top:-20px;
  font-size:14px;
  color:#FFFFFF;
}

/* BOTTOM BARS ================================= */



/* active state */


/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.input-tag:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}



/*------------------------------------------------------------------------------------------------------------------------
                                                        FORM-ANIMATION-ENDS
--------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------------------------------------------------
                                                        BUTTON-ANIMATION-STARTS
--------------------------------------------------------------------------------------------------------------------------*/


.button-ani{
  box-shadow: 0em .05em 0.8em 0em rgba(253, 151, 255, 1);
  color: grey;
}

.button-ani:hover{
  box-shadow: 0em .05em 1em 0em rgba(253, 151, 255, 0);
  background-color: #7726B8;
  color: white;
}

/*------------------------------------------------------------------------------------------------------------------------
                                                        BUTTON-ANIMATION-ENDS
--------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------------------------------------------------
                                                        FORM-STYLE-STARTS
--------------------------------------------------------------------------------------------------------------------------*/

.form-width{
  width: 500px;
}


/*------------------------------------------------------------------------------------------------------------------------
                                                        FORM-STYLE-ENDS
--------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------
                                                        MEDIA-QUERY-STARTS
--------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-height: 450px) {

}


@media only screen and (max-width: 991px) {

  .form-width{
    width: 100%;
  }
}


@media only screen and (max-width: 576px) {

/*  .main-Div::before{
    content: "";
    background-image: url('../img/space.jpg');
    background-size: cover;
    width: 500px;
    opacity: 0.1;
  }*/

  .form-width{
    width: 100%;
  }
}

/*------------------------------------------------------------------------------------------------------------------------
                                                        MEDIA-QUERY-ENDS
--------------------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/












