@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  background-image: url("../img/falling-man.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 450px;
  padding: 68px 150px;
}

body,
input,
textarea,
select,
button {
  font-family: "Gilroy";
}

.top-menu {
  display: flex;
}
.top-menu ul {
  display: flex;
  align-items: center;
}
.top-menu ul li a {
  z-index: 999999;
  cursor: pointer;
  font-size: 17px;
  font-weight: medium;
  color: #000;
  margin-right: 54px;
}
.top-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  color: #3957f0;
  margin: 0 38px 0 0;
}
.top-menu span svg {
  margin-left: 5px;
}
.top-menu span:last-child {
  background: #fff;
  border-radius: 21px;
  padding: 12px 21px;
  margin: 0;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
}
.top-menu span:nth-child(3) {
  position: relative;
}
.top-menu span:nth-child(3):hover::before {
  width: 90%;
  transition: 300ms all;
}
.top-menu span:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 300ms all;
  border-radius: 4px;
  background: #4461f2;
}
.top-menu .language {
  font-weight: medium;
  color: #000;
  margin-left: auto;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
main .left,
main .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
main .left {
  position: relative;
  flex: 1;
  z-index: -1;
  margin-top: -130px;
}
main .left h2 {
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 60px;
}
main .left span {
  padding: 0 0 0 5px;
  font-size: 17px;
  font-weight: 500;
}
main .left span a {
  font-weight: 600;
  color: #4461f2;
}
main .left .glow {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 300px;
  height: 500px;
  position: absolute;
  z-index: -1;
  opacity: 0.75;
}
main .left .glow .ellipse:first-child {
  background: #4461f2;
  filter: blur(100px);
  width: 150px;
  height: 150px;
  margin-left: auto;
}
main .left .glow .ellipse:last-child {
  background: #dda82a;
  filter: blur(100px);
  width: 150px;
  height: 150px;
}
main .right {
  width: 400px;
}
main .right form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
main .right form .e-mail,
main .right form .password {
  position: relative;
  width: 100%;
}
main .right form .e-mail input,
main .right form .password input {
  width: 100%;
  border-radius: 10px;
  background: #eaf0f7;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 20px;
  margin-bottom: 12px;
}
main .right form .e-mail svg,
main .right form .password svg {
  position: absolute;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
main .right form .password input {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}
main .right form span {
  margin-left: auto;
  margin-bottom: 32px;
  color: #c7c7c7;
  cursor: pointer;
  font-weight: 400;
}
main .right form button {
  background: #4461f2;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  cursor: pointer;
  margin-bottom: 60px;
}
main .right form h5 {
  position: relative;
  text-align: center;
  color: #acadac;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 55px;
}
main .right form h5::before,
main .right form h5::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #dfdfdf;
}
main .right form h5::before {
  left: 0;
}
main .right form h5::after {
  right: 0;
}
main .right form .login-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
main .right form .login-width a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: calc(100% / 3 - 12px);
  border-radius: 10px;
  border: 1px solid #dddfdd;
  transition: 300ms all;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
main .right form .login-width a svg {
  width: 24px;
  height: 24px;
}
main .right form .login-width a:hover {
  background: #fff;
  transition: 300ms all;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Heavy.woff2") format("woff2"),
    url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-HeavyItalic.woff2") format("woff2"),
    url("../font/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Light.woff2") format("woff2"),
    url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-ExtraBoldItalic.woff2") format("woff2"),
    url("../font/Gilroy-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-MediumItalic.woff2") format("woff2"),
    url("../font/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Regular.woff2") format("woff2"),
    url("../font/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-LightItalic.woff2") format("woff2"),
    url("../font/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Medium.woff2") format("woff2"),
    url("../font/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-UltraLightItalic.woff2") format("woff2"),
    url("../font/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-RegularItalic";
  src: url("../font/Gilroy-RegularItalic.woff2") format("woff2"),
    url("../font/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Thin.woff2") format("woff2"),
    url("../font/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-SemiBold.woff2") format("woff2"),
    url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-UltraLight.woff2") format("woff2"),
    url("Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-SemiBoldItalic.woff2") format("woff2"),
    url("Gilroy-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-ThinItalic.woff2") format("woff2"),
    url("../font/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-BoldItalic.woff2") format("woff2"),
    url("Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-BlackItalic.woff2") format("woff2"),
    url("Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Black.woff2") format("woff2"),
    url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Bold.woff2") format("woff2"),
    url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
