/*************************************
        Signin and password reset styles
    *************************************/

html {
    font-family: 'Ubuntu', Tahoma, sans-serif;
    font-size: 100%;
}

html, body {
    height: 100%;
}

body {
    background-color: #EEEEEE;
    color: #2C2426;
    font-size: 12px;
    height: 100%;
}

#wrapper {
    min-height: 100%;
    margin: 0 auto -4em;
}

.push, #footer {
    height: 4em;
}


#footer {
    background-color: #EBE6E6;
    width: 100%;
    position: relative;
}

#signin {
    width: 508px;
    margin: 0 auto 2em;
    background-color: #FFFFFF;
    /*background-color: #EBE6E6;
        -webkit-border-radius: .5em;
            -moz-border-radius: .5em;                
                border-radius: .5em;*/
    -webkit-box-shadow: .1em .1em .6em .2em #9A9595;
    -moz-box-shadow: .1em .1em .6em .2em #9A9595;
    box-shadow: .1em .1em .6em .2em #9A9595;
}

#signin-header {
    height: 84px;
    background-image: url('/Client/Img/loginHeader.png');
}

#signin-form {
    padding: 20px 0px 30px 30px;
}

#signin-form-title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}

#signin-form-controls {
    float: left;
    width: 250px;
}

#signin-form-controls-password {
    float: left;
    width: 290px;
}

#logo-container {
    float: left;
    background-image: url('/Client/Img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 230px;
}

#logo-container-password {
    float: left;
    background-image: url('/Client/Img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 230px;
}

#shop-name {
    font-size: 2em;
    font-weight: bold;
    text-transform: capitalize;
    left: 5em;
}

#credits {
    color: #ADADAD;
    right: 2em;
    bottom: 35%;
}

#shop-name, #logo {
    bottom: 25%;
}

#shop-name, #logo, #credits {
    position: absolute;
}

#logo {
    left: 2em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
}

form {
    margin: 1em 0;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

label {
    display: block;
    margin-bottom: .2em;
    font-size: 13px;
    font-weight: bold;
}

input {
    display: block;
    font-size: 1.4em;
    *overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="text"],
    input[type="password"] {
        background-color: #FFFFFF;
        color: inherit;
        border: .05em solid #E0D5D6;
        box-shadow: 0 1px 1px #E1E0E0 inset;
        padding: 8px;
        vertical-align: middle;
        width: 100%;
        font-size: 14px;
        margin-bottom: 1em;
    }


        input[type="text"]:focus,
        input[type="password"]:focus {
            border-color: #aeaaaa;
            outline: 0 none;
            /*outline: thin dotted \9;*/
            /* IE6-9 */
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 149, 149, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 149, 149, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(154, 149, 149, 0.6);
        }

    input[type="submit"] {
        padding: 10px;
        margin-bottom: 0;
        text-align: center;
        font-weight: bold;
        font-family: Arial;
        color: #FFFFFF;
        text-transform: uppercase;
        vertical-align: middle;
        cursor: pointer;
        background-color: #E0144F;
        background-image: -moz-linear-gradient(center top, rgba(219, 0, 42, 1), rgba(0, 0, 0, 0.01));
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(219, 0, 42, 1)), to(rgba(0, 0, 0, 0.01)));
        background-image: -webkit-linear-gradient(top, rgba(219, 0, 42, 1), rgba(0, 0, 0, 0.01));
        background-image: -o-linear-gradient(top, rgba(219, 0, 42, 1), rgba(0, 0, 0, 0.01));
        background-repeat: repeat-x;
        border: none;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        input[type="submit"]:hover,
        input[type="submit"]:focus,
        input[type="submit"]:active {
            background-color: #DB002A;
        }

        input[type="submit"]:active {
            background-color: #DB002A;
        }

        input[type="submit"]:hover,
        input[type="submit"]:focus {
            text-decoration: none;
            -webkit-transition: background-position 0.1s linear;
            -moz-transition: background-position 0.1s linear;
            -o-transition: background-position 0.1s linear;
            transition: background-position 0.1s linear;
        }

        input[type="submit"]:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        input[type="submit"]:active {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        input[type="submit"]::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

a {
    text-decoration: none;
    outline: 0 none !important;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

.check-box {
    display: inline-block;
    margin-bottom: 1em;
}

    .check-box > input[type="checkbox"] {
        display: inline-block;
    }

    .check-box > label {
        display: inline-block;
    }
/******************* 
        Media queries 
    *******************/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    #signin {
        width: auto;
    }

    #signin-header {
        max-height: 50px;
    }

    #signin {
        margin: 10px;
    }

    #logo-container, #logo-text, #home-link {
        display: none;
    }
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
        Base
        ========================================================================== */

/**
        * Prevent iOS text size adjust after orientation change, without disabling
        *    user zoom.
        */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/**
        * Remove default margin.
        */

body {
    margin: 0;
}

/* ==========================================================================
        Typography
        ========================================================================== */

/**
        * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
        */

b,
strong {
    font-weight: bold;
}

/* ==========================================================================
        Forms
        ========================================================================== */

/**
        * Correct font family not being inherited in all browsers.
        */

button,
input {
    font-family: inherit;
}

/**
        * Address Firefox 4+ setting `line-height` on `input` using `!important` in
        * the UA stylesheet.
        */

button,
input {
    line-height: normal;
}

/**
        * Address inconsistent `text-transform` inheritance for `button` and `select`.
        * All other form control elements do not inherit `text-transform` values.
        * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
        * Correct `select` style inheritance in Firefox 4+ and Opera.
        */

button,
select {
    text-transform: none;
}

/**
        * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
        *    and `video` controls.
        * 2. Correct inability to style clickable `input` types in iOS.
        * 3. Improve usability and consistency of cursor style between image-type
        *    `input` and others.
        */

input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
        * 1. Address box sizing set to `content-box` in IE 8/9.
        * 2. Remove excess padding in IE 8/9.
        */

input[type="checkbox"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
        * Remove inner padding and border in Firefox 4+.
        */

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.validation-summary-errors UL {
    padding: 0;
    margin-bottom: 0;
}

    .validation-summary-errors UL LI {
        color: #BB0025;
        list-style-type: none;
    }

.forgot-password-link {
    color: #E0144F;
    font-size: 13px;
}

.login-notify {
    color: #FFFFFF;
    width: 488px;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    background-color: #E0144F;
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.01),rgba(219, 0, 42, 1));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.01)), to(rgba(219, 0, 42, 1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(219, 0, 42, 1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(219, 0, 42, 1));
    background-repeat: repeat-x;
    -webkit-box-shadow: 0.1em 0.1em 0.6em 0.2em rgb(154, 149, 149);
    -moz-box-shadow: 0.1em 0.1em 0.6em 0.2em rgb(154, 149, 149);
    box-shadow: 0.1em 0.1em 0.6em 0.2em rgb(154, 149, 149);
}

#notification-container {
    z-index: 1050;
    margin-top: 130px;
}

#block-user-from-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.1 opacity */
    background-color: rgba(0, 0, 0, 0.05);
}

.loading-center {
    color: #DB002A;
    position: absolute;
    top: 54%;
    left: 48%;
}

.noty_message {
    text-align: left !important;
}

.field-icon {
    float: right;
    /*margin-left: -35px;*/
    margin-top: -38px;
    position: relative;
    z-index: 2;
    right: 10px;
}