
@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;
}