@font-face {
	font-family:iconfont;
	src:url(../fonts/font_1451959379_8626566.eot);
	src:url(../fonts/font_1451959379_8626566.eot?#iefix) format('embedded-opentype'), url(../fonts/font_1451959379_8626566.woff) format('woff'), url(../fonts/font_1451959379_8626566.ttf) format('truetype'), url(../fonts/font_1451959379_8626566.svg#iconfont) format('svg')
}
.iconfont { font-family:iconfont!important; font-size:16px; font-style:normal; -webkit-font-smoothing:antialiased; -webkit-text-stroke-width:.2px; -moz-osx-font-smoothing:grayscale }
body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  background: #ecf0f3;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  font-family: poppins;
}

.container {
  position: relative;
  width: 350px;
  height: 500px;
  border-radius: 20px;
  padding: 40px 25px;
  box-sizing: border-box;
  background: #ecf0f3;
  box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}

.brand-logo {
  height: 100px;
  width: 100px;
  /* background: url("https://img.icons8.com/color/100/000000/twitter--v2.png"); */
  margin: auto;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 7px 7px 10px #cbced1, -7px -7px 10px white;
}

.brand-title {
  margin-top: 10px;
  font-weight: 900;
  font-size: 1.5rem;
  color: #2b6bff;
  letter-spacing: 1px;
}

.inputs {
  text-align: left;
  margin-top: 30px;
}

label, input, button {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

label {
  margin-bottom: 4px;
}

label:nth-of-type(2) {
  margin-top: 12px;
}

input::placeholder {
  color: gray;
}

input {
  background: #ecf0f3;
  padding: 10px;
  padding-left: 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 50px;
  box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

button {
  margin-top: 20px;
  background: #2b6bff;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
   font-size: 18px;
    font-weight: bold;
    color: white;
  
  box-shadow: 6px 6px 6px #cbced1, -6px -6px 6px white;
  transition: 0.5s;
}

button:hover {
  box-shadow: none;
}

a {
  position: absolute;
  font-size: 8px;
  bottom: 4px;
  right: 4px;
  text-decoration: none;
  color: black;
  background: yellow;
  border-radius: 10px;
  padding: 2px;
}

h1 {
  position: absolute;
  top: 0;
  left: 0;
}


.qrcode-img{ margin: 35px auto 0;}
.qrcode-desc {
    overflow: hidden;
    width: 188px;
    margin: 25px auto 0;
}
.qrcode-desc .iconfont {
    float: left;
    color: #f40;
    font-size: 34px;
    line-height: 36px;
    margin-right: 10px;
}
.qrcode-desc p {
    width: 144px;
    line-height: 36px;
    color: #6c6c6c;
    font-size: 12px;
    float: left;margin: 0;
    padding: 0;
}
.qrcode-desc .ft-gray {
    color: #9c9c9c;
}
.qrcode-desc .light-link {
    color: #f40;
}