.checkrememberme {
    display:none;
}
.checkrememberme + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('../img/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
}
.checkrememberme:checked + label span {
    background:url('../img/check_radio_sheet.png') -19px top no-repeat; 
}

section.alert div p, div.green p, div.orange p, div.red p, section.alert div h2, div.green h2, div.orange h2, div.red h2 {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 2px 10px 0 0;
    color: #fff;
}

.reportSelect {
    display: none;
}

.button_login {
    background: #77c2cb; /* Old browsers */
    background: -moz-linear-gradient(top,  #77c2cb 0%, #51a0ae 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77c2cb), color-stop(100%,#51a0ae)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #77c2cb 0%,#51a0ae 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #77c2cb 0%,#51a0ae 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #77c2cb 0%,#51a0ae 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #77c2cb 0%,#51a0ae 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c2cb', endColorstr='#51a0ae',GradientType=0 ); /* IE6-9 */

    width: 78px;
}
html {
    background: url(../img/login_body.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.login {
}

.login .loginLogo {
    margin-top: 20px;
}

.login section {
    width: 500px;
    margin: 100px auto 0 auto;
    text-align: center;
    display: block;
    background: #dfdfdf;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.35);
}
.login input {
    background: #ebebeb;
    -webkit-box-shadow: inset 3px 3px 26px -5px rgba(160,160,160,0.74);
    -moz-box-shadow: inset 3px 3px 26px -5px rgba(160,160,160,0.74);
    box-shadow: inset 3px 3px 26px -5px rgba(160,160,160,0.74);
    padding: 12px;
    border:1px solid #f0f0f0 !important;
    color: #979797 !important;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
}
input, textarea {
    font-size: 12px;
    font-family: Arial;
    color: #606060;
    /* width: 100%; */
    margin: 0 0 15px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.button, button {
    border: 1px solid #323537;
    padding: 10px 15px;
    color: #fff;
    position: relative;
    margin: 0 0 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 500;
    background: #4b4f51;
    background: -moz-linear-gradient(top, #4b4f51 0%, #414547 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f51), color-stop(100%,#414547));
    background: -webkit-linear-gradient(top, #4b4f51 0%,#414547 100%);
    background: -o-linear-gradient(top, #4b4f51 0%,#414547 100%);
    background: -ms-linear-gradient(top, #4b4f51 0%,#414547 100%);
    background: linear-gradient(to bottom, #4b4f51 0%,#414547 100%);
    cursor: pointer;
}
.blue {
    border: 1px solid #0f70ad;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    background: #208ed3;
    background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd));
    background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%);
    background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%);
    background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%);
    background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%);
}

.login section p {
    margin-top: 15px;
}
p {
    margin: 0 0 10px 0;
    line-height: 15px;
}
.login button {
    border: 0px solid #323537;
    width: 78px;
    margin: 0;
    font-weight: bold;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
}
*:focus {
    border: none;
    outline: none;
}
.window {
    position: fixed !important;
}