*{
  box-sizing: border-box;
  margin:0;
  padding: 0;
}
body{
  background-color: #969087
}
.login-container{
  background: url(bc.png) no-repeat fixed 50% 53%;
  height: 300px;
  width: 300px;
  transform: rotate(45deg);
  margin: 116px auto;
  background-size: cover;
}
.login-container .login{
  width: 200px;
  height: 200px;
  transform: rotate(-45deg);
  margin: 30px auto;
  position: relative;
  top: 63px;
  text-align: center;
  left: 11px;
}
.login-container .login span{
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Catamaran', sans-serif;
  color: #eee;
}
.login input{
  width: 208px;
  height: 38px;
  background-color: #0000008a;
  border: none;
  padding: 10px;
  outline: none;
  color: #fdfdfd;
}
.login input[type="text"]:after{
    font-family:"FontAwesome";
    content: "\f007"
}
.login input[type="text"]{
      border-bottom: 2px solid #eee;
}
.login input[type="submit"]{
  margin-top: 5px;
  background-color: #bf4949;
  text-shadow: 0px 0px 2px #000;
}
