/* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color:#fffbf7!important;
    background-size:cover;
}
body{
  overflow-x: hidden;
} */


/* Change the white to any color ;) */
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;
}

/* .navbar-left img {
  width: 55px;
  float: left;
} */


/* .logoText{
  padding-top: 20px;
  padding-left:20px;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
} */

/* .logoText{
	position: relative;
	padding-top: 12px;
	padding-left:68px;
	color:black;

}

.navbar-left{
	text-decoration: none!important;
	
	padding-top:5px;
	padding-bottom: 5px;
}

.navbar-collapse{
	font-size: 1.07rem;
}

.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: 480px;
  max-height: 750px;
  width: 100%;
  height:auto;
  padding: 20px 35px;
  border-radius: 10px;
  position: relative;
  left: 50%;
  top: 70%;
  transform: translate(-50%,-20%);
  background-color: white;
  margin-top: 60px;
} 
.background{

  max-width:360px;
  max-height: 650px;
  position: relative;
  left: 50%;
  top: 45%;
  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;
  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: 10px;
  
}
.focus + span::after{
  width: 100%;
  top: 24px;
}


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


}


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

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

.msg{
  color: red!important;
}

