@media screen and (max-width: 490px) {
#terms {
    margin-bottom: 20px;
}
}
.isRegistered-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.isRegistered-wrapper .good-sales {
  margin-top: 25px;
  text-align: center;
  color: #6e6d7a;
}
.isRegistered-wrapper .good-sales a {
  color: #6e6d7a;
}
.isRegistered-wrapper .good-sales h2 {
  margin: 20px 0;
}
.isRegistered-wrapper #app-illustration {
  margin: 15px 0;
}
.isRegistered-wrapper .app-links a {
  margin-top: 10px;
}
.isRegistered-wrapper .app-links a img {
  margin: 0;
}
.isRegistered-wrapper .check-lottery {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  text-align: center;
}
.isRegistered-wrapper .check-lottery #btn-store {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.isRegistered-wrapper .check-lottery #btn-store a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #3f3d56;
  color: whitesmoke;
  text-decoration: none;
  filter: drop-shadow(1px 2px 6px rgba(0, 0, 0, 0.25));
}
.isRegistered-wrapper .check-lottery #btn-store img {
  width: 18px;
  margin-left: 8px;
}
.right-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: space-evenly;
  background-color: #f5f5f5;
}
.right-side header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-side header #square-logo {
  display: none;
}
.right-side header img {
  max-width: 60px;
}
.right-side header img + img {
  margin-left: 20px;
}
.right-side #distributor {
  display: none;
}
.right-side #salesman {
  display: none;
  max-width: 100px;
}
.right-side #form .v-input__slot {
  border-radius: 10px;
}
.right-side #no-backg-btn:hover:before,
.right-side #no-backg-btn:focus:before,
.right-side #no-backg-btn:not(:focus):before {
  background: none;
}
form .v-text-field,
form .v-text-field input {
  outline: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6) !important;
}
.v-text-field > .v-input__control > .v-input__slot:after {
  border-color: #3f3d56 !important;
}
form .v-text-field input:focus {
  color: #3f3d56 !important;
}
form .v-text-field:focus-within label {
  color: #3f3d56 !important;
}
.v-form .v-row .v-input {
  width: 48% !important;
}
.v-form .v-row .v-input + .v-input {
  margin-left: 10px !important;
}
#submit-btn {
  align-self: center;
  cursor: pointer !important;
  color: white !important;
  background-color: #3f3d56 !important;
  border: none;
  height: 50px;
  text-transform: capitalize;
  font-size: 18px !important;
  margin-top: 35px;
  border-radius: 10px;
}
form a {
  color: #3f3d56;
  text-decoration: none;
  align-self: center;
  margin-top: 60px;
}
#footer {
  display: flex;
  color: #3f3d56;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: 20px;
  font-size: 1rem;
}
#footer a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #3f3d56;
}
@media (max-width: 1220px) {
.right-side form {
    width: 550px;
    padding: 0 30px;
}
form div .v-text-field {
    width: 100%;
}
form div .v-text-field + .v-text-field {
    margin-left: 0;
}
}
@media (max-width: 961px) {
.right-side {
    width: 100%;
    justify-content: start;
}
.right-side header {
    margin-top: 20px;
}
.right-side header #square-logo {
    display: flex;
}
.right-side #distributor {
    display: block;
    padding: 0 30px;
    text-align: center;
    font-size: 1.2rem;
    margin: 30px 0;
}
.right-side #distributor strong {
    font-size: 1.5rem;
}
.right-side #salesman {
    display: block;
}
#footer {
    margin: 30px 0;
}
}
@media (max-width: 530px) {
.right-side .v-form {
    width: 90% !important;
}
.v-text-field {
    margin: 0;
}
#btn-store {
    font-size: 12px;
}
#btn-store img {
    width: 30px;
}
#footer a {
    font-size: 14px;
}
}
:root {
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  font-family: "Poppins", "Roboto", sans-serif;
}
body {
  background-color: #f5f5f5;
}
.v-application--wrap {
  justify-content: center;
}
#app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto;
  background: #f5f5f5;
}
