@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Bangers|Cinzel:400,700,900|Lato:100,300,400,700,900|Lobster|Lora:400,700|Mansalva|Muli:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|Roboto:100,300,400,500,700,900&display=swap');
body {
  background-color: #f0f0f0 !important;
  font-family: Raleway, sans-serif;
  color: #666;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.login {
  padding: 40px 50px;
  width: 300px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 1px #e0e0e0;
}

.login input, button {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 14px 12px;
  font-size: 16px;
  border-radius: 2px;
  font-family: Raleway, sans-serif;
}

.login input[type=text],
.login input[type=password],
.login button {
  border: 1px solid #c0c0c0;
  transition: .2s;
}

.login input:hover {
  border-color: #7367F0;
  outline: none;
  transition: all .2s ease-in-out;
}

.login input:focus {
  border-color: #7367F0;
  outline: none;
  transition: all .2s ease-in-out;
}
.login button {
  border: none;
  background: #7367F0;
  color: white;
  font-weight: bold;
  transition: 0.2s;
  margin: 20px 0px;
  cursor: pointer;
}

.login button:hover {
  background: #574eb5;
}



.login p {
/*  margin-bottom: 40px;*/
}

.links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.links a {
  display: table-cell;
  padding-top: 10px;
}

.links a:first-child {
  text-align: left;
}

.links a:last-child {
  text-align: right;
}

.login h2,
.login p,
.login a {
  text-align: center;
}

.login a {
  text-decoration: none;
  font-size: .8em;
}

.login a:visited {
  color: inherit;
}

.login a:hover {
  text-decoration: underline;
}

/* Logo-4 */
.logo-4 h3 {
    text-align: center;
    color: #7367F0;
    font-weight: 300;
    font-size: 40px;
    line-height: 0.95;
    font-family: 'Lobster', cursive;
    text-decoration: none;
}
