﻿body {
    position: fixed;
    background-color: #dcdddf;
    color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

/*body {*/
/*position: relative;*/
/*font-size: 14px;*/
/*}*/

/*h1, h2, h3, h4, h5, h6 {
  color: #563d64;
}*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

form:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content {
    min-width: 400px;
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(249, 249, 249, 1)));
    background: linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -ms-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    padding: 25px 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

#content,
#content:before,
#content:after {
    background-color: #f9f9f9;
    border: 1px solid #c4c6ca;
}

#content h1 {
    color: #7e7e7e;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0 30px;
    letter-spacing: -0.05em;
}

#content h1:before,
#content h1:after {
    position: absolute;
    width: 27%;
    height: 5px;
    top: 10px;
}

#content h1:after {
    background: rgb(126, 126, 126);
    background: -webkit-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(126, 126, 126, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(left, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    right: 0;
}

#content h1:before {
    background: rgb(126, 126, 126);
    background: -webkit-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(126, 126, 126, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(right, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
    left: 0;
}

#content:after,
#content:before {
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 1)), to(rgba(249, 249, 249, 1)));
    background: linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(249, 249, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f9f9f9', GradientType=0);
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
}

#content:after {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}

#content:before {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
}

#content form {
    position: relative;
}

.labelversion {
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: -.05em;
}

input[type="text"],
input[type="password"] {
    direction: ltr;
    width: 90%;
    color: #777;
    font-size: 13px;
    line-height: 45px;
    padding: 0 16px;
    margin: 0 0 10px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
    text-align: right;
}

input[type="text"]:focus,
input[type="password"]:focus {
    -webkit-box-shadow: 0 0 2px #ed1c24 inset;
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #ed1c24 inset;
    background-color: #fff;
    border: 1px solid #ed1c24;
    outline: none;
}

#username {
    background-position: 10px 10px !important;
}

#password {
    background-position: 10px -53px !important;
}

#content form input[type="submit"] {
    width: 120px;
    height: 35px;
    background: rgb(254, 231, 154);
    background: -webkit-linear-gradient(top, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 231, 154, 1)), to(rgba(254, 193, 81, 1)));
    background: linear-gradient(top, rgba(254, 231, 154, 1) 0%, rgba(254, 193, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee79a', endColorstr='#fec151', GradientType=0);
    color: #85592e;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #d69e31;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    cursor: pointer;
}

#content form input[type="submit"]:hover {
    background: rgb(254, 193, 81);
    background: -webkit-linear-gradient(top, rgba(254, 193, 81, 1) 0%, rgba(254, 231, 154, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 193, 81, 1) 0%, rgba(254, 231, 154, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 193, 81, 1)), to(rgba(254, 231, 154, 1)));
    background: linear-gradient(top, rgba(254, 193, 81, 1) 0%, rgba(254, 231, 154, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec151', endColorstr='#fee79a', GradientType=0);
}

#content form div a {
    color: #004a80;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
}

.button-container {
    max-width: 400px;
    background: rgb(247, 249, 250);
    background: -webkit-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 249, 250, 1)), to(rgba(240, 240, 240, 1)));
    background: linear-gradient(top, rgba(247, 249, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
    color: red;
    font-size: 0;
    padding: 15px 20px;
    border-top: 1px solid #cfd5d9;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    text-align: initial;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
}

.button-container > * {
    font-size: 14px;
    vertical-align: middle;
    white-space: initial;
}

#lblResult {
    max-width: calc(50% + 35px);
    margin-right: 25px;
}