/* common */
::-moz-selection { background: #403e3e; color: #fff;}
::selection { background: #403e3e; color: #fff;}



/* pre-loader */
.pre-loader  {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px; 
	margin-left: -30px;
  animation: rotation 1s infinite linear;
  border: 1px solid #fff;
  border-radius: 50%;
  border-top-color: #666664;}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}


/* do not group these rules */
*::-webkit-input-placeholder {
  color: #7e7e7e;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #7e7e7e;
  opacity: 1;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #7e7e7e;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #7e7e7e;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e7e7e;
}
*::placeholder {
  /* modern browser */
  color: #7e7e7e;
}

/* custom */
@media (max-width: 767px) {
.text-md-center {
  text-align: center;}
}


/* autofill */
@-webkit-keyframes autofill {
    to {
        color: #0d3946;
        background: transparent;}
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}


/* button, a-btn */
button,
.a-btn {
  background: #0c1c2d;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width:80px;
  outline: none;
  border: 1px solid #0c1c2d;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;} 
button:hover,
button:focus,
.a-btn:hover,
.a-btn:focus {
  color: #fff;}



/* header */
header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: #e1ebff 0 0 5px;
  border-bottom: 1px solid #f3f1f1;}
header .logo {
	max-width: 100%;
  height: 25px;
  margin-top: 16px;}

/* main-div */
.main-div {
	padding-top: 70px;}
	




/* privacy_policy */
#privacy_policy h1 {
	  text-transform: capitalize;
    font-weight: normal;
    font-size: 40px;
    padding-bottom: 24px;
    padding-top: 20px;}
#privacy_policy h2 {
    font-size: 18px;
    font-weight: bold;}
#privacy_policy p,
#privacy_policy ul li {
    font-size: 15px;}
#privacy_policy p {
    padding-bottom: 20px;}
#privacy_policy p span {
    display: block;}
#privacy_policy ul li {
    padding-bottom: 12px;}
@media (max-width: 767px) {
#privacy_policy h1 {
  	font-size: 30px;}
}



/* forbidden */	
#forbidden {
  text-align: center;
  margin-bottom: 25px;}
#forbidden h1 {
  font-size: 24px;
  margin-bottom: 50px;
  color: #f13e3e;}
#forbidden .fa {
  margin-top: 15%;
  color: #403e3e;
  font-size: 100px;}
#forbidden a {
  color: #fff;
  font-size: 15px;
  background: #403e3e;
  padding: 10px 20px;
  border-radius: 5px;}
@media (max-width: 767px) {
#forbidden h1 {
  font-size: 20px;}
#forbidden .fa {
  font-size: 50px;}
#forbidden a {
  font-size: 14px;}
}



/* login_page */
#login_page {
   height: 100vh;
   width: 100%;
   background: linear-gradient(180deg, #061d3b 0%, #00060e 100%);}
#login_page .login-form {
  text-align: center;
  background-color: transparent;
  width: 100%;
  max-width: 260px;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);}
#login_page .login-form .logo {
  position: relative;
  margin-bottom: 40px;}
#login_page .login-form .logo::after,
#login_page .login-form .logo::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background-color: #6a6a6c;
  width: 100px;
  height: 1px;}
#login_page .login-form .logo::after {
  right: 0;}
#login_page .login-form .logo::before {
  left: 0;}
#login_page .login-form .logo img {
  position: relative;
  z-index: 1;
  width: 100px;
  border-radius: 5px;}
#login_page .login-form h4 {
  font-size: 13px;
  color: #b55555;
  letter-spacing: 1px;}
#login_page .login-form .div-col {
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;}
#login_page .login-form .div-col img {
  position: absolute;
  left: 10px;
  top: 6px;
  height: 21px;
  border-right: 1px solid #cbc4c4;
  opacity: 0.8;
  padding-right: 10px;}
#login_page .login-form .div-col input {
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
  outline: none;
  width: 100%;
  padding: 8px 8px 8px 55px;
  border: none;}
#login_page .login-form .primary-btn {
  background: transparent linear-gradient(180deg, #89bb08 0%, #435c02 100%);
  margin-top: 15px;
  border-radius: 3px;
  padding: 7px 25px;
  margin-bottom: 70px;
  font-size: 16px;
  width: 100%;
  border: none;
  color: #fff;}


/* copyright */
#login_page .copyright {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);}
#login_page .copyright p {
  margin-bottom: 0;
  color: #7f8283;
  font-size: 9.9px;
  letter-spacing: 1px;}
#login_page .copyright p a {
  text-decoration: none;
  color: #7f8283;}



/* footer */
footer {
    text-align: center;
    margin-top: 55px;
    letter-spacing: 1px;}
footer .clone_t_foot {
    margin-bottom: 10px;
    margin-top: 10px;}	
footer p {
    font-size: 13px;
    margin-bottom: 0;
    color: #6b6a67;}