
.auth-wrap{
  padding: 80px 0px 40px 0px;
}
.auth-card{
  background: #232323;
  border-radius: 10px;
  height: auto;/**455px;**/
width: 494px;
margin: 35px 0px 60px 0px;
padding: 49px 52px 22px 52px;
}

.frame122{
  height: 19.928573608398438px;
width: 163.85716247558594px;
}


.welcome{
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
}

.auth-context{
  font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 34px;
}

.auth-para{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 150%;
/* or 27px */
}




.help, .help:hover {
  font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: rgba(255, 255, 255, 0.8);
}


@media screen and (max-width: 999px) {
  .auth-card{
    width: 100%;
    border-top: 1px solid #323232;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .auth-wrap{
    padding-top: 65px;
  }
  .auth-card-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  /**
  * COLORS
  */
  .auth-card{
    background: #202020;
  }
}
