﻿@charset "utf-8";
/*@import url(https://weloveiconfonts.com/api/?family=fontawesome);
*/
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}


input {
  border: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;

}

p {
  line-height: 1.5em;
}

after { clear: both; }

#login {
  margin: 50px auto;
  width: 230px;
}

#login div {
  margin: auto;
  padding: 22px 22px 22px 22px;
  width: 100%;
  border-radius: 5px;
  background: #28475d;
  border-top: 3px solid #434a52;
  border-bottom: 3px solid #434a52;
  margin-top: 20px;
}

#login div span {
  background-color: #e08107;
  border-radius: 3px 0px 0px 3px;
  border-right: 3px solid #434a52;
  color: #606468;
  display: block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
}

#login div input[type="text"] {
  background-color: #3b4148;
  border-radius: 0px 3px 3px 0px;
  color: #a9a9a9;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 370px;
  height: 50px;
}

#login div input[type="password"] {
  background-color: #3b4148;
  border-radius: 0px 3px 3px 0px;
  color: #a9a9a9;
  margin-bottom: 1em;
  padding: 0 16px;
  width: 370px;
  height: 50px;
}

#login div input[type="button"] {
  background: #e08107;
  border: 0;
  width: 44%;
  height: 40px;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  margin-left:40%;
  float: right;
  margin-right: 8%;
}
#login div input[type="button"]:hover {
  background: #327eb4;
}


.button-editor-solid:hover
{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
}