/*
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 : 1/jun/2017, 18:01:10
    Author     : Milu
*/


.login_container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #007db7;
}
form.login_form {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
form.login_form input {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0);
    margin: 6px 0;
    line-height: 35px;
    color: #fff;
    padding: 0 12px;
}
form.login_form .login_logo {
    width: 100%;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 20px;
}
form.login_form button.md-button.md-primary {
    background: #fff;
    margin: 0;
    color: #007db7;
}