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

body {
  font-family: "ralewaylight", Helvetica Neue,Helvetica,Arial,sans-serif;}
 
/* pre-loader */
.pre-loader  {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; 
	margin-left: -50px;
    animation: rotation 1s infinite linear;
    border: 1px solid #08793547;
    border-radius: 50%;
    border-top-color: #087935;}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}


 
/* autofill */
/* 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 transparent inset !important;
}



/* 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-image:linear-gradient(to bottom, #00000061, #000000c7), url(../images/login-bg.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;}
#login_page .login-form {
  background: #ffffffe6;
  border-radius: 10px;
  text-align: center;
  padding: 50px 40px 45px;
  width: 360px;
  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 {
   max-width: 100%;
   max-height: 60px;
   margin-top: 25px;}
#login_page .login-form h3 {
  font-size: 18px;
  color: #585858;}
#login_page .login-form h4 {
  font-size: 13px;
  color: #e44f4f;
  min-height: 15px;}
#login_page .login-form .div-col {
  position: relative;
  padding-top: 15px;}
#login_page .login-form .div-col .icon {
  font-size: 20px;
  color: #00b9a6;
  position: absolute;
  left: 20px;
  top: 25px;}
#login_page .login-form .div-col input {
  font-size: 15px;
  padding: 8px 10px 8px 45px;
  outline: none;
  width: 100%;
  border: 1px solid #96bfb0;
  background-color: transparent;
  border-radius: 25px;}
#login_page .login-form .div-col .btn-toggle {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  color: #747474;
  padding: 8px 10px;
  min-width: auto;}
#login_page .login-form .div-col .btn-toggle:hover {
  color: #000;}
#login_page .login-form .primary-btn {
  background: linear-gradient(-45deg, #1CA6B7, #00B59C);
  border: none;
  width: 100%;
  border-radius: 25px;}
#login_page .login-form .clone_t_foot {
  margin-top: 65px;}
#login_page .login-form p {
  margin-bottom: 0;
  color: #707171;
  font-size: 10px;}
#login_page .login-form p a {
  text-decoration: none;
  color: #4d5050;}
@media (max-width: 767px) {
#login_page .login-form {
  width: 90%;
  max-width: 330px;
  padding: 35px 30px 35px;}
}




/* 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;}