﻿html {
    height: 100%;
    min-width: 300px;
}

body {
    overflow-x: hidden;
    margin: 0;
    background-image: none;
    border-width: 0;
    display: block;
    font-family: Helvetica,Arial,sans-serif;
    background: rgb(75, 92, 104);
    background: -moz-linear-gradient(0deg, rgb(75, 92, 104) 10%, rgb(104, 112, 123) 100%);
    background: -webkit-linear-gradient(0deg, rgb(75, 92, 104) 10%, rgb(104, 112, 123) 100%);
    background: -o-linear-gradient(0deg, rgb(75, 92, 104) 10%, rgb(104, 112, 123) 100%);
    background: -ms-linear-gradient(0deg, rgb(75, 92, 104) 10%, rgb(104, 112, 123) 100%);
    background: linear-gradient(90deg, rgb(75, 92, 104) 10%, rgb(104, 112, 123) 100%);
}

    body .page {
        min-height: 100%;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }

.content {
    margin-top: calc(50% - 188px);
}

.loginbox {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .loginbox li {
        color: #2f3e46;
        border: 1px solid #FFF;
        background: #FFF;
        margin-bottom: 15px;
        padding: 10px 25px;
    }

        .loginbox li div {
            clear: both;
            margin-bottom: 15px;
        }

input[type='text'], input[type='password'] {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: .4em;
    line-height: 1.4;
    font-size: 15px;
    outline: 0;
    font-family: Helvetica,Arial,sans-serif;
    border: 1px solid #CCC;
}

    input[type='text']:focus, input[type='password']:focus {
        border-color: #3EAAE0;
        box-shadow: none;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

ul li div label {
    vertical-align: top;
    display: inline-block;
    width: 200px;
    margin: 0px 0px 6px 0px;
}

ul li div input[type='checkbox'] {
    margin-left: 0px;
    margin-right: 5px;
}

ul li div span {
    text-align: left;
}

div input[type='submit'], div button[type='submit'] {
    font-size: 15px;
    padding: .6em 20px;
    margin: .5em 0;
    border: 1px solid #3EAAE0;
    background: #3EAAE0;
    color: #fff;
    cursor: pointer;
}

    div input[type='submit'].disabled, div input[type='submit'][disabled], div button[type='submit'].disabled, div button[type='submit'][disabled] {
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: not-allowed;
    }

    div input[type='submit']:hover, div input[type='submit']:visited, div input[type='submit']:focus, div button[type='submit']:hover, div button[type='submit']:visited, div button[type='submit']:focus {
        color: #fff;
        background-color: #166699;
        border-color: #146090;
    }

.ui-checkbox {
    position: relative;
    clear: both;
    margin: 0;
    z-index: 1;
}

.ui-checkbox {
    font-size: 15px;
    padding: .3em 10px;
    margin-top: 30px !important;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type=password]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=password]::-ms-reveal {  display: none; width : 0; height: 0; }