@import "reset.css";
@import "variables.css";

@import "screen/friends.css";
@import "screen/chats.css";
@import "screen/chat.css";
@import "screen/shop.css";
@import "screen/add.css";
@import "screen/no_mobile.css";

@import "components/screen-header.css";
@import "components/statues-bar.css";
@import "components/update__profile.css";
@import "components/friends__profiles.css";
@import "components/footermenu-bar.css";

body {
  font-family: "Gill Sans", sans-serif;
  font-size: 20px;
  width: 100%;
  height: 100%;
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--opacityColor);
}

#login__header {
  height: 200px;
  margin: var(--sideMargin);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  z-index: 1;
}

#login__header img {
  width: 200px;
  border-radius: 200px;
}

.login__input {
  margin: var(--sideMargin);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login__input input::placeholder {
  font-size: 13px;
}

.login__input input {
  width: 250px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.login__input input:first-child {
  border-bottom: none;
}

.login__submit {
  margin-top: 9px;
}

.login__orbar {
  margin: 20px 0px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login__orbar span {
  margin: 0px 10px;
}
.login__Bar {
  width: 100px;
  height: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.login___qrcode {
  position: relative;
}
.login___qrcode i {
  position: absolute;
  left: 55px;
  top: 11px;
}

.login__auto {
  margin: var(--sideMargin);
  margin-left: 55px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -110px;
  font-size: 15px;
}
.login__auto > input {
  margin-right: 10px;
}

.login__auto i {
  margin-left: 5px;
}

.login__footer {
  margin: var(--sideMargin);
  margin-top: 100px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
}
.login__footer-bar {
  width: 0px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0px 10px;
}
