﻿#header {
  position: absolute;
  width: 100%;
  margin: 10px 0; }
  #header .box {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  #header .btn-login, #header a {
    padding: 8px 9px;
    border: 2px solid #148dbf;
    border-radius: 50px;
    margin-left: 15px;
    /*@include transition(all 0.3s);*/
    color: #148dbf;
    cursor: pointer;
    z-index: 9;
    font-size: 12px; }
    #header .btn-login i, #header a i {
      font-size: 14px;
      line-height: 14px; }
    #header .btn-login:hover, #header a:hover {
      background: #148dbf;
      color: #fff; }
  #header a {
    padding: 8px 18px; }
    #header a i {
      margin-left: 5px;
      font-size: 11px; }
  #header .btn-login i {
    margin-left: 0; }
  #header p {
    margin-top: 12px; }
  #header p, #header span {
    color: #148dbf;
    float: right;
    line-height: 35px;
    font-size: 12px; }
    #header p:hover, #header span:hover {
      color: #fff; }
  #header span {
    font-weight: 600;
    margin-left: 5px; }
