.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 {
        margin-bottom: 70px;
        text-align: center; }
        .section .r .wrap .title h5 {
          font-family: Handel Gothic BT;
          font-weight: 400;
          font-size: 30px;
          color: #004178;
          line-height: 1;
          text-transform: uppercase;
          margin-bottom: 20px; }
        .section .r .wrap .title p {
          font-weight: 400;
          font-size: 16px;
          color: #004178;
          line-height: 1; }
          .section .r .wrap .title p a {
            color: #0075D8;
            text-decoration: underline; }
      .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: #91AABE; }
        .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 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: 30px 0 0;
        font-weight: 400;
        font-size: 16px;
        color: #91AABE;
        text-align: center; }

/*# sourceMappingURL=sign.css.map */
