﻿.logo-img{
    width: 140px;
}
.login-button{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.login-button img{
    width: 125px;
}

/* zoom*/
.zoom {
  transition: transform .9s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}