﻿.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.wrap .img {
  height: 200px;
}

.login-wrap {
  position: relative;
}

.login-wrap h3 {
  font-weight: 300;
}

.logo-wrapper {
  border: 1px solid whitesmoke; 
}

  .logo-wrapper .object {
    width: 500px;
    height: 150px;
  }