html[lang=fa] body *:not(input, textarea, select) {
  font-family: IRANSans, sans-serif, tahoma;
}

.social-auth-btn .google-login {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #d9d9d9;
  padding: 0 15px;
  width: 100%;
  margin: 15px 0 0;
  border-radius: 6px;
  transition: background ease-in-out 0.4s;
  -webkit-transition: background ease-in-out 0.4s;
  -moz-transition: background ease-in-out 0.4s;
  -o-transition: background ease-in-out 0.4s;
}
.social-auth-btn .google-login:hover {
  background: #c7c7c7;
}
.social-auth-btn .google-login svg {
  margin: auto 10px;
  width: 25px;
}

.choose-auth-with {
  overflow: hidden;
}
.choose-auth-with [data-choose-type] {
  min-width: 100%;
  cursor: pointer;
  color: #999999;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-auth-with [data-choose-type]:hover {
  color: #222222;
  text-decoration: underline;
}
.choose-auth-with [data-choose-type]:hover svg {
  margin-right: 5px;
  right: 5px;
}
.choose-auth-with [data-choose-type] svg {
  margin-right: 10px;
  right: 10px;
  width: 25px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.choose-auth-with.mobile [data-choose-type] {
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

html[lang=fa] body .choose-auth-with [data-choose-type]:hover {
  color: #222222;
  text-decoration: underline;
}
html[lang=fa] body .choose-auth-with [data-choose-type]:hover svg {
  margin-left: 5px;
  left: 5px;
}
html[lang=fa] body .choose-auth-with [data-choose-type] svg {
  margin-left: 10px;
  left: 10px;
}
html[lang=fa] body .choose-auth-with.mobile [data-choose-type] {
  transform: translateX(100%);
  -ms-transform: translateX(100%);
}
