body {
  height: 100vh;
  margin: 0;
  color: #222;
  font-family: 'Kumbh Sans', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(71, 43, 186);
  background: linear-gradient(0deg, rgba(71, 43, 186, 1) 0%, rgba(44, 25, 121, 1) 100%);
}
.d-none{
  display: none;
}

.content {
  box-sizing: border-box;
  position: relative;
  display: flex;

}
.check-left {
    width:40%;
    
    
}
.check-left .top{
    padding: 10px 17px 0px;
}
.check-left .inner-content{
    border-radius: 40px;
    text-align: center;
    margin-top:255px;
    background: white;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 16px #222;
}
.signup-image{
    float:flex;
}

.content-bottom {
 
  padding: 0px 17px 10px;
}

h1 {
  font-family: 'Arvo', serif;
  font-size: 26px;
  margin: 20px auto 20px;
  line-height: 40px;
}

.img-icon {
  margin-top: 32px;
  width: 330px;
  height: auto;
}

.btn {
  text-decoration: none;
  display: block;
  width: 180px;
  line-height: 38px;
  padding: 8px 6px;
  border-radius: 30px;
  color: white;
  background: rgba(71, 43, 186, 1);
  margin: 0 auto;
  border: none;
  font-size: 16px;
  font-weight: bold;
}

input[type='text'] {
  width: 180px;
  line-height: 32px;
  margin-bottom: 12px;
  padding-left: 12px;
}

.sign-in-text {
  font-size: 14px;
  line-height: 22px;
}
.party-popper {
  display: inline-block;
  font-size: 52px;
  margin-bottom: 24px;
}