.auth_option {
  color: #0373a3;
  text-decoration: none; }
  .auth_option div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #525252;
    border-radius: 4px;
    color: #525252;
    margin-bottom: 8px;
    vertical-align: middle; }
    .mobile .auth_option div {
      height: 46px; }
  .auth_option p {
    font-size: 14px;
    line-height: 16px;
    font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
    margin: 0 0 0 8px; }
    .mobile .auth_option p {
      font-size: 16px;
      line-height: 24px; }
