/* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color:#fffbf7!important;
    background-size:cover;
}
body{
	overflow-x: hidden;
}
.navbar-left img {
	width: 55px;
	float: left;
} */


/* .logoText{
	padding-top: 20px;
	padding-left:20px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.nav-link{
	margin-top:70px;
	margin-right: 25px;
	float:right;
	
} */

.page-footer{
	/* padding-top: 0; */
	margin-top: 150px;
	/* background-color: #F1F1F1;
	padding-bottom: 0;
	margin-bottom: 0; */
}
/* .footer2{
	margin-top: 25px;
	background-color: black;
	padding-top:15px;
	padding-bottom: 15px;
	max-height: 65px;
}

.panel-body p a{
	padding-left: 10px;
	color:lightgrey;
}
.text-right{
	float: right;
	text-align: right;
	margin-left:50px;
	color:lightgrey;
} */





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: 500px;
  width: 100%;
  height:auto;
  background: white;
  margin-top:350px;
  padding: 40px 40px;
  border-radius: 15px;
  position: relative;
  left: 50%;
  transform: translate(-50%,-50%);
} 


/* h2{
  text-align: center;
  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;
  
  padding-left:20px;
  height: 40px;

border-color: transparent;
}

.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: 10px;
  
}
.focus + span::after{
  width: 100%;
  top: 24px;

}


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


}


.btn{
  margin-top:55px;
  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;
}


input {
  background-color : white;
  border-color: transparent;

}