/*----------------------------------------
    Login Page
------------------------------------------*/
.login-bg {
    background-image: url('../../images/gallery/flat-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background: radial-gradient(ellipse at center, rgba(2,2,3,1) 0%,rgba(134,177,186,1) 0%,rgba(98,172,189,1) 100%);
}

#login-page
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    height: 100vh; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
#login-page .card-panel.border-radius-6.login-card
{
    margin-left: 0 !important;
}

.gradient-45ged-lightblue-blue {
    background: #6aadbd;
    background: -webkit-linear-gradient(45deg, #69adbc, #72aebc) !important;
    background: -moz- oldlinear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: -o-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: linear-gradient(45deg, #69adbc, #72aebb) !important;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background: #6aadbd !important;
}

.btn {
    background: radial-gradient(ellipse at center, rgba(2,2,3,1) 0%,rgba(134,177,186,1) 0%,rgba(98,172,189,1) 100%) !important;
}