
@import 'tec.css';

.login-box{
  /* width: 80%; */
  min-width:60%;
}

.img-comp{
  width:150px;
  height:150px;
}

.img-hover:hover{
  border-color: #00f;
}

.img-size-80{
  width: 80px;
  height: 80px;
}
.img-size-100{
  width: 100px;
  height: 100px;
}


/*
input, .form-control{
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px !important;
}
*/

/* [class^='select2'] { */
/*
.select2-selection  {
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
}
*/