html{
    overflow-y: auto!important;
}
.login-container{
    height: 100vh!important;
}
.container {
    width: 100%!important;
    max-width: 100%!important;
}
.background-logo {
    background: url('/img/bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100vh;
    /*min-height: 810px;*/
}
.login-form {
    padding:48px 30px;
    background-color: #ffffff;
    height: 100vh;
}
.login-form img {
    margin-bottom:180px;


}
.login-form label {
    font-family: Lato;
    font-size: 14px;
    /*font-weight: bold;*/
    text-align: left;
    color: #282526;
}
.login-form input[type="text"], .login-form input[type="password"]  {
    padding: 10px;
    /*height: 46px;*/
    /*border: 1px solid rgb(188,196,209);*/
    -webkit-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    font-size: 17px;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #bcc4d1;
}

.login-form .btn-green {
    width:100%;
    height: 40px;

}

.login-container .alert {
    margin-top:25px;
}
.ask-demo-dmp {
    color:white;
    font-size: 32px;
    font-family: Lato;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}