/*-------------- LOGIN PAGE -------------*/

#register {
    width: 60%;
    border: 1px solid #ccc;
    /*    -webkit-box-shadow: 0px 0px 5px #ccc;
        box-shadow: 0px 0px 5px #ccc; */
    background: #f8f8f8;
    margin: 20px auto;
    padding: 25px;
}

#register h2 {
    color: #555254;
    margin: 0 0 5px 0;
    padding: 5px;
    text-align: center;
}

#register p {
    padding: 10px 10px 0 10px
}

#register input[type="text"],
#register input[type="password"],
#register input[type="date"],
#register input[type="datetime"],
#register input[type="email"],
#register input[type="number"],
#register input[type="search"],
#register input[type="tel"],
#register input[type="time"],
#register input[type="url"],
#register textarea,
#register select {
    background: #FFF;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 95%;
}

#register input:focus {
    border: 1px solid #b6d5ea;
    border-bottom-color: #b8d4ea;
    box-shadow: 0 2px 3px #b9d4e9 inset;
}

#register fieldset {
    margin-bottom: 0;
    border: none;
    padding: 10px;
}

#register fieldset img {
    width: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

#register legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#register label {
    display: block;
    color: #444;
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.1em;
}

#register span.right {
    font-family: "Roboto Condensed", Arial, sans-serif;
    float: right;
    width: auto;
    font-size: 1em;
    font-weight: bold;
}

#register ul {
    list-style-type: none;
}

/*noinspection CssUnknownTarget,CssUnknownTarget*/
.invalid {
    background: url('../../eremitimages/images/icons/error.png') no-repeat 0 50%;
    background-size: 15px;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

/*noinspection CssUnknownTarget,CssUnknownTarget,CssUnknownTarget,CssUnknownTarget*/
.valid {
    background: url('../../eremitimages/images/icons/success.png') no-repeat 0 50%;
    background-size: 15px;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

#register #pswd_info {
    position: absolute;
    bottom: 225px;
    bottom: -115px \9; /*IE Specific*/
    right: 30%;
    width: 40%;
    padding: 15px;
    background: #f5f5f5;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 5px #888;
    border: 1px solid #bbb;
}

#register #pswd_info h4 {
    background: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal
}

#register #pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #bbb;
    text-shadow: none;
    display: block;
}

.benbutton {
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');

    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .8) inset, 0 1px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
    width: 80%;
}

.benbutton:hover {
    background-color: #ddd;
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.benbutton:active {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .3) inset;
    position: relative;
    top: 1px;
}

.benbutton:focus {
    outline: 0;
    background: #fafafa;
}

.benbutton:before {
    background: #ccc;
    background: rgba(0, 0, 0, .1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    box-shadow: 1px 0 0 rgba(0, 0, 0, .5), 2px 0 0 rgba(255, 255, 255, .5);
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
}

.ben-disabled {
    background: #eee;
    /*border-color: red;*/
    color: #ccc;
    /*text-shadow: 0 1px 0 rgba(255,30,95,.8);*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    cursor: not-allowed;
    pointer-events: none;
}

.ben-ok {
    border: none !important;
    background-color: inherit !important;
}

/* Hexadecimal entities for the icons */

.add:before {
    content: "\271A";
}

.update:before {
    content: "\270E";
}

.delete:before {
    content: "\2718";
}

.submit:before {
    content: "\2714";
}

span.downarrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 49%;
    right: 0;
    margin-top: -2px;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.logo {
    width: 90% !important;
    /*margin: 0 auto !important;*/
}

.textbox1 {
    width: 90%;
    margin: 0 auto;
}

.h7 {
    font-size: 18px;
    color: #ffbf05;
    font-weight: bold;
    margin-top: 10px;
}

.one-fourth.column {
    width: 23%;
}

.linkbutton, input[type="submit"] {
    margin: 10px 0;
    background-color: #2d3091;
    font-weight: bold;
    background-color: #555254;
    text-shadow: 0 1px 2px black;
    padding: 10px 18px;
    color: #FFFFFF;
    border: 1px solid #624324;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.3em;
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
    margin: 0 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    vertical-align: bottom;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

textarea, input[type="textbox"], input[type="text"], input[type="password"], input[type="email"] {
    background: #efefef;
    border: 1px solid #F2F2F2;
    line-height: 20px;
    margin: 0;
    padding: 5px;
    color: #5f6a5f;
    border-radius: 5px;
    box-shadow: 0 2px 3px #bcbcbc inset;
}

.info {
    background: url('../../../../eremitimages/images/icons/warning2.png') no-repeat #e8e8ff;
    background-size: 50px;
    background-position: 5px 50%;
    border: 1px solid #2e3091;
    padding: 10px 20px 10px 65px;
    font-size: 1.2em;
    color: #2e3091;
    border-radius: 0;
    border-left: 8px solid #2e3091;
    width: auto;
    margin: 0 0 15px 0;
}

.info p {
    padding: 0;
    margin: 5px 0;
}

#member-error, .success, .warning, .errormsg, .importantMessage, .redirect {
    font-weight: bold;
    border: 1px solid;
    margin: 10px auto;
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-left: 0;
    width: auto;
}

.importantMessage {
    background-color: #FFBABA;
}

@media (max-width: 599px) and (min-width: 220px) {
    #register {
        width: 95%;
    }

    .textbox1 {
        width:100%;
    }
}