.user-docs {
  width: 100%;
  margin: 2.4rem 0 4rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  align-items: flex-start;
}
.user-docs .doc {
  position: relative;
  width: 100%;
  max-width: 256px;
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
.user-docs .doc:hover .thumb {
  transform: translateY(-12px);
}
.user-docs .doc:hover .thumb .thumb__inner img,
.user-docs .doc:hover .thumb .placeholder__inner img {
  transform: scale(1.2);
  opacity: 0.5;
}
.user-docs .doc:hover .doc-title {
  color: #6D758F;
}
.user-docs .doc .doc-title {
  color: #32384a;
  transition: color 0.2s;
}
.user-docs .doc .thumb {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  pointer-events: none;
  transition: transform 0.2s;
  border-radius: 24px;
  overflow: hidden;
}
.user-docs .doc .thumb > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.user-docs .doc .thumb.placeholder-thumb {
  background-color: #eeeeee;
}
.user-docs .doc .thumb .thumb__inner,
.user-docs .doc .thumb .placeholder__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-docs .doc .thumb .thumb__inner img,
.user-docs .doc .thumb .placeholder__inner img {
  width: 64px;
  height: 64px;
  transition: transform 0.2s, opacity 0.4s;
  opacity: 0.75;
}

input.login-btn {
  border: none;
  border-radius: 32px;
  padding: 12px 32px;
}

.login-form-container {
  max-width: 456px;
}
.login-form-container .form-row label {
  padding-left: 4px;
}
.login-form-container .form-row.check-with-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.login-form-container .form-row.check-with-label label {
  margin: 0;
}
.login-form-container input {
  border-radius: 32px;
}

/*# sourceMappingURL=style.css.map */
