
input {
		
  border-color: transparent;

}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


.page-footer{

	padding-top: 1px;

}


a{
    color:black;
}
a:hover, a:focus{
    color:black;
    text-decoration: underline;
}


.loginBox{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display:block;
  object-fit: cover;
  max-width: 360px;
  width: 100%;
  height:auto;
  background: white;
  margin-top:330px;
  padding: 20px 35px;

  border-radius: 10px;
  position: relative;
  left: 50%;
  top: 62%;
  transform: translate(-50%,-50%);
} 


/* h2{

  margin: 30px auto 40px auto;
  font-family: "Shadows Into Light", cursive;
} */


.op{
  border-bottom: 2px solid #adadad;
  position: relative;
  margin: 30px 0;

}

.op input{
  font-size: 15px;
  color: #333;
  border: none;
  width: 100%;
  outline: none;
  background: none;
  padding-left:20px;
  height: 40px;

  border-color: white;
}

.op span::before{
  content: attr(data-placeholder);
  position: absolute;
  top: 65%;
  left: 20px;
  color: #adadad;
  transform: translateY(-50%);
  z-index: -1;
  transition: .5s;

}
.op span::after{
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: linear-gradient(120deg,#3498db,#8e44ad);
  transition: .5s;
  margin-top: 48px;
  left:0px;
}

.focus + span::before{

  top: 8px;
  
}
.focus + span::after{
  width: 100%;
  top: 24px;

}
.form-check{
  padding-left: 0!important;
}


.line-text{
  text-align: center;
  margin-top:18px;


}


.btn{
  margin-top:15px;
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: linear-gradient(120deg,#3498db,#8e44ad,#3498db);
  background-size: 200%;
  font-color:white!important;
  color: white!important;
  outline: none;
  cursor: pointer;
  transition: .5s;
}

.btn:hover{
  background-position: right;
  color:white;
}

.msg{
  color: red!important;
}


