﻿body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    
    background-color: #142849;
    background-image: -webkit-gradient(radial,center center,0,center center,460,from(#165387),to(#142849));
    background-image: -webkit-radial-gradient(circle,#165387,#142849);
    background-image: -moz-radial-gradient(circle,#165387,#142849);
    background-image: -o-radial-gradient(circle,#165387,#142849);
    background-image: radial-gradient(circle,#165387,#142849);
    background-repeat: no-repeat;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
}

html {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

#container {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -206px;
    margin-left: -150px;
}

#content {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

#titleAdmin {
    display: inline-block;
    margin:0px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    vertical-align:top;
    line-height: 25px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.inputbox {
    display: block;
    margin-bottom: 9px;
    width: 100%;
}

.button {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #1d6cb0;
    background-image: -moz-linear-gradient(top,#2384d3,#15497c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2384d3),to(#15497c));
    background-image: -webkit-linear-gradient(top,#2384d3,#15497c);
    background-image: -o-linear-gradient(top,#2384d3,#15497c);
    background-image: linear-gradient(to bottom,#2384d3,#15497c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384d3', endColorstr='#ff15497c', GradientType=0);
    border-color: #15497c #15497c #0a223b;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    width: 150px;
    font-size: 22px;
    padding-left: 0px;
    /*background-image: url('../base/images/j_login_lock.png');
    background-repeat: no-repeat;
    transform: scale(0.5);
    
    position: relative;*/
}

button img {
  margin-right: 5px;
  vertical-align: middle;
}

.validation-summary-errors {
    color: red;
    margin-top: 20px;
    font-weight: bold;
}

