body.login-bg{
    background: #454d55 !important;
}
.title-logo{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    color: #efefef;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2.5px;
}
.login-image{
    width: 150px;
}
.bg-content{
    background: #343a40 !important;
    border-color: #212529 !important;
}
input.input-login {
    background-color: #212327 !important;
    color: #1f2d3d !important;
    height: 42px !important;
}
button.btn-custom{

    background-color: #2b5885 !important;
    padding:10px 0!important;
    border: none;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 1.2em !important;
    line-height: 28px;
}
