/*
Quantum Dash - A modular foundation for building admin panels
Copyright (C) 2015  Alex Mayer and Jonathan Gingrich

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
.login-form .form-control{position:relative;font-size:16px;height:auto;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.login-form .form-control:focus{z-index:2}.login-form input[type=text]{margin-bottom:-1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.login-form input[type=password]{margin-bottom:10px;border-top-left-radius:0;border-top-right-radius:0}@media screen and (max-width:767px){#toast-container{margin-top:5px}}@media screen and (max-width:767px) and (orientation:portrait){body{padding-top:110px}}@media screen and (max-width:767px) and (orientation:landscape){body{padding-top:20px}}
