html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Fluent';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fluent Regular'), url('../fonts/Fluent-Regular-BF66ff4fd9c0486.ttf') format('ttf');
}

@font-face {
  font-family: 'Fluent';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fluent Regular Italic'), url('../fonts/Fluent-RegularItalic-BF66ff4fda69c99.ttf') format('ttf');
}

@font-face {
  font-family: 'Fluent';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Fluent Bold'), url('../fonts/Fluent-Bold-BF66ff4fd7b24c2.ttf') format('ttf');
}


@font-face {
  font-family: 'Fluent';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Fluent SemiBold'), url('../fonts/Fluent-SemiBold-BF66ff4fd9d7f8d.ttf') format('ttf');
}

* {
  display: revert;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

*:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Fluent", sans-serif;
  color: #fff;
  background-color: #191919;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

strong {
  font-weight: bold;
}


.main__btn, .main__btn:active, .main__btn:focus, .main__btn:hover, .main__btn:visited {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 219px;
  height: 60px;
  border-radius: 999px;
  background-color: #ff8a66;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase
}

.main__btn:hover {
  background-color: #ff7d66;
  -webkit-box-shadow: 0 0 10px #ff7d66;
  box-shadow: 0 0 10px #ff7d66
}

.main__btn.--primary {
  background-color: #ff8a66
}

.main__btn.--primary:hover {
  background-color: #ff7d66;
  -webkit-box-shadow: 0 0 10px #ff7d66;
  box-shadow: 0 0 10px #ff7d66
}

.main__btn.--secondary {
  width: 100%;
  background: #0e0e0e;
  border: 1px solid #C0E94D;
  color: #c0e94d;
}

.main__btn.--secondary:hover {
  background: #C0E94D;
  border: 1px solid #C0E94D;
  color: #0e0e0e;
  -webkit-box-shadow: 0 0 10px #C0E94D;
  box-shadow: 0 0 10px #C0E94D;
}

.main__btn.--white {
  width: 100%;
  background: #0e0e0e;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.main__btn.--white:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #0e0e0e;
  -webkit-box-shadow: 0 0 10px #ffffff;
  box-shadow: 0 0 10px #ffffff;
}

.card-blur {
  position: relative;
  background: rgba(55, 55, 55, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.card-blur::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(52, 52, 52, 0.6)), color-stop(rgb(235, 235, 235)), to(rgba(52, 52, 52, 0.6)));
  background: linear-gradient(90deg, rgba(52, 52, 52, 0.6), rgb(235, 235, 235), rgba(52, 52, 52, 0.6));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

body {
  width: 100%;
  min-height: 100vh;
  background-image: url("img/login-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth-login,
.auth-register,
.auth-forgot{
  position: relative;
  background: #050505;
  background: linear-gradient(90deg,rgba(5, 5, 5, 1) 0%, rgba(20, 20, 20, 1) 100%);

}

.auth-login::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  background-image: url("img/login-bg.png");
  background-size: 100vw;
  background-position: top;
  background-repeat: repeat-y;
  z-index: -1;
  mix-blend-mode: color-dodge;
}

.auth__logo {
  position: absolute;
  top: 56px;
  left: 80px;
  height: 50px;
}

.lime {
  color: #C0E94DFF;
}

.auth__title{
  width: 60%;
  position: absolute;
  min-width: 450px;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 120px;
  color: #fff;
}

.auth-form {
  width: 100%;
  position: absolute;
  max-width: 500px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth-form-wrap{
  background: rgba(14, 14, 14, 1);
  width: 100%;
  padding: 20px 38px;
  border: 1px solid white;
  border-radius: 20px;
  box-shadow: 0 3px 0 0 rgba(225, 225, 225, 1);
}

.auth-form__title {
  margin: 0 auto;
  width: 70%;
  display: block;
  background: #c0e94dff;
  padding: 8px;
  color: #0e0e0e;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  border-top: 5px solid rgba(59, 70, 21, 0.77);
  border-bottom: 5px solid rgba(59, 70, 21, 0.77);
}

.auth-form__splited-inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.auth-form__input,
.auth-form__input:focus,
.auth-form__select,
.auth-form__select:focus {
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 20px 27px;
  width: 100%;
  background: rgba(14, 14, 14, 1);
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  outline: none;
  box-shadow: 0 3px 0 0 rgba(225, 225, 225, 1);
}

.auth-form__input:before,
.auth-form__input:focus:before,
.auth-form__select:before,
.auth-form__select:focus:before {
  border-radius: 34px;
}

.auth-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.auth-form__select-wrapper {
  margin: 35px 0 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.auth-form__select-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../img/auth/angle-bottom-white.png") 50% 50%/contain no-repeat;
  z-index: 1;
}

.auth-form__select,
.auth-form__select:focus {
  margin: 0;
  padding-right: 50px;
}

.auth-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.auth-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.auth-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.auth-form__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.auth-form__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.auth-form .btn {
  margin: 35px 0 0;
  width: 100%;
}

.auth-form__input-link, .auth-form__input-link:active, .auth-form__input-link:focus, .auth-form__input-link:hover, .auth-form__input-link:visited {
  display: block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 13px 0 0;
  padding-left: 28px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-align: left;
}

.auth-form__link,
.auth-form__link:hover,
.auth-form__link:active,
.auth-form__link:visited,
.auth-form__link:focus {
  display: block;
  margin: 10px 0 0;
  cursor: pointer;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .auth__logo{
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .auth__title{
   display: none;
  }

 .auth-form {
   position: static;
    padding: 30px 25px;
    border-radius: 24px;
  }

  .auth-form:before {
    border-radius: 24px;
  }

  .auth-form__input,
  .auth-form__input:focus,
  .auth-form__select,
  .auth-form__select:focus {
    border-radius: 24px;
  }

  .auth-form__input:before,
  .auth-form__input:focus:before,
  .auth-form__select:before,
  .auth-form__select:focus:before {
    border-radius: 24px;
  }
}