﻿body {
    padding-top: 100px;
    padding-bottom: 40px;
    /*background-color: #f5f5f5;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-image {
    display:block;
    text-align: center;
    padding-bottom: 10px;
}

.form-signin {
    max-width: 300px;
    padding: 19px 80px 29px;
    margin-top: auto;
    margin: 0 auto 15px;
    /*background-color: #fff;*/

    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 81%, rgba(255,255,255,0.8) 85%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(15%,rgba(255,255,255,0.8)), color-stop(19%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(81%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 15%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 85%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;

    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
            border-radius: 5px;

    box-shadow:
        0px 10px 10px -10px rgba(0,0,0,.5),
        0px -10px 10px -10px rgba(0,0,0,.5);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin textarea {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
}

.form-signin > img {
    padding-top: 10px;
}

p {
    text-align: center;
}

#well {
    max-width: 340px; 
    margin: 0 auto;
    margin-bottom: 12px;
    background-color: rgb(231, 231, 231);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    border-top: 1px solid #FFE000;
}

#btnRegister {
    color: #333333; 
    cursor: pointer;
}

#btnForgot {
    cursor: pointer;
    color: rgb(151, 151, 151);
}

#btnRegisterSend, #btnForgotSend {
    width: 48%; 
    float: right;
}

#copyright {
    margin: 0;
    color: rgb(151, 151, 151);
}

#rec-email, #username {
    margin-top:10px;
    margin-bottom: 15px;
}

#btnRegisterCancel, #btnForgotCancel {
    width: 48%;
}

#r-confirm, #password {
    margin-bottom: 15px;
}