body {
    background-color: #ddd;
    color: black;
    font-size: 0.8em;
    margin: 2em 0 0;
    padding: 0;
    text-align: center;
}

#content {
    width: 600px;
    margin: 0 auto;
    padding: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;

    -webkit-box-shadow: 0px 1px 15px rgba(50, 50, 50, 0.93);
    -moz-box-shadow:    0px 1px 15px rgba(50, 50, 50, 0.93);
    box-shadow:         0px 1px 15px rgba(50, 50, 50, 0.93);
}

#content p {

}

.inner-top,
.inner-bottom {
    height: 24px;
}

.inner-top {

}

.inner-bottom {

}

#logo {
    background: url("../../../../web-pub/images/logo/tyler-logo-color.svg") no-repeat scroll center center transparent;
    background-size: 195px;
    margin: 20px auto 5px auto;
    text-align: center;
    width: 195px;
    height: 70px;
}

#app-title {
    text-align: center;
}

.policy {
    text-transform: uppercase;
    color: #63696d;
}

#login-notice {
    padding: 0 20px;
}

#login {
    float: left;
    padding: 35px 10px 10px 10px;
    margin-left: 1em;
    margin-right: 2em;
    width: 16em;
}

#login form {
    margin-bottom: 25px;
}

#login input[type="text"],
#login input[type="password"] {
    border: 1px solid #c0c0c0;
    padding: 6px;
    width: 190px;
    height: 14px;
    margin: 0.5em 0 1em 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#security-notice {
    padding: 25px;
    margin-left: 20em;
}

#security-notice h1 {
    font-size: 1.4em;
    font-weight: normal;
}

p.error, p.error a {
    font-weight: bold;
    color: #e10000;
    text-decoration: none;
}

label {
    color: #717171;
    font-weight: bold;
}

label input {
    display: block;
    margin: 0.1em 0 0.5em;
}

.button {
    background: #3399cc;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    color:#fff;
    font-size:14px;
    font-weight:normal;
    padding:10px 20px 10px 20px;
    text-decoration:none;
    border: none;
    cursor: pointer;
}

.button:hover {
    background-color: #EA2B1B;
}

@font-face {
    font-family: 'vegurbold';
    src: url('../../../../fonts/vegur-bold-webfont.eot');
    src: url('../../../../fonts/vegur-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/vegur-bold-webfont.woff2') format('woff2'),
         url('../../../../fonts/vegur-bold-webfont.woff') format('woff'),
         url('../../../../fonts/vegur-bold-webfont.ttf') format('truetype'),
         url('../../../../fonts/vegur-bold-webfont.svg#vegurbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vegurlight';
    src: url('../../../../fonts/vegur-light-webfont.eot');
    src: url('../../../../fonts/vegur-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/vegur-light-webfont.woff2') format('woff2'),
         url('../../../../fonts/vegur-light-webfont.woff') format('woff'),
         url('../../../../fonts/vegur-light-webfont.ttf') format('truetype'),
         url('../../../../fonts/vegur-light-webfont.svg#vegurlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vegurregular';
    src: url('../../../../fonts/vegur-regular-webfont.eot');
    src: url('../../../../fonts/vegur-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../fonts/vegur-regular-webfont.woff2') format('woff2'),
         url('../../../../fonts/vegur-regular-webfont.woff') format('woff'),
         url('../../../../fonts/vegur-regular-webfont.ttf') format('truetype'),
         url('../../../../fonts/vegur-regular-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family:"Arial";
}

a#ResetPassword {
    color: #0066cc;
    font-size: 14px;
    text-decoration: none;
}

a#ResetPassword:hover {
    color: #E10000;
}

::-webkit-input-placeholder {
    color: transparent;
}
:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: transparent;
}

:-ms-input-placeholder {
    color: transparent;
}
