* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  background-color: #fafafa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI" Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
}

.loading {
  background-color: #fafafa;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.logo__loading {
  width: 80px;
  margin-top: 250px;
}

.logoname__loading {
  width: 80px;
  margin-top: 250px;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 5px;
}

.container__images {
  position: relative;
}

.carousel__image {
  opacity: 0;
  position: absolute;
  right: 59px;
  top: 26px;
  transition: opacity 1.5s ease-out;
}

.selected {
  opacity: 1;
}

.login__signin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 350px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 0px 40px;
  margin-bottom: 10px;
}

.instagram__logo {
  width: 70%;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: pointer;
}

#user,
#password {
  font-size: 12px;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 13px 7px;
}

#user {
  margin-bottom: 7px;
}

#password {
  margin-bottom: 15px;
}

#user:focus,
#password:focus {
  border: 1px solid #000000;
}

#user:valid~.email__label,
#password:valid~.password__label,
#user:focus~.email__label,
#password:focus~.password__label {
  transform: scale(0.8) translate(-15%, -100%);
}

.email__label,
.password__label {
  position: absolute;
  pointer-events: none;
  transition: 0.5s;
}

.email__label {
  top: 149px;
  right: 90px;
  font-size: 14px;
  color: #909090;
}

.password__label {
  right: 260px;
  font-size: 14px;
  color: #909090;
}

.show {
  display: none;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  right: 48px;
  bottom: 195px;
}

button {
  all: unset;
  font-size: 16px;
  background-color: #7F8DFA;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding: 7px 0px;
  margin-bottom: 30px;
  cursor: pointer;
}

.separator {
  position: relative;
  display: flex;
  flex-direction: center;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  width: 100%;
}

.separator__ou {
  position: absolute;
  text-align: center;
  background-color: #fafafa;
  color: grey;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 20px;
}

.login__fboption {
  display: flex;
  flex-direction: column;
}

.facebook {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.fb__join {
  display: flex;
}

.facebook__icon img {
  width: 22px;
  height: 20px;
  margin-right: 10px;
}

.facebook__name {
  font-size: 16px;
  font-weight: 700;
  color: #0095F6;
  margin-bottom: 20px;
  cursor: pointer;
}

.facebook__forgot {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.login__signup {
  display: flex;
  justify-content: center;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 20px 0px;
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #0095f6;
}

.login__getapp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.getapp__call {
  font-size: 14px;
  padding: 20px 0px;
}

.app__store,
.google__play {
  width: 136px;
  cursor: pointer;
}

.app__store {
  margin-right: 6px;
}

footer {
  max-width: 970px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu ul {
  list-style: none;     
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;     
  gap: 12px; 
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center; 
  color: #555;          
}

.menu ul li {
  position: relative;
  cursor: pointer;
  color: #555;
  font-size: 13px;
}

li {
  list-style: none;
  font-size: 12px;
  color: grey;
  padding: 6px 5px;
  cursor: pointer;
}

.copyright {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: grey;
  padding: 6px 5px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 40px;
}

.language-selector {
  position: relative;
}

.language {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  padding-right: 16px;
}

.allrights {
  font-size: 14px;
}

.language::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #262626;
  border-bottom: 2px solid #262626;
  transform: rotate(45deg);
  margin-left: 6px;
  margin-bottom: 10px;
}

.language-list {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 200px;
  max-height: 230px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  list-style: none;
  padding: 6px 0;
  display: none;
  z-index: 9999;
}

.language-list li {
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  color: #262626;
}

.language-list li:hover {
  background-color: #fafafa;
}

button:hover {
  opacity: 0.6;
}

.facebook__forgot::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: width 0.3s ease;
}

.facebook__forgot:hover::after {
  width: 100%;
}

.menu ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #555;
  transition: width 0.3s ease;
}

.menu ul li:hover::after {
  width: 100%;
}
