*{
  padding:0px;
  margin:0px;
}
html, body{
  height:100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
body{
  background-color: #f1f1f1;
/*display:flex;
  align-items:center;
  justify-content:center; */
}
.login{
  width: 320px;
  padding: 8% 0 0;
  margin: auto;
}
.logo{
  height:84px;
  width:84px;
  margin:auto;
  display:block;
}
.login-form2{
  margin-top: 25px;
  margin-left: 0;
  min-height: 40px;
  max-height: none;
  padding: 26px 24px 46px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
label {
  cursor: pointer;
  color: #444;
  font-size: 14px;
  font-weight:400;
  line-height:1.5;
}

.input{
  padding:3px;
  margin: 2px 6px 16px 0;
  font-size:24px;
  border: 2px solid #ddd;
  color: #32373c;
  outline: 0;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fbfbfb;
  color: #32373c;
}
.input.long{
  width:262px; 
  transition: 200ms border-color ease-in-out;
}
.input.long:focus{
  border-color:rgba(30,140,190,.8);
  box-shadow: 0 0px 2px rgba(30,140,190,.8);
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #7e8993;
    border-radius: 4px;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 1rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}

.dashicons {
    color: #0071a1;
}

.btn{
  float:right;
  padding:0 12px;
  font-size:14px;
  cursor:pointer;
  color:#ffffff;
  background-color:#007cba;
  border-radius:4px;
  outline:0;
  min-height: 32px;
  line-height: 2.30769231;
}

.footer{
  margin: 24px;
}
.footer .action{
  cursor:pointer;
  color: #555d66;
  font-size: 13px;
  padding-bottom:20px;
  transition-property: border,background,color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
}
.action:hover{
  color: rgba(30,140,190,1);
}