﻿.login-background {
    background-color: rgb(0 0 0 / 3%);
}

.login-card {
    min-height: 400px;
    border-radius: 20px !important;
}

.login-logo {
    padding-top: 20px;
}

.login-header {
    position: absolute;
    display: block;
    top: 0;
}

.login-header, .login-footer {
    margin-left: 0px !important;
    background: #343a40;
    color: #ffffff;
    border-top: none;
    width: 100%;
    padding: 16px;
    min-height: 50px;
}

.login-header span {
    color: #ffffff;
}

.login-footer {
    border-top: none;
    position: absolute;
    display: block;
    bottom: 0;
}

.footerResize {
    display: flex;
    justify-content: center;
    align-items: center;
}


.btnLogin {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    position: relative;
    background: linear-gradient(45deg, #29323c 10%, #2196F3 90%);
    background-size: 200% 100%;
    padding: 0.5rem 1.5rem;
    color: white;
    border-radius: 100px;
    font-size: 1rem;
    transition: .5s;
    box-shadow: 0 4px 15px 0 rgb(45 54 65 / 25%);
    margin: 0 80px;
    /*width: 50% !important;*/
}