/*
 *  BAREOS® - Backup Archiving REcovery Open Sourced
 *
 *  Copyright (C) 2013-2022 Bareos GmbH & Co. KG
 *
 *  This program is Free Software; you can redistribute it and/or
 *  modify it under the terms of version three of the GNU Affero General Public
 *  License as published by the Free Software Foundation and included
 *  in the file LICENSE.
 *
 *  This program 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
 *  Affero General Public License for more details.
 *
 *  You should have received a copy of the GNU Affero General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 *  02110-1301, USA.
 */

body {
   padding: 0;
   margin: 0;
   background-image: linear-gradient(360deg, rgb(253 241 236) 0%, rgba(253, 222, 210, 0.49) 100%);
}

.body-inner {
 height: 100vh;
 padding-top: 120px;
 background-image: url("../img/visual-7.svg");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}

img {
 margin-top: 50px;
}

a {
 font-weight: 600;
}

p, a:link, a:visited, a:hover, a:active {
   color: #3a3a3a;
}
a:hover {
 text-decoration: underline;
}
.btn-primary {
    border-radius: 15px !important;
    background: linear-gradient(135deg, #4734d6 0%, #e100b9 100%) padding-box,linear-gradient(135deg, #4734d6 0%, #e100b9 100%) border-box !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px !important;
    border: 0px solid transparent !important;
    transition: all .5s ease !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #e100b9 0%, #4734d6 100%) padding-box,linear-gradient(135deg, #e100b9 0%, #4734d6 100%) border-box !important;
    transition: all .5s ease !important;
}

#submit {
    color: #fff;
    background-color: #fff;
    font-weight: 600;
}
#submit:hover {
    background-color: #eee;
}
