/*
 * Copyright 2001-2018 Cendio AB.
 * For more information, see http://www.cendio.com
*/

body {
    background-color: #FFFFFF;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

form.login {
    text-align: left;
}

#body {
    width: 100%;
    margin-top: 50px;
}

#page {
    background-color: #FFFFFF;
    display: table;
    width: 280px;
}

#page div {
    display: block;
}

#container {
    padding: 5px;
    margin: auto;
}

input {
    color: #000000;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCC;
    /* Input fields tend to be slightly larger than the text so things
       look better if the line up through the middle rather than at the
       text baseline. */
    vertical-align: middle;
}

input[type=submit] {
    background-color: #F8F8F8;
    font-weight: bold;
}

input[disabled] {
    color: #808080;
    background-color: #F8F8F8;
}

p.error {
    border: 1px solid #C00000;
    border-left: 5px solid #C00000;
    padding: 5px;
}

div.pam_text {
    margin: 0;
    font-size: 1.1em;
    padding-top: 1em;
    padding-bottom: 0.2em
}

div.form_submit {
    float: right;
    padding-top: 1.5em;
}

input.pam_prompt {
    width: 100%;
}
