@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: #F4F5F7; }

main {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  main .ads {
    width: 50%; }
  main .amg {
    background: url("../image/background.png") no-repeat center;
    background-size: cover;
    min-height: 100vh; }
    @media (max-width: 767px) {
      main .amg {
        display: none; } }
  main .load {
    display: flex;
    justify-content: center;
    margin: auto 0;
    height: 100vh;
    overflow: auto;
    padding: 0px 20px; }
    @media (max-width: 767px) {
      main .load {
        width: 100%;
        overflow: none;
        height: 100%; } }
    main .load .astra {
      max-width: 350px;
      width: 100%;
      margin: 0 auto;
      padding: 40px 0; }
      main .load .astra h1 {
        font-size: 34px;
        font-weight: 700;
        line-height: 51px;
        margin-top: 40px; }
      main .load .astra p {
        font-size: 14px;
        font-weight: normal;
        line-height: 21px;
        margin-bottom: 10px; }
        main .load .astra p a {
          text-decoration: none;
          color: #1a2c5f; }
          main .load .astra p a:hover {
            text-decoration: underline;
            color: #0079c9; }
      main .load .astra .err {
        padding: 15px;
        border-radius: 5px;
        background-color: #d32f2f; }
        main .load .astra .err p {
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          color: #fff; }
        main .load .astra .err i {
          color: white;
          font-size: 20px; }
      main .load .astra .form-group {
        position: relative; }
        main .load .astra .form-group .bi {
          position: absolute;
          right: 14px;
          top: 32px;
          font-size: 24px; }
          main .load .astra .form-group .bi#hide {
            display: none; }
      main .load .astra .orr {
        display: flex;
        align-items: center;
        gap: 10px; }
        main .load .astra .orr input {
          width: 70px; }
      main .load .astra label {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 6px; }
      main .load .astra input {
        border: 1px solid #dedede;
        border-radius: 0.5rem;
        font-size: 14px;
        padding: 0.5rem 1rem; }
        main .load .astra input:focus {
          background-color: #fff;
          border-color: #5b9fdb;
          outline: 0;
          box-shadow: 0 0 0 3px #dceaf7; }
      main .load .astra .conte {
        display: flex;
        align-items: center;
        gap: 10px; }
        @media (max-width: 575px) {
          main .load .astra .conte {
            flex-direction: column; } }
      main .load .astra .btn {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        border-style: solid;
        border-radius: 7px;
        border-color: #1A2C5F;
        color: #fff;
        background-color: #1A2C5F;
        height: 40px;
        padding-left: 25px;
        padding-right: 25px; }
        @media (max-width: 575px) {
          main .load .astra .btn {
            width: 100%; } }
        main .load .astra .btn.family {
          color: #1A2C5F;
          background: white !important;
          font-weight: 500;
          transition: 0.2s; }
          main .load .astra .btn.family:hover {
            background: #1A2C5F !important;
            color: #fff; }
      main .load .astra ul li {
        font-size: 14px;
        font-weight: normal;
        line-height: 21px;
        color: #1a2c5f;
        margin-top: 10px; }

.navbar {
  height: 72px;
  background: white;
  box-shadow: 0 8px 16px #102f431a; }
  .navbar .container {
    max-width: 1440px; }

section {
  padding-top: 100px; }
  section nav {
    max-width: 776px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px; }
  section article {
    max-width: 776px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 9px #102f431f;
    background: #fff; }
    section article label {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 6px; }
    section article input {
      border: 1px solid #dedede;
      border-radius: 0.5rem;
      font-size: 14px !important;
      padding: 0.5rem 1rem; }
      section article input:focus {
        background-color: #fff !important;
        border-color: #5b9fdb !important;
        outline: 0 !important;
        box-shadow: 0 0 0 3px #dceaf7 !important; }
    section article .mflha {
      max-width: 400px; }
    section article .orr {
      display: flex;
      align-items: center;
      gap: 10px; }
      section article .orr input {
        width: 70px; }
    section article .conte {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px; }
      @media (max-width: 575px) {
        section article .conte {
          flex-direction: column; } }
    section article .btn {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      border-style: solid;
      border-radius: 7px;
      border-color: #1A2C5F;
      color: #fff;
      background-color: #1A2C5F;
      height: 40px;
      padding-left: 25px;
      padding-right: 25px; }
      @media (max-width: 575px) {
        section article .btn {
          width: 100%; } }
      section article .btn:hover {
        background: #1A2C5F !important;
        color: #fff !important; }

/*# sourceMappingURL=styles.css.map */
