/* Scss Document */
/* Scss Document */
.supported {
  display: none !important; }

form .part {
  max-width: 530px; }

form .part:not(:last-child) {
  margin-bottom: 30px; }
  form .part:not(:last-child) .cont {
    display: block !important; }

.section .title {
  max-width: 1240px;
  margin: 0 auto 20px auto; }
@media (min-width: 768px) {
  .section {
    margin-top: -50px; } }
@media (max-width: 1440px) {
  .section .title {
    max-width: 960px; } }
@media (max-width: 520px) {
  .section.section_cont {
    padding-top: 0 !important; }
  .section .title {
    max-width: 360px; }
  .section form {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  .section .to_link .a {
    margin-top: 0;
    margin-bottom: 0; }
    .section .to_link .a + .a {
      margin-top: 2rem; }
  .section .box_border .text {
    font-size: 0.66rem; } }

.forget_password {
  text-align: center;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .forget_password {
      text-align: right;
      margin-top: 1rem;
      margin-bottom: -1rem; } }
