@font-face {
  font-family: "Vazir Light";
  src: local("Vazir Light"), local("Vazir-Light"),
    url("fonts/ttf/Vazirmatn-Light.ttf") format("truetype"),
    url("fonts/woff2/Vazirmatn-Light.woff2") format("woff2");
}
@font-face {
  font-family: "vazir Bold";
  src: local("Vazir Bold") url("fonts/ttf/Vazirmatn-Black.ttf")
      format("truetype"),
    url("fonts/woff2/Vazirmatn-SemiBold.woff2") format("woff2");
}
body {
  font-family: "Vazir Light";
  background-color: #080710;
  color: #fff;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "vazir Light";
}
body,
html {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
button,
a {
  cursor: pointer;
}
button,
input {
  font-family: inherit;
}
.form {
  position: relative;
}
/* .form{
    border: 2px solid rgba(255,255,255,0.13);
    width: 330px;
    height: 500px;
    background-color: rgba(255,255,255,0.13);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 12px;
    z-index: 100;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
} */
.shape {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  box-shadow: 2px 2px 15px rgba(255, 255, 255, 0.2);
}
.shape_1 {
  top: -85px;
  left: -102px;
  background: linear-gradient(
    85deg,
    rgba(33, 150, 243, 1) 0%,
    rgba(103, 58, 183, 1) 100%
  );
}
.shape_2 {
  bottom: -80px;
  right: -98px;
  background: linear-gradient(
    85deg,
    rgba(33, 150, 243, 1) 0%,
    rgba(103, 58, 183, 1) 100%
  );
}
.login {
  border: 2px solid rgba(255, 255, 255, 0.13);
  width: 330px;
  background-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
  position: relative;
  border-radius: 12px;
  z-index: 100;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0;
}
.login_1 {
  display: flex;
  flex-direction: column;
}
.login_title {
  font-size: 2rem;
}
.login_input_chekbox {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.input_1 {
  height: 45px;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  width: 100%;
  background-color: inherit;
  border: 1px solid #fff;
}
.input_1::placeholder {
  color: #fff;
  font-weight: 400;
}
.label_checkbox {
  font-size: 0.8rem;
}
.login_link_btn {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login_btn {
  box-shadow: 2px 2px 15px rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  background: linear-gradient(
    85deg,
    rgba(33, 150, 243, 1) 0%,
    rgba(103, 58, 183, 1) 100%
  );
}
.login_link {
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.login_icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.login_icon_span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.span_kham {
  display: inline-block;
  height: 1px;
  width: 118px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.box_icon a {
  text-decoration: none;
}
.icon_1,
.icon_2,
.icon_3 {
  margin-top: 0.5rem;
  width: 25px;
  height: 25px;
  color: #fff;
}
.link {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.link a {
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
}
.box_link {
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
