/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.control-label::after {
  content: " *";
  color: red;
}
div.help-block {
  color: red;
}
body {
  background: #fff;
  color: #444;

}

a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}
.scrollto img {
       width: 20%;
}
p {
  padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
 
  
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  /*box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);*/
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}
main#main {

    margin-bottom: 60px;

}
#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
     margin-left: 5%;
    margin-top: 2%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #000;
    padding: 13px 0 13px 0;
    font-size: 15px;
    font-weight: 100;

}

#footer .copyright {
  text-align: center;
  color : #fff;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}





@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

.login-left-header {
	font-size: 32px;
    color: #000;
}

p.login-left-description {
     padding-top: 17px;
    font-size: 25px;
    color: #000000c7;
}
p.login-left-description.second {
    color: #000;
    padding-top: 0px;
  }

.mainlog {
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #FFFFFF;
    height: 40%;
    box-shadow: 0px 4px 14px 4px #ccc;
}

.loginFormHeading {
   
   font-size: 25px;
    color: #000;
}
.form-login.mainlog{
    padding: 26px 26px 16px 26px;
}

#login_button {
       display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 41px;
    font-size: 20px;
    border: none;
}
#login_button_otp {
    display: block;
    width: 75%;
    background-color: #000;
    color: #fff;
     height: 34px;
    border: none;
}  

div.auth-main {
    position: absolute;
    width : 100%;
    
}

canvas {
	 position: absolute;
	display: block;
	vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;	
} /* ---- stats.js ---- */



#stats, .count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

#login_form_dev{
	z-index : 9999;
}


/*new style*/
label.control-label {
    font-size: 18px;
    font-weight: 400;
    color: #383838;
    display: unset;
  }
  input#loginform-username {
    border-radius: unset;
 
}
.col-lg-7.col-md-7.col-sm-12.col-xs-12.about-img {
    padding-right: 40px;
}
input#user-otp {
    border-radius: unset;
}

