@import url("https://fonts.googleapis.com/css?family=Rubik");
html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-size: 15px;
  color: #051400;
  padding: 0;
  margin: 0;
  font-family: "Helvetica", "Geneva CY", "Lucida Grande", "Arial Unicode MS", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a {
  color: #051400;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #051400;
}
a:focus {
  text-decoration: none;
}

i.fa {
  cursor: pointer;
}

button {
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
}

.btn {
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 22px;
  padding: 3px 7px;
  outline: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.form-control {
  display: block;
  width: 100%;
}

input {
  border: 1px solid #ddd;
  font-size: 13px;
  border-radius: 3px;
}

label {
  display: inline-block;
}

#header {
  height: 60px;
  background: white;
  color: #051400;
  display: flex;
  padding: 0 10px;
  box-shadow: 0 5px 3px -3px rgba(0,0,0,.08);
}
#header #logo {
  text-align: center;
  margin: auto;
}

#logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#logo a {
  text-align: center;
  font-weight: bold;
}

#mainContent {
  padding: 5px;
  width: 100%;
  margin: auto;
}

#mainContent .tabs {
  height: 40px;
  margin-bottom: 10px;
}
#mainContent .tabs ul {
  padding: 0;
}
#mainContent .tabs li {
  display: inline;
  padding: 7px 10px;
  cursor: pointer;
  line-height: 30px;
}
#mainContent .tabs li.active {
  border-bottom: 2px solid #777;
}
#mainContent #statistic {
  width: 100%;
}
#mainContent .loading {
  text-align: center;
  line-height: 30px;
}
#mainContent .loading i {
  font-size: 20px;
  color: #777;
}
#sign-form {
  height: 100%;
  margin: 3% auto auto;
  overflow: hidden;
  padding: 30px 20px;
  width: 85%;
}
#sign-form #logo {
  height: 80px;
}
#sign-form h1 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 22px;
  font-weight: normal;
}
#sign-form .form-group {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
#sign-form .form-group .secure-btn {
  position: absolute;
  right: 10px;
  top: 11px;
  color: #333;
  font-size: 16px;
}
#sign-form input {
  border-radius: 0;
  padding: 6px 12px;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#sign-form button {
  height: 40px;
}
#sign-form .btn {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
#sign-form .btn.btn-sign-in, #sign-form .btn.btn-sign-up {
  background-color: #1595E5;
  border-color: #1595E5;
  color: white;
}
#sign-form .btn i.fa-spinner {
  font-size: 15px;
}
#sign-form.sign-in, #sign-form.sign-up {
  padding: 20px 0 0 0;
}
#sign-form.sign-in i.fa-spinner, #sign-form.sign-up i.fa-spinner {
  font-size: 15px;
}
#sign-form.verification h3 {
  padding: 0;
  margin: 0;
}
#sign-form.verification .success {
  display: none;
  height: 60px;
  line-height: 30px;
}
#sign-form.verification .fail {
  display: none;
  height: 60px;
  line-height: 60px;
}
#sign-form.verification .loading {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#sign-form.verification .loading i {
  font-size: 16px;
}
#sign-form .goto {
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}
#sign-form .sign-in-with {
  overflow: hidden;
}
#sign-form .sign-in-with .login-btn {
  height: 42px;
  display: flex;
  justify-content: center;
}
#sign-form .sign-in-with .login-btn i.logo {
  font-size: 22px;
}
#sign-form .sign-in-with .login-btn i.fa-spinner {
  font-size: 15px;
}
#sign-form .sign-in-with .login-btn span {
  padding-left: 8px;
  font-size: 15px;
}
#sign-form .sign-in-with .or {
  color: #555;
  display: flex;
  line-height: 30px;
  margin: 10px 0;
}
#sign-form .sign-in-with .or .line {
  border-top: 1px solid #ddd;
  flex: 1;
  margin: 5px;
  margin-top: 15px;
}
#sign-form .sign-in-with .login-btn.google {
  background: #dd4b39;
}
#sign-form .sign-up, #sign-form .sign-in {
  padding-top: 20px;
  text-align: center;
}
#sign-form a {
  color: #1595E5;
}
#sign-form .forgot-pass {
  padding: 10px 0 5px;
  font-size: 13px;
  text-align: right;
}
#sign-form .error {
  padding: 15px;
  font-size: 13px;
  text-align: center;
  color: red;
}

#page-not-found .message {
  padding-top: 150px;
  text-align: center;
  margin: auto;
}
#page-not-found .message .sticky {
  padding-top: 10px;
  position: relative;
  width: 300px;
  margin: auto;
}

@media only screen and (min-width: 700px) {
  #mainContent {
    width: 800px;
  }
  #sign-form {
    width: 400px;
  }
  #header {
    position: relative;
    padding: 0 50px;
  }
  #header #logo {
    padding-left: 0;
  }
}