@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');


body{
    font-family: 'Poppins', sans-serif;
	
	background-color: #010e1c;
  padding: 0;
  margin: 0;

	
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login-container {
    margin: 0;
    top: 50px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    background-color: #042f60;
    border-radius: 9px;
    border-top: 10px solid #0755ad;
    border-bottom: 10px solid #0755ad;
    width: 400px;
    height: 500px;
    box-shadow: 1px 1px 108.8px 19.2px #0f2e52;
}
  
  .box h4 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff; 
	font-size: 18px;
	margin-top:94px;;
  }
  
  .box h4 span {
	color: #dfdeee;
	font-weight: lighter;
  }
  
  .box h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1.5px;
	margin-top: -15px;
	margin-bottom: 70px;
  }
  
  .box input[type = "text"],.box input[type = "password"] {
	display: block;
	margin: 20px auto;
	background: #fff;
	border: 0;
	border-radius: 5px;
	padding: 14px 10px;
	width: 320px;
	outline: none;
	color: #00bc8c;
		-webkit-transition: all .2s ease-out;
	  -moz-transition: all .2s ease-out;
	  -ms-transition: all .2s ease-out;
	  -o-transition: all .2s ease-out;
	  transition: all .2s ease-out;
	
  }
  ::-webkit-input-placeholder {
	color: #565f79;
  }
  
  .box input[type = "text"]:focus,.box input[type = "password"]:focus {
	border: 1px solid #79A6FE;
	
  }
  
  a{
	color: #5c7fda;
	text-decoration: none;
  }
  
  a:hover {
	text-decoration: underline;
  }
  
   label input[type = "checkbox"] {
	display: none; /* hide the default checkbox */
  }
  
  /* style the artificial checkbox */
  label span {
	height: 13px;
	width: 13px;
	border: 2px solid #fff;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	/* float: left; */
	left: 7.5%;
  }
  .field-icon {
    float: right;
    margin-right: 46px;
    margin-top: -58px;
    position: relative;
    z-index: 2;
}
  
  .btn1 {
	border:0;
	background: #0755ad;
	color: #fff;
	border-radius: 100px;
	width: 330px;
	height: 49px;
	font-size: 16px;
	
	top: 79%;
	left: 8%;
	transition: 0.3s;
	cursor: pointer;
  }
  
  .btn1:hover {
	background: #fff;
	color: #000;
  }
  
  .rmb {
	position: absolute;
	margin-left: -24%;
	margin-top: 0px;
	color: #dfdeee;
	font-size: 13px;
  }
  
  .forgetpass {
	position: relative;
	float: right;
	right: 28px;
  }
  
  .dnthave{
	  position: absolute;
	  top: 92%;
	  left: 24%;
  }
  .forgot{
	  color: #fff;
  }
  .remeber{
	  color: #fff;
  }
  [type=checkbox]:checked + span:before {/* <-- style its checked state */
	  font-family: FontAwesome;
	  font-size: 16px;
	  content: "\f00c";
	  position: absolute;
	  top: -4px;
	  color: #896cec;
	  left: -1px;
	  width: 13px;
  }
  
  .typcn {
	position: absolute;
	left: 339px;
	top: 282px;
	color: #3b476b;
	font-size: 22px;
	cursor: pointer;
  }      
  
  .typcn.active {
	color: #7f60eb;
  }
  
  .error {
	background: #ff3333;
	text-align: center;
	width: 337px;
	height: 20px;
	padding: 2px;
	border: 0;
	border-radius: 5px;
	margin: 10px auto 10px;
	position: absolute;
	top: 31%;
	left: 7.2%;
	color: white;
	display: none;
  }
  
  .footer {
	  position: relative;
	  left: 0;
	  bottom: 0;
	  top: 605px;
	  width: 100%;
	  color: #78797d;
	  font-size: 14px;
	  text-align: center;
  }
  
  .footer .fa {
	color: #7f5feb;;
  }

  @media (max-width:768px){
	
	.login-container {
		margin: 0;
		top: 50px;
		left: 50%;
		position: absolute;
		text-align: center;
		transform: translateX(-50%);
		background-color: #042f60;
		border-radius: 9px;
		border-top: 10px solid #0755ad;
		border-bottom: 10px solid #0755ad;
		width: 95%;
		height: 500px;
		box-shadow: 1px 1px 108.8px 19.2px #0f2e52;
	}
  }