/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-plugins-layout-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 12px;
  position: relative;
}

.ory-plugins-layout-background > .ory-row {
  position: relative;
}

.ory-plugins-layout-background__backstretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.webbuilder_background_button{
    padding: 0.5rem 1.5rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    outline: 0;
    vertical-align: baseline;
    background: #0290ff;
    border: none;
    font-weight: bold;
    font-family: "Lato-Bold";
    letter-spacing: 0.5px;
}
