html {
    position: relative;
    min-height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 50px;
  padding-right: 0 !important
}

/* Navbar */
.ec-branding-container {
  position: relative;
}

.ec-navbar-logo {
  /*padding: 0px;*/
  /*padding: 4px 15px;*/

  padding: 9px 2px 7px 2px;


  position: absolute;
  left:178px;
  /*right: 35%;*/
}



.ec-logo {
  /*height: 100%;*/
  height: 76%;

  /*padding-left: 15px;*/
  /*padding-top: 5px;*/
  width: auto;

  display: inline;
}

.ec-ecgineersconnect-login-modal-word {
  /*display: inline;*/
  /*float: left;*/
  color: #255fce !important;
}





/**************************************************************************
 CSS for floating sign up form 
 ***************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

html{
  /*background-color: #f1f1f1;*/
  font-family: "Roboto";
}

/* BOX LOGIN */
.box{
	position: relative;
	margin: auto;
	/*height: 375px;*/
  /*top: 40px;*/
	left: 0;
	z-index: 200;
	right: 0;
	/*width:400px;*/
	width: 90%;

	color:#666;
	border-radius: 3px;
	/*background: #FFF;*/
  background-color: white;
  padding-top: 1px;

  margin-top: 30px;


  /*margin-bottom: 100px;*/
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
  /*overflow: hidden;*/

  /*border: 1px solid white;*/
  /*box-sizing: border-box;*/
  /*border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 1px 0px darkgrey;*/
}

/*.box:hover {
  border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 1px 0px darkgrey;
}*/



/*.box h1*/

.create-your-account {
  /*margin-left: 40px;*/
  /*padding-left: 10px;*/
  padding-bottom: 10px;
	/*font-size:25px;*/
  /*font-size: 16px;*/
  font-size: 20px;
  font-weight: 300;
  color: #607d8b;
  margin-top: -10px;
}

.signup-login-btn{
	/*background: #cfd8dc;*/
  background-color: white;
  border:1px solid #255fce;
	/*border:0;*/
	/*color: #009688;*/
  color:#255fce;

	/*padding:6px;*/
  padding: 9px 6px;
	font-size: 16px;
  font-weight: 300;
	/*width:330px;*/
  width:100%;

	margin:20px auto;
	display:block;
	cursor:pointer;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
	/*border-radius: 2px;*/

  /*margin-top: 32px;*/
  margin-top: 12px;
  width: 90%;
}

.signup-login-btn:active{
	/*background: #009688;*/
  /*background-color:#255fce;*/
  background-color: #337ab7;
  color: #263238;
}

