@font-face {
  font-family: 'cofo';
  src: url(/assets/cofo-kak-black-da44b62281197313cdeefdba95da648eb5ffbfa0bcea56c4530195bdfc7cfbf3.woff2) format("woff2"), url(/assets/cofo-kak-black-90f02dddc5dd364be1fa5e6f702c3c5f7b463292a9ea9be9719b9b2b8ff2f9bb.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(/assets/Inter-Regular-e79d74839114a00d1ff90227d2633ed595b87333932fbd8960f4c86501ee5ffe.woff2) format("woff2"), url(/assets/Inter-Regular-8c57d0d94a83ea027ef45955aace5ff778664d9d9cd6039988e1921156bb7130.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Inter';
  src: url(/assets/Inter-SemiBold-17da6cc96b8df6d706e9954c41a79bfdf0c775e2af94b933e331aa8a00da69f5.woff2) format("woff2"), url(/assets/Inter-SemiBold-febbe252716358c7175cb85c565eb95f44df4f40126acf2a5c108314a784853f.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* line 3, app/assets/stylesheets/devise.scss */
*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/devise.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 14, app/assets/stylesheets/devise.scss */
ol, ul {
  list-style: none;
}

/* line 18, app/assets/stylesheets/devise.scss */
:root {
  --white: white;
  --black: #000000;
  --black-2: #333333;
  --black-3: #030303;
  --black-4: #20232A;
  --gray: #A6A6A6;
  --gray-2: #EAEAEA;
  --gray-3: #808080;
  --gray-4: #CCCCCC;
  --blue: #3E4BFF;
  --blue-2: #242FBF;
  --red: #EB2819;
  --green: #219E55;
  --gold: #CAA56D;
  --gold-2: #be9961
;
}

/* line 36, app/assets/stylesheets/devise.scss */
body {
  font-family: Inter,sans-serif;
  font-size: .9375rem;
  line-height: 1.3;
  color: var(--black);
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

/* line 47, app/assets/stylesheets/devise.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

/* line 53, app/assets/stylesheets/devise.scss */
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 59, app/assets/stylesheets/devise.scss */
.section-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

/* line 66, app/assets/stylesheets/devise.scss */
.main-sign {
  max-width: 31.25rem;
  width: 100%;
  padding: 1.875rem 1.5625rem;
  margin: 1.25rem auto;
  box-shadow: 0 0.625rem 2.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 1.875rem;
  position: relative;
  background: #fff;
}

@media (max-width: 500px) {
  /* line 78, app/assets/stylesheets/devise.scss */
  .main-sign {
    margin: 0 -1.25rem;
    min-height: 100dvh;
    width: auto;
    border-radius: 0;
  }
}

/* line 86, app/assets/stylesheets/devise.scss */
.icon {
  display: inline-block;
}

/* line 90, app/assets/stylesheets/devise.scss */
.icon svg {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* line 96, app/assets/stylesheets/devise.scss */
.sign-back {
  position: absolute;
  top: .9375rem;
  right: .875rem;
}

/* line 102, app/assets/stylesheets/devise.scss */
.sign-back .icon {
  width: 2.5rem;
  height: 2.5rem;
}

/* line 107, app/assets/stylesheets/devise.scss */
.sign-back svg {
  transition: all .25s linear;
  fill: var(--gray-4);
}

/* line 112, app/assets/stylesheets/devise.scss */
.sign-back:hover svg {
  fill: var(--gray-3);
}

/* line 116, app/assets/stylesheets/devise.scss */
.form-item {
  margin-bottom: .9375rem;
}

/* line 120, app/assets/stylesheets/devise.scss */
.form-item__label {
  font-size: 1.25rem;
  color: var(--gray-3);
  margin-bottom: .3125rem;
  display: inline-block;
}

/* line 127, app/assets/stylesheets/devise.scss */
.input {
  width: 100%;
  border: .125rem solid transparent;
  height: 2.8125rem;
  border-radius: 3.125rem;
  padding: 0 1.25rem;
  background: #f7f7f7;
  outline: 0;
  transition: all .25s linear;
  font-family: inherit;
  font-size: 1.25rem;
}

/* line 140, app/assets/stylesheets/devise.scss */
.input:focus, .input:hover {
  border: 0.125rem solid var(--blue);
}

/* line 144, app/assets/stylesheets/devise.scss */
.input.error {
  border: .0625rem solid red;
}

/* line 148, app/assets/stylesheets/devise.scss */
.f-password {
  font-size: .9375rem;
  margin-top: .5rem;
}

/* line 153, app/assets/stylesheets/devise.scss */
.link-blue {
  color: var(--blue);
  display: inline-flex;
  border-bottom: .0625rem solid transparent;
}

/* line 159, app/assets/stylesheets/devise.scss */
.link-blue:hover {
  border-bottom: 0.0625rem solid var(--blue);
}

/* line 163, app/assets/stylesheets/devise.scss */
.input-abs {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 0;
}

/* line 170, app/assets/stylesheets/devise.scss */
.check {
  position: relative;
  margin-top: 1.5625rem;
}

/* line 175, app/assets/stylesheets/devise.scss */
.check input:checked + .check-label .check-icon {
  background: var(--blue);
}

/* line 179, app/assets/stylesheets/devise.scss */
.check input:checked + .check-label .check-icon:before {
  content: "";
  background-image: url(/assets/icon/check-bbb1cb1a935b0b6beb2e6d0da5d0cf9c27326bef2ad10eed9454284e2eeb2a34.svg);
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  background-position: center;
}

/* line 189, app/assets/stylesheets/devise.scss */
.check-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
}

/* line 196, app/assets/stylesheets/devise.scss */
.check-icon {
  flex-shrink: 0;
  margin-right: .5rem;
  background: var(--gray-2);
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: .3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 208, app/assets/stylesheets/devise.scss */
.button-sign-flex {
  display: flex;
  align-items: center;
}

/* line 213, app/assets/stylesheets/devise.scss */
.button-sign-flex .button-sign {
  margin-right: .625rem;
  flex-shrink: 0;
}

@media (max-width: 500px) {
  /* line 219, app/assets/stylesheets/devise.scss */
  .button-sign-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 225, app/assets/stylesheets/devise.scss */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2.1875rem;
}

@media (max-width: 991px) {
  /* line 233, app/assets/stylesheets/devise.scss */
  .container {
    padding: 0 1.25rem;
  }
}

/* line 238, app/assets/stylesheets/devise.scss */
.header-logo {
  width: 20.1875rem;
}

@media (max-width: 991px) {
  /* line 243, app/assets/stylesheets/devise.scss */
  .header-logo {
    width: 5.1875rem;
  }
}

/* line 248, app/assets/stylesheets/devise.scss */
.header-logo path {
  fill: var(--black);
  transition: all .25s linear;
}

@media (max-width: 991px) {
  /* line 254, app/assets/stylesheets/devise.scss */
  .header-logo path {
    transition: 0s !important;
  }
}

/* line 259, app/assets/stylesheets/devise.scss */
.header-logo:hover path {
  fill: #474b52;
}

/* line 263, app/assets/stylesheets/devise.scss */
.mb-55 {
  margin-bottom: 3.4375rem;
}

/* line 267, app/assets/stylesheets/devise.scss */
.mb-30 {
  margin-bottom: 1.875rem;
}

/* line 271, app/assets/stylesheets/devise.scss */
.header-logo-desktop {
  display: flex;
}

@media (max-width: 991px) {
  /* line 276, app/assets/stylesheets/devise.scss */
  .header-logo-desktop {
    display: none;
  }
}

/* line 281, app/assets/stylesheets/devise.scss */
.header-logo-mobile {
  display: none;
}

@media (max-width: 991px) {
  /* line 286, app/assets/stylesheets/devise.scss */
  .header-logo-mobile {
    display: flex;
  }
}

/* line 291, app/assets/stylesheets/devise.scss */
.f-password {
  font-size: .9375rem;
  margin-top: .5rem;
}

/* line 296, app/assets/stylesheets/devise.scss */
.size-30 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  /* line 301, app/assets/stylesheets/devise.scss */
  .size-30 {
    font-size: 1.4375rem;
  }
}

/* line 306, app/assets/stylesheets/devise.scss */
.size-20 {
  font-size: 1.25rem;
}

/* line 310, app/assets/stylesheets/devise.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 314, app/assets/stylesheets/devise.scss */
.font-cofo {
  font-family: cofo;
}

/* line 318, app/assets/stylesheets/devise.scss */
button {
  background: 0 0;
  cursor: pointer;
  border: none;
  outline: 0;
}

/* line 325, app/assets/stylesheets/devise.scss */
.button-sign {
  display: inline-flex;
  align-items: center;
  margin-left: -.4375rem;
}

/* line 331, app/assets/stylesheets/devise.scss */
.button-sign:hover .button-sign__text {
  background: var(--blue-2);
}

/* line 335, app/assets/stylesheets/devise.scss */
.button-sign:hover .button-sign__arrow {
  border: 0.4375rem solid var(--blue-2);
}

/* line 339, app/assets/stylesheets/devise.scss */
.button-sign:hover svg {
  fill: #242fbf !important;
}

@media (max-width: 991px) {
  /* line 344, app/assets/stylesheets/devise.scss */
  .button-sign {
    margin-left: -.3125rem;
  }
}

/* line 349, app/assets/stylesheets/devise.scss */
.button-sign__text {
  padding: .75rem .9375rem;
  line-height: 1;
  color: var(--white);
  background: var(--blue);
  border-radius: 1.875rem 0 0 1.875rem;
  transition: all .25s linear;
}

/* line 358, app/assets/stylesheets/devise.scss */
.button-sign__arrow {
  width: 4.875rem;
  height: 4.875rem;
  border: 0.4375rem solid var(--blue);
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -.625rem;
  transition: all .25s linear;
}

/* line 371, app/assets/stylesheets/devise.scss */
.button-sign__arrow .icon {
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 991px) {
  /* line 377, app/assets/stylesheets/devise.scss */
  .button-sign__arrow .icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}

/* line 383, app/assets/stylesheets/devise.scss */
.button-sign__arrow svg {
  stroke: transparent;
  fill: var(--blue) !important;
  transition: all .25s linear;
}

@media (max-width: 991px) {
  /* line 390, app/assets/stylesheets/devise.scss */
  .button-sign__arrow {
    width: 4.375rem;
    height: 4.375rem;
  }
}

/* line 396, app/assets/stylesheets/devise.scss */
.button {
  padding: .5rem .9375rem;
  cursor: pointer;
  transition: all .25s linear;
  border-radius: 3.125rem;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
