body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400px;
	height:100%;

}
html, body {
  height: 100%;
}

h2,h3,h4,h5
{
	padding:0px;
	margin:0px;
}
a
{
	text-decoration:none;
}
*, ::after, ::before {
  box-sizing: border-box;
}
ul,li
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html,body{
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  background:url(../images/f_back.jpg) no-repeat;
  background-size:100%;
  /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
  background-size:100%;
}
::selection{
  background: #4158d0;
  color: #fff;
}
.wrapper{
  width: 380px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}

.wrapper .login_form{
  padding: 10px 30px 50px 30px;
}
.wrapper .login_form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.wrapper .login_form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 17px;
  padding-left: 20px;
  border: 1px solid lightgrey;
 border-radius: 10px;
  transition: all 0.3s ease;
}
.wrapper .login_form .field input:focus,
.login_form .field input:valid{
  border-color: #4158d0;
}
.wrapper .login_form .field label{
  position: absolute;
  top: 50%;
  left: 20px;
  color: #999999;
  font-weight: 400;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.login_form .field input:focus ~ label,
.login_form .field input:valid ~ label{
  top: 0%;
  font-size: 16px;
  color: #4158d0;
  background: #ede8de;
  transform: translateY(-50%);
}
.login_form .content{
  display: flex;
  width: 100%;
  height: 50px;
  font-size: 16px;
  align-items: center;
  justify-content: space-around;
}
.login_form .content .checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_form .content input{
  width: 15px;
  height: 15px;
  background: red;
}
.login_form .content label{
  color: #262626;
  user-select: none;
  padding-left: 5px;
}
.login_form .content .pass-link{
  color: "";
}
.login_form .field input[type="submit"]{
  color: #fff;
  border: none;
  padding-left: 0;
  margin-top: -10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
  transition: all 0.3s ease;
}
.login_form .field input[type="submit"]:active{
  transform: scale(0.95);
}
.login_form .signup-link{
  color: #262626;
  margin-top: 20px;
  text-align: center;
}
.login_form .pass-link a,
.login_form .signup-link a{
  color: #4158d0;
  text-decoration: none;
}
.login_form .pass-link a:hover,
.login_form .signup-link a:hover{
  text-decoration: underline;
}

.faculty_login .title{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  color: #000;
  user-select: none;
  border-radius: 15px 15px 0 0;
  padding: 10px 0px;
  background: #ede8de;
}
.faculty_login h2
{
}
.fxt-page-title
{
	font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}
.fxt-btn-fill {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #1865b4;
  color: #fff;
  border-radius: 10px;
  background-color: #1865b4;
  padding: 9px 36px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
 .faculty_login h4 {
  color: #870000;
  text-align: center;
}