.btn-skyblue {
  background: #0095FE;
  color: #fff;
}
.btn-skyblue:hover {
    background: #22A6FE;
}

#global-nav-login {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
#global-nav-regist {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


@media (min-width: 769px) {
    .global-nav-item .btn-login {
        margin-left: 8px;
        font-size: 1rem;
        height: 36px;
        width: 86px;
    }
}
@media (max-width: 768px) {
    #global-nav-regist {
    }
    .global-nav-item .btn-login {
        font-size: 0.6875rem;
        height: 30px;
        width: 56px;
    }
}


a.goto-login, a.goto-login:visited {
    color: #333333;
}

