/* login modal */
.input-icons i{
  position: absolute;
  padding: 15px;
}
.input-icons .input-field {
  width: 100%;
  padding-left: 38px;
  border-radius: 0px;
  height: 43px;
  background: #eee;
  border: none;
}

.input-icons .input-field:focus {
  background-color: #e6fb8e;
}

/*Login form*/
#signup {
  display: none;
}
.forms .tab-group {
	list-style: none;
	padding: 0;
	margin: 0;
}
.forms .tab-group:after {
	content: "";
	display: table;
	clear: both;
}
.forms .tab-group .active a {
	background: #028090;
	color: #fff;
}
.forms .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  background: #e5e6e7;
  color: #000;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  border-top: 3px solid transparent;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
 /* By Shyamal */
 .upcoming_parent{
   padding: 5px 10px 0px 10px;
 }
 .upcoming_card{
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background: linear-gradient(to right, #f3fbff, #c9eeff);
    transition: 0.3s;
    padding: 10px;
    cursor: pointer;
 }
 .upcoming_card:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
 }
 .glyphicon{
   color: #2196F3;
 }
 .otp{
   background: orangered;
   font-size: 12px !important;
   color: white;
   margin-top: 6px;
   margin-left: 12px;
 }
 /* By Shyamal */
/* Login modal css ends here */
