/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.loginbox__link {
  float: right;
  font-size: 80%;
  position: relative;
  top: -0.62rem; }
  .loginbox__link a {
    color: #1d1d1d; }
    .loginbox__link a:hover {
      color: #1d1d1d; }
  .loginbox__signup {
    border-top: 1px solid #888;
    padding-top: 0.93rem;
    font-size: 85%; }
