/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 12/11/2018, 17:05:51
    Author     : tmarqueno
*/

.login-body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    min-height: 400px;
    background-image: url(../img/background-aguas_bitaqua.jpg);
}

.login-container {
    position: fixed;
    left: 5%;
    bottom: 10%;
    z-index: 9;
    padding: 20px;
    background: #e8e8e8;
    width: 300px;
    height: auto;
    border-radius: 10px;
}

.login-logo {
    width: 100%;
    margin-bottom: 15px;
}

.login-body .btn.btn-success {
    background: #3055dc;
}

.login-body .btn.btn-success:hover {
    background: #5d77d7;
}

#mssg_login {
    padding: 10px 10px 3px 10px;
}

#mssg_login {
    display: none;
}