﻿.layout-centre {
  width: 96%;
  max-width: 600px;
}


.editor input,
.editor select,
.editor textarea {
  box-shadow: none;
  display: inline-block;
  margin: 4px;
  vertical-align: baseline;
  font-weight: 200;
  background: #fff5;
  border-radius: 4px;
  padding: 4px 8px;
  border: 1px solid rgba(0,0,0,0.05);
  outline: none;
  transition: all 0.2s;
  box-sizing: border-box;
  color: #0009;
}


.editor input::placeholder,
.editor textarea::placeholder {
  color: #0006;
}


  .editor input:hover,
  .editor select:hover,
  .editor textarea:hover {
    color: #0009;
    background: #fff;
  }



/*
.editor-large > div
{
  margin-bottom: 1.25em;
}

.editor .input-group-text
{
  opacity: 1;
}

.editor-full input,
.editor-full textarea {
  width: 100%;
}

.editor-large input,
.editor-large textarea
{
  font-size: 1em;
  font-weight: 500;
  line-height: normal;
  font-size: 24px;
  height: 60px;
  padding: 6px;
}
*/
