.input_title {
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
  font-weight: 700;
	color: var(--caption-gray-5B, #5B5D66);
}


.gsi-material-button:hover {
    color: #1f1f1f;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    margin: 16px 0px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: 100%;
    text-decoration: none;
  }

  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }

  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }

  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
  }

  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }

  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }

  .gsi-material-button:not(:disabled):active .gsi-material-button-state,
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
  }

  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }

  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
  }

  .login {
    display: block;
    width: 400px;
    background: white;
    border: 1px solid var(--line-D4, #D4D8E9);
    border-radius: 12px;
    padding: 32px 24px 24px 24px;
    margin: 3rem 0;
  }

.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
}
.line-with-text::before,
.line-with-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #CED4DA ;
}

.line-with-text:not(:empty)::before {
    margin-right: 10px;
}

.line-with-text:not(:empty)::after {
    margin-left: 10px;
}

  @media only screen and (max-width: 750px) {
   .login {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0;
   }
   .default_board {
      margin-left: 0;
      margin-right: 0;
      background: white;
   }
  }

.btn-sign-up {
    text-align: center;
    text-decoration: none;
}

.btn-sign-up:hover {
    color: white;
}

.yid-img {
    padding: 10px;
}

.yid-login-wrapper {
    padding-right: 52px;
    align-content: center;
    flex-grow: 1;
    text-align: center;
    background: #f03;
    color: white;
}

.yid-login {
    text-align: center;
    width: auto;
    font-weight: bold;
    font-size: 15px;
}

.yid-login-btn {
    margin: 0px 0px;
    text-decoration: none;

    display: flex;
    border: 1px solid #f03;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

.line-login {
    margin: 14px 0px;
    text-decoration: none;

    display: flex;
    cursor: pointer;
    align-items: center;
    background-color: #06C755;
    border-radius: 5px;
    width: 100%;
    height: 46px;
    position: relative;
    overflow: hidden;
}

.line-login::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
}

.line-login:hover::before {
    opacity: 1;
}

.line-login img {
    width: 46px;
    height: 46px;
    z-index: 1;
}

.line-login .divider {
    width: 0.1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.line-login span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: calc(100% - 0.1px);
    text-align: center;
    padding-right: 10%;
    z-index: 1;
    white-space: pre;
}
