@CHARSET "UTF-8";

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    border: 0;
    height: 100%;
    margin: 0;
}

td, tr {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.tr {
    vertical-align: top;
    height: 100px;
    width: 100%;
}

/*.mainfield {
    position: relative;
    margin-top: 0;
    height: 100px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #FFFFFF),
    color-stop(100%, #003333));
    background: -moz-linear-gradient(left, #FFFFFF 20%, #003333);
    background: -webkit-linear-gradient(left, #FFFFFF 20%, #003333);
    background: -o-linear-gradient(left, #FFFFFF 20%, #003333);
    background: -ms-linear-gradient(left, #FFFFFF 20%, #003333);
    background: linear-gradient(left, #FFFFFF 20%, #003333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF 20%, endColorstr=#003333, GradientType=1);
    overflow: auto;
    border-bottom-color: #003333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.mainfield label {
    position: absolute;
    margin-top: 20px;
    padding-left: 0px;
    font-family: arial, helvetica, sans-serif;
    color: #003333;
    font-size: 50px;
    font-weight: normal;
}*/

.login-table p {
    display: block !important;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
}

.login-table .form {
    background-color: #ffffff;
    position: relative;
    width: 350px;
    height: 170px;
    margin: 0 auto;
    border-radius: 2px;
    border-width: thin;
    border-style: solid;
    border-color: rgba(10, 61, 71, 1);
    padding: 0px;
}

.form .field {
    margin-top: 0px;
    position: relative;
    width: 350px;
    height: 40px;
    border-radius: 1px 1px 0 0;
    background: rgba(10, 61, 71, 0.9);

    /*    background: -moz-linear-gradient(top, #003333, #FFFFFF 200%);
        background: -webkit-linear-gradient(top,  #003333, #FFFFFF 200%);
        background: -o-linear-gradient(top, #003333, #FFFFFF 200%);
        background: -ms-linear-gradient(top, #003333, #FFFFFF 200%);
        background: linear-gradient(top, #003333, #FFFFFF 200%);*/
}

.form .field label {
    position: absolute;
    width: 100%;
    margin: 12px auto;
    color: white;
    font-size: 17px;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
}

.form .label {
    width: 20%;
    float: left;
    margin-left: 25px;
    margin-top: 18px;
    font-family: Helvetica;
    font-size: 12px;
    color: #626262;
}

.failed {
    width: 170px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    visibility: hidden;
}

.failed label {
    position: relative;
    top: 10px;
    left: -93px;
    color: red;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;

}

.form input[type=text],
.form input[type=password] {
    width: 60%;
    padding: 4px 5px;
    margin-top: 15px;
    margin-left: 5px;
    border-style: solid;
    border-width: thin;
    border-color: rgba(10, 61, 71, 0.3);
    font-family: Helvetica;
    font-size: 12px;
    color: #626262;
    outline: none;
}

.form input[type=submit] {
    width: 119px;
    height: 30px;
    float: right;
    margin-right: 112px;
    margin-top: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background: rgba(10, 61, 71, .9);
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003333),color-stop(100%, #003333));*/
    /*    background: -moz-linear-gradient(top, #003333, #FFFFFF 200%);
        background: -webkit-linear-gradient(top, #003333, #FFFFFF 200%);
        background: -o-linear-gradient(top, #003333, #FFFFFF 200%);
        background: -ms-linear-gradient(top, #003333, #FFFFFF 200%);
        background: linear-gradient(top, #003333, #FFFFFF 200%);*/
    color: white;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
}

.form input[type=submit]:hover {
    background: rgba(10, 61, 71, .8);
}

.form input[type=submit]:active {
    -moz-box-shadow: inset 0 0 20px rgba(10, 61, 71, 1);
    -webkit-box-shadow: inset 0 0 20px rgba(10, 61, 71, 1);
    box-shadow: inset 0 0 20px rgba(10, 61, 71, 1);
    background: rgba(10, 61, 71, .8);
}

.form input[type=submit]:focus {
    outline: 0;
}

