/*
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 : 17 Nov, 2015, 3:25:24 PM
    Author     : mobi311
*/
.login-form{
    display: inline-block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #f3f3f3;
    padding: 20px;
    box-shadow: 0 8px 5px 2px #e1e1e1;
}
.error{
    color: red;
}
.menu{
    margin-bottom: 20px;
}
footer {
            background-color: #333;
            width: 100%;
            bottom: 0;
            position: fixed;
            color: #fff;
            text-align: center
        }
@media screen and (min-width: 1200px) {
   .login-form{ 
       height: 150px;
    }
}
@media screen and (min-width: 375px) {
   .login-form{ 
       height: 220px;
    }
}
@media screen and (min-width: 350px) {
   .login-form{ 
       height: 220px;
    }
}
@media screen and (min-width: 300px) and (max-width: 320px) {
   .login-form{ 
       height: 220px;
    }
}
@media screen and (min-width: 992px) {
    .login-form{
        height: 180px;
    }
}