.signup-login-btn:hover{
		/*background: #009688;*/
    /*background-color:#255fce;*/
    background-color: #337ab7;
  color: #FFF;
    -webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.box p{
	font-size:14px;
	text-align:center;
}

.group 			  { 
  position:relative; 
  /*margin-bottom: 35px; */
  /*margin-left: 40px;*/
  width:90%;
  margin:auto;
  margin-bottom: 35px;
}

.ec-name-row {
  width: 97%;
  margin: auto;
}

.group-fname     { 
  position:relative; 
  /*margin-bottom: 35px; */
  /*margin-left: 40px;*/

  width:100%;
  margin:auto;
  margin-bottom: 35px;
}


@media screen and (max-width: 992px){

    .ec-name-row {
      width:100%;
    }
}

.ec-name-input {

}


.inputMaterial 				{
  font-size:18px;
  /*padding:10px 10px 10px 5px;*/
  padding:7px 7px 7px 7px;

  display:block;
  /*width:300px;*/
  width: 100%;
  border:none;
  /*border-bottom:1px solid #757575;*/
  border-bottom:1px solid #e1e1e1;

  /*background-color: orange;*/
}

.inputMaterial:focus 		{ outline:none;}

/* LABEL ======================================= */
/*label*/
.float-label 				 {
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.inputMaterial:focus ~ label, .inputMaterial:valid ~ label 		{
  top:-20px;
  font-size:12px;
  /*color: #009688;*/
  color:#255fce;
}


.error-on-label{
  /*color:red;*/
  content: "Too many dots";
  color:red;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; 
  /*width:315px; */
  width: 100%;
}
.bar:before, .bar:after 	{
  content:'';
  /*height:2px; */
  height: 0.8px;
  width:0;
  bottom:1px; 
  position:absolute;
  /*background: #009688; */
    background : rgb(255, 83, 78);
  background: #255fce;

  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.inputMaterial:focus ~ .bar:before, .inputMaterial:focus ~ .bar:after {
  width:50%;
}


/* active state */
.inputMaterial:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}




/* Error state */
.bar-error {
  /*position:relative; display:block; 

  width: 100%;*/

}
.bar-error:before, .bar-error:after   {
/*  content:'';

  height: 0.8px;
  width:0;
  bottom:1px; 
  position:absolute;

  background: #255fce;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;*/

  background: #d9534f;
}




/*
#footer-box{
  width: 100%;
  height: 50px;
  background: #00695c;
  position: absolute;
  bottom: 0;
}

.footer-text{
  color: #cfd8dc;
  
}

.sign-up{
  color: white;
  cursor: pointer;
}

.sign-up:hover{
   color: #b2dfdb; 
}
*/

/***************************************************************************
 CSS for floating sign up form ends
 ***************************************************************************/








.ec-login-title {
	text-align: center;
	/*color: #255fce;*/
	color:#666;
}




/* Login Error */
.login-error {
  color: red;
  /*margin: 15px;*/
  font-size: 12px;
  text-align: center;
}


.ec-forgot-password {
	/*border-top:1px solid darkgrey;*/
  border-bottom:1px solid darkgrey;
	/*margin-top: 30px;*/
  margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 0.9em;
  padding-bottom: 15px;
}


.ec-create-account-link {
  text-align: center;
  margin-top: 15px;
}

/* Social Login Buttons */
.social-button-div {
  /*margin-top: 40%;*/
/*  display:table-cell;
  vertical-align:middle;
  text-align: center;*/

  /*width:65%;*/
  margin: auto;
  text-align: center;
  /*margin-top:45%; */

  /*margin-top: 50%;*/

  /*vertical-align:middle;*/
  margin-top: 75px;

}


@media screen and (max-width: 992px){

    .social-button-div {
      margin-top:20px;
      margin-bottom:20px;
/*      margin-left: -35px;
      margin-right: -35px;*/
    }
}



.ec-social-signup-button {
  /*width:200px;*/
  width: 90%;
  border-radius: 0;
  /*height: 33px;*/

  /*height:45px;*/
  /*margin: */
  /*text-align: left;*/
}

.ec-social-signup-button .ec-social-icon {
  /*float: left;*/
  /*display: inline;  */

  /*margin-right: 15px; (gives problem in responsive)*/
  font-size: 24px;
}

.ec-social-signup-text {
  /*text-align: center;*/
}

.ec-social-button-divider {
  /*margin:15px;*/
  /*margin:10px;*/
  /*width:80%;*/
  margin:auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 20%;
  border-bottom: 1px solid #e1e1e1;
}



.social-or-email-divider {
  /*text-align: center;*/
  color: rgba(43, 43, 43, 0.43);
  margin-top: 10px;
}







/* Footer */
footer {
  position: absolute;
    left: 0;
    bottom: 0;
    /*height: 100px;*/
    width: 100%;
    overflow:hidden;
}


.ec-footer-row {
  /*margin-top: 200px;	*/
  border-top:1px solid #e1e1e1;
  color:#806d6d;
}

.ec-footer-copyright {
  padding: 10px;
  /*padding-left: 30px;*/
  text-align: center;
  font-size: 12px;
}

/* Error Div Styling */

.resultdiv-styling {
  background-color:rgba(214, 50, 50, 0.94);
  color: #ffffff;
  z-index: 300;

  text-align: center;
  font-size: 14px;
  padding: 5px 0px 5px 0px;
  width: 85%;
  margin: 0 auto;
}

/* Verification Success Message */
.ec-verification-successful-text {
  color:#37b737;
  padding-left: 58px;
}

.ec-verification-successful-title {
  color: #255fce;
}

.ec-verification-successful-text h4{ 
  line-height: 1.3;
}



/* START | ADDED BY MRUNAL PODJALE */
@media screen and (min-width: 768px){
  #logInModal{
    overflow-y: hidden;
  }
  #logInModal .modal-content{
      width: 190%;
      margin-left: -45%;
  }
}
/* END | ADDED BY MRUNAL PODJALE */