/*
* @Author: syjn1563
* @Date:   2018-09-03 16:57:26
* @Last Modified by:   syjn1563
* @Last Modified time: 2018-09-03 16:58:32
*/

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
a {
  text-decoration: none;
  outline: none;
}
select {
  border: 1px solid #e3e8ee;
  border-radius: 3px;
  height: 28px;
  padding: 0 6px;
  outline: none;
}
.navbar {
  font-size: 25px;
  line-height: 48px;
  background: transparent;
  padding: 6px 20px;
}
.navbar .logo {
  color: #b3b8be;
}
.navbar .logo:hover {
  color: #a3a8ae;
  transition: all .15s ease-in;
}
button {
  cursor: pointer;
  outline: none;
}
button.primary {
  border: 1px solid #e3e8ee;
  border-radius: 2px;
  padding: 5px 12px;
  background: white;
}
button.ghost-red {
  color: #d54631;
  border-color: #d54631;
  background: #fff5f0;
}
button.ghost-blue {
    color: #3173d5;
    border-color: #3196d5;
    /*background: #fff5f0;*/
}
button.ghost-red:hover {
  opacity: .7;
}
button.ghost-blue:hover {
    opacity: .7;
}

.home {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  background: #272822;
  z-index: -1;
  text-align: center;
}
.home .title {
  margin-top: 32vh;
  margin-bottom: 50px;
  font-size: 55px;
  color: #c3c8ce;
  letter-spacing: 2px;
}
.home .create {
  font-size: 20px;
  background: transparent;
  color: #e3e8ee;
  padding: 10px 25px;
}
.home .create:hover {
  background: #e3e8ee;
  opacity: .9;
  color: #272822;
  cursor: pointer;
  transition: all .2s ease-in;
}

.CodeMirror div.CodeMirror-cursor {
  border-color: white !important;
}
