.color-secon{
  color:grey;
}
.btn-pri{
  color: #fff;
  background-color: #374758;
  border-color: #374758;
}
.box-login .img-login{
  height: 30vh;
  width: 100%;
  margin-top: -2px;
}
.box-login #login-form{
  width: 70%;
}
@media (min-width : 768px){
  .box-login #login-form{
    width: 50%;
  }
}
@media (min-width : 768px){
  .box-login .img-login{
    height: 100vh;
  }
}
.box-login label{
  display: none;
}
.box-login input[type="text"],.box-login input[type="password"]{
  border: 0;
  border-bottom: 1px solid #bfb8b8;
  margin-bottom: 6px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box; 
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.box-login .icon-password{
  position: absolute;
  right: 0;
  z-index: 9999;
}
.box-login .icon-password button{
  box-shadow: none;
}
.box-login .icon-password i{
  color: #2d8fe4;
}
a.color-secon:hover {
    color: #3b96e6;
    text-decoration: none;
}