.logo {
  width: 143px;
  position: fixed;
  top: 50px;
  left: 81px; }

.section {
  width: 100vw;
  height: 100vh;
  display: flex; }
  .section .l {
    width: 59.375vw;
    height: 100vh; }
    .section .l img {
      display: block;
      width: 100%;
      height: 100%; }
  .section .r {
    width: 40.625vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section .r .wrap {
      width: 540px; }
      .section .r .wrap .title {
        display: flex;
        align-items: flex-end;
        gap: 0 25px;
        margin-bottom: 53px; }
        .section .r .wrap .title h5 {
          font-family: Handel Gothic BT;
          font-weight: 400;
          font-size: 30px;
          color: #004178;
          line-height: 1;
          text-transform: uppercase; }
        .section .r .wrap .title p {
          font-weight: 400;
          font-size: 16px;
          color: #004178;
          line-height: 1;
          margin-bottom: 3px; }
      .section .r .wrap .input {
        width: 100%;
        margin-bottom: 20px; }
        .section .r .wrap .input h5 {
          font-weight: 400;
          font-size: 16px;
          color: #004178;
          margin-bottom: 10px; }
          .section .r .wrap .input h5 span {
            color: #E61A1A; }
        .section .r .wrap .input input {
          width: 100%;
          height: 44px;
          background: #FFFFFF;
          border-radius: 4px 4px 4px 4px;
          border: 1px solid #D9DBE3;
          padding: 0 20px;
          font-weight: 400;
          font-size: 16px;
          color: #004178; }
        .section .r .wrap .input .flex {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 10px; }
          .section .r .wrap .input .flex h5 {
            margin-bottom: 0; }
          .section .r .wrap .input .flex a {
            font-weight: 400;
            font-size: 16px;
            color: #91AABE;
            text-decoration-line: underline;
            transition: 0.6s; }
            .section .r .wrap .input .flex a:hover {
              color: #004178; }
      .section .r .wrap .checkbox {
        display: flex;
        align-items: center;
        gap: 0 10px; }
        .section .r .wrap .checkbox input {
          width: 20px;
          height: 20px;
          background: #FFFFFF;
          border-radius: 4px;
          color: #004178;
          border: 1px solid #D9DBE3; }
        .section .r .wrap .checkbox p {
          font-weight: 400;
          font-size: 16px;
          color: #004178; }
      .section .r .wrap button {
        margin: 40px 0 0;
        width: 100%;
        height: 44px;
        background: #004178;
        border-radius: 4px 4px 4px 4px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .section .r .wrap button p {
          font-weight: 400;
          font-size: 16px;
          color: #FFFFFF;
          text-transform: uppercase; }
      .section .r .wrap .alert {
        margin: 45px 0 0;
        font-weight: 400;
        font-size: 16px;
        color: #004178; }
        .section .r .wrap .alert a {
          color: #0075D8;
          text-decoration: underline; }

/*# sourceMappingURL=login.css.map */
