/* copyright 2013 - Netgem (c) */
/* license   http://www.netgem.com/ Netgem License (c) */
/* version   SVN: $Id: login.css 3867 2013-09-26 14:22:37Z jve $ */

@CHARSET "UTF-8";

body {
    line-height: 1.5em;
    padding: 0;
    background: #f3f4f5;
    color: rgb(0, 0, 0);
}

img {
    border: 0;
    vertical-align: middle;
}

/*div {
    border: 1px solid red;
}*/

.clr {
    clear:both;
}

.floatleft {
    float:left;
}

.block {
    display: inline-block;
    vertical-align: middle;
    color: #343f48;
}

.loginHeaderElements {
    background: #e5e6e7;
    height:auto;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 0.25em;
    align-content: center;
}

.loginBodyElements {
    background: #e5e6e7;
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 2em;
}

.loginBodyElements input {
    width:290px;
    font-size: 1em;
    background: white;
    color: #343f48;
    padding: 5px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}

.loginBodyElements input:focus,
.loginBodyElements input.focus {
  box-shadow: 0 0 5px 1px #969696;
}

.loginFooterElements {
    text-align: right;
    font-size: 0.8em;
}

#container {
    margin-top: 20vh;
}

#submit {
    width:300px;
    font-size: 1em;
    background:#ee7211;
    border:0px;
    color:white;
}

#submit:hover {
    background:#f18f37;
}

#warning_container {
    text-align: center;
}