html {
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #869CAE;
  
    background: url("https://fox.app.br/layouts/auth/images/fox-app.png") no-repeat center center fixed;
    background-size: cover;
}
.login-card {
    -webkit-box-shadow:rgba(0,0,0,.498039) 0 0 60px 0,rgba(255,255,255,.901961) 0 1px 0 0 inset
}
.message {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
}
.message-error {
    background-image: url("https://fox.app.br/layouts/default/img/message-error.png");
}
.message-success {
    background-image: url("https://fox.app.br/layouts/default/img/message-success.png");
}
