@charset "utf-8";
/* CSS Document */
 
        
        .glyph_big {
            font-size: 128px;
            color: #59c5dc;
            float: left;
            margin-right: 20px;
        }
        
        .glyph div {
            padding-bottom: 10px;
        }
        
        .glyph input {
            font-family: consolas, monospace;
            font-size: 12px;
            width: 100%;
            text-align: center;
            border: 0;
            box-shadow: 0 0 0 1px #ccc;
            padding: .2em;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }
        
        .centered {
            margin-left: auto;
            margin-right: auto;
        }
        
        .glyph .fs1 {
            font-size: 2em;
        }
        
        .popup {
            display: none;
        }
        
        body.noscroll {
            overflow: hidden;
        }
        
        .sbarmodal {
            z-index: 999000;
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow-y: scroll;
            background: rgba(0, 0, 0, 0.5);
        }
        
        .sbarmodal .sbar_main .sbar_content {
            position: relative;
            margin: 100px auto;
            background-color: #FFF;
            margin-top: 5%;
        }
        
        .sbarmodal .sbar_main .sbar_content .target {
            position: relative;
        }
        
        .sbarmodal .sbar_main .sbar_content .popup {
            display: inline-block;
        }
        
        .sbarmodal .sbar_main .sbar_content .sbar_controls {
            right: 20px;
            top: 15px;
            position: absolute;
            z-index: 1;
            background-color: #FFF;
        }
        
        .sbarmodal .sbar_main .sbar_content .sbar_controls a.sbar_close {
            display: block;
            text-decoration: none;
            width: 50px;
            height: 50px;
            color: #aaa;
            font-size: 50px;
        }
        
        .sbarmodal.sbar_show {
            display: block;
        }
        
        .sbarmodal.sbar_dbutnv {
            position: absolute;
            top: -3000em;
            visibility: hidden;
            display: block;
        }
        
        @media (max-width: 767px) {
            .sbarmodal {
                background: #FFF;
            }
            .sbarmodal .sbar_main .sbar_content {
                margin: 0 auto;
                box-shadow: none;
            }
        }
        
        .clearfix {
            *zoom: 1;
        }
        
        .clearfix:before,
        .clearfix:after {
            display: table;
            content: "";
            line-height: 0;
        }
        
        .clearfix:after {
            clear: both;
        }
        
        .hide-text {
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
        }
        
        .input-block-level {
            display: block;
            width: 100%;
            min-height: 30px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        @-webkit-keyframes shake {
            from {
                left: 0;
            }
            25% {
                left: -10px;
            }
            75% {
                left: 10px;
            }
            to {
                left: 0;
            }
        }
        
        @-moz-keyframes shake {
            from {
                left: 0;
            }
            25% {
                left: -10px;
            }
            75% {
                left: 10px;
            }
            to {
                left: 0;
            }
        }
        
        @-o-keyframes shake {
            from {
                left: 0;
            }
            25% {
                left: -10px;
            }
            75% {
                left: 10px;
            }
            to {
                left: 0;
            }
        }
        
        @keyframes shake {
            from {
                left: 0;
            }
            25% {
                left: -10px;
            }
            75% {
                left: 10px;
            }
            to {
                left: 0;
            }
        }
        
        #account-register .module-social .existing-account,
        #account-login .module-social .existing-account,
        #account-forgot .module-social .existing-account {
            display: none;
        }
        
        #account-register .module-email .auth-header,
        #account-login .module-email .auth-header,
        #account-forgot .module-email .auth-header {
            display: none;
        }
        
        #account-register .logging-in,
        #account-login .logging-in,
        #account-forgot .logging-in {
            display: none;
        }
        
        #auth-dialog,
        #account-login,
        #account-register,
        #account-forgot,
        #account-reset {
            padding: 50px;
            text-align: center;
            font-family: "Gotham Rounded 4r";
        }
        
        #auth-dialog .auth-loader-gif,
        #account-login .auth-loader-gif,
        #account-register .auth-loader-gif,
        #account-forgot .auth-loader-gif,
        #account-reset .auth-loader-gif {
            display: none;
            background:url(../image/loading.gif) center center no-repeat;
            background-size: 56px 12px;
            width: 56px;
            height: 22px;
            padding: 10px;
            margin: 0 auto;
            left: 0;
            right: 0;
        }
        
        #auth-dialog .loading .auth-loader-gif,
        #account-login .loading .auth-loader-gif,
        #account-register .loading .auth-loader-gif,
        #account-forgot .loading .auth-loader-gif,
        #account-reset .loading .auth-loader-gif {
            display: block;
        }
        
        #auth-dialog .loading .auth-no-gif,
        #account-login .loading .auth-no-gif,
        #account-register .loading .auth-no-gif,
        #account-forgot .loading .auth-no-gif,
        #account-reset .loading .auth-no-gif {
            display: none;
        }
        
        #auth-dialog .loading.module-register .auth-loader-gif,
        #account-login .loading.module-register .auth-loader-gif,
        #account-register .loading.module-register .auth-loader-gif,
        #account-forgot .loading.module-register .auth-loader-gif,
        #account-reset .loading.module-register .auth-loader-gif {
            margin-top: 50px;
            padding: 20px;
        }
        
        #auth-dialog a,
        #account-login a,
        #account-register a,
        #account-forgot a,
        #account-reset a {
            color: #97c564;
        }
        
        #auth-dialog a:hover,
        #auth-dialog a:focus,
        #auth-dialog a:active,
        #auth-dialog a:visited,
        #account-login a:hover,
        #account-login a:focus,
        #account-login a:active,
        #account-login a:visited,
        #account-register a:hover,
        #account-register a:focus,
        #account-register a:active,
        #account-register a:visited,
        #account-forgot a:hover,
        #account-forgot a:focus,
        #account-forgot a:active,
        #account-forgot a:visited,
        #account-reset a:hover,
        #account-reset a:focus,
        #account-reset a:active,
        #account-reset a:visited {
            text-decoration: none;
        }
        
        #auth-dialog input:focus,
        #auth-dialog select:focus,
        #auth-dialog textarea:focus,
        #account-login input:focus,
        #account-login select:focus,
        #account-login textarea:focus,
        #account-register input:focus,
        #account-register select:focus,
        #account-register textarea:focus,
        #account-forgot input:focus,
        #account-forgot select:focus,
        #account-forgot textarea:focus,
        #account-reset input:focus,
        #account-reset select:focus,
        #account-reset textarea:focus {
            outline: 0;
            border: 1px solid #999 !important;
        }
        
        #auth-dialog button:focus,
        #account-login button:focus,
        #account-register button:focus,
        #account-forgot button:focus,
        #account-reset button:focus {
            outline: none;
        }
        
        #auth-dialog .logging-in,
        #account-login .logging-in,
        #account-register .logging-in,
        #account-forgot .logging-in,
        #account-reset .logging-in {
            margin-top: 50px;
        }
        
        #auth-dialog .help-block,
        #account-login .help-block,
        #account-register .help-block,
        #account-forgot .help-block,
        #account-reset .help-block {
            color: red;
        }
        
        #auth-dialog .auth-header,
        #account-login .auth-header,
        #account-register .auth-header,
        #account-forgot .auth-header,
        #account-reset .auth-header {
            max-width: 400px;
            margin: 0 auto;
            font-family: "Gotham Rounded 4r";
            font-size: 28px;
            letter-spacing: .5px;
            line-height: 36px;
            padding-top: 30px;
        }
        
        #auth-dialog .auth-seperator,
        #account-login .auth-seperator,
        #account-register .auth-seperator,
        #account-forgot .auth-seperator,
        #account-reset .auth-seperator {
            margin: 50px auto;
            height: 4px;
            max-width: 600px;
            background-color: #eee;
        }
        
        #auth-dialog .auth-sub-header,
        #account-login .auth-sub-header,
        #account-register .auth-sub-header,
        #account-forgot .auth-sub-header,
        #account-reset .auth-sub-header {
            font-family: "Gotham Rounded 3r";
            color: #ccc;
            font-size: 18px;
            margin: 10px 0;
        }
        
        #auth-dialog .existing-account,
        #account-login .existing-account,
        #account-register .existing-account,
        #account-forgot .existing-account,
        #account-reset .existing-account {
            font-family: "Gotham Rounded 3r";
            margin: 0 auto;
        }
        
        #auth-dialog .existing-account a,
        #account-login .existing-account a,
        #account-register .existing-account a,
        #account-forgot .existing-account a,
        #account-reset .existing-account a {
            display: block;
            box-sizing: border-box;
        }
        
        #auth-dialog .error-text,
        #account-login .error-text,
        #account-register .error-text,
        #account-forgot .error-text,
        #account-reset .error-text {
            display: block;
            position: relative;
            margin-top: 8px;
            font-size: 12px;
            line-height: 150%;
        }
        
        #auth-dialog .error input,
        #account-login .error input,
        #account-register .error input,
        #account-forgot .error input,
        #account-reset .error input {
            position: relative;
            border: 1px solid red !important;
            -webkit-animation: shake .2s linear 2;
            -moz-animation: shake .2s linear 2;
            -o-animation: shake .2s linear 2;
            animation: shake .2s linear 2;
        }
        
        #auth-dialog .error input:focus,
        #account-login .error input:focus,
        #account-register .error input:focus,
        #account-forgot .error input:focus,
        #account-reset .error input:focus {
            outline: none;
        }
        
        #auth-dialog .btn-auth-primary,
        #account-login .btn-auth-primary,
        #account-register .btn-auth-primary,
        #account-forgot .btn-auth-primary,
        #account-reset .btn-auth-primary {
            padding: 10px;
            line-height: 20px;
            text-align: center;
            border: 1px solid #a5d670;
            color: #97c564;
            background-color: #fff;
            font-family: "Gotham Rounded 3r";
            margin: 0 auto;
            width: 300px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            -webkit-transition: background-color .3s ease;
            -moz-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
        }
        
        #auth-dialog .btn-auth-primary:hover,
        #account-login .btn-auth-primary:hover,
        #account-register .btn-auth-primary:hover,
        #account-forgot .btn-auth-primary:hover,
        #account-reset .btn-auth-primary:hover {
            background-color: #f6faf0;
        }
        
        #auth-dialog .module-email,
        #auth-dialog .module-login,
        #auth-dialog .module-register,
        #auth-dialog .module-forgot,
        #auth-dialog .module-social,
        #account-login .module-email,
        #account-login .module-login,
        #account-login .module-register,
        #account-login .module-forgot,
        #account-login .module-social,
        #account-register .module-email,
        #account-register .module-login,
        #account-register .module-register,
        #account-register .module-forgot,
        #account-register .module-social,
        #account-forgot .module-email,
        #account-forgot .module-login,
        #account-forgot .module-register,
        #account-forgot .module-forgot,
        #account-forgot .module-social,
        #account-reset .module-email,
        #account-reset .module-login,
        #account-reset .module-register,
        #account-reset .module-forgot,
        #account-reset .module-social {
            display: block;
            margin: 0 auto;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
        
        #auth-dialog .module-email .form,
        #auth-dialog .module-login .form,
        #auth-dialog .module-register .form,
        #auth-dialog .module-forgot .form,
        #auth-dialog .module-social .form,
        #account-login .module-email .form,
        #account-login .module-login .form,
        #account-login .module-register .form,
        #account-login .module-forgot .form,
        #account-login .module-social .form,
        #account-register .module-email .form,
        #account-register .module-login .form,
        #account-register .module-register .form,
        #account-register .module-forgot .form,
        #account-register .module-social .form,
        #account-forgot .module-email .form,
        #account-forgot .module-login .form,
        #account-forgot .module-register .form,
        #account-forgot .module-forgot .form,
        #account-forgot .module-social .form,
        #account-reset .module-email .form,
        #account-reset .module-login .form,
        #account-reset .module-register .form,
        #account-reset .module-forgot .form,
        #account-reset .module-social .form {
            margin: 0 auto;
            width: 300px;
        }
        
        #auth-dialog .module-email .form .help-block,
        #auth-dialog .module-login .form .help-block,
        #auth-dialog .module-register .form .help-block,
        #auth-dialog .module-forgot .form .help-block,
        #auth-dialog .module-social .form .help-block,
        #account-login .module-email .form .help-block,
        #account-login .module-login .form .help-block,
        #account-login .module-register .form .help-block,
        #account-login .module-forgot .form .help-block,
        #account-login .module-social .form .help-block,
        #account-register .module-email .form .help-block,
        #account-register .module-login .form .help-block,
        #account-register .module-register .form .help-block,
        #account-register .module-forgot .form .help-block,
        #account-register .module-social .form .help-block,
        #account-forgot .module-email .form .help-block,
        #account-forgot .module-login .form .help-block,
        #account-forgot .module-register .form .help-block,
        #account-forgot .module-forgot .form .help-block,
        #account-forgot .module-social .form .help-block,
        #account-reset .module-email .form .help-block,
        #account-reset .module-login .form .help-block,
        #account-reset .module-register .form .help-block,
        #account-reset .module-forgot .form .help-block,
        #account-reset .module-social .form .help-block {
            font-family: "Gotham Rounded 4r";
            max-width: 400px;
            font-size: 14px;
            margin: 0;
        }
        
        #auth-dialog .module-email input[type='email'],
        #auth-dialog .module-email input[type='password'],
        #auth-dialog .module-email input[type='text'],
        #auth-dialog .module-login input[type='email'],
        #auth-dialog .module-login input[type='password'],
        #auth-dialog .module-login input[type='text'],
        #auth-dialog .module-register input[type='email'],
        #auth-dialog .module-register input[type='password'],
        #auth-dialog .module-register input[type='text'],
        #auth-dialog .module-forgot input[type='email'],
        #auth-dialog .module-forgot input[type='password'],
        #auth-dialog .module-forgot input[type='text'],
        #auth-dialog .module-social input[type='email'],
        #auth-dialog .module-social input[type='password'],
        #auth-dialog .module-social input[type='text'],
        #account-login .module-email input[type='email'],
        #account-login .module-email input[type='password'],
        #account-login .module-email input[type='text'],
        #account-login .module-login input[type='email'],
        #account-login .module-login input[type='password'],
        #account-login .module-login input[type='text'],
        #account-login .module-register input[type='email'],
        #account-login .module-register input[type='password'],
        #account-login .module-register input[type='text'],
        #account-login .module-forgot input[type='email'],
        #account-login .module-forgot input[type='password'],
        #account-login .module-forgot input[type='text'],
        #account-login .module-social input[type='email'],
        #account-login .module-social input[type='password'],
        #account-login .module-social input[type='text'],
        #account-register .module-email input[type='email'],
        #account-register .module-email input[type='password'],
        #account-register .module-email input[type='text'],
        #account-register .module-login input[type='email'],
        #account-register .module-login input[type='password'],
        #account-register .module-login input[type='text'],
        #account-register .module-register input[type='email'],
        #account-register .module-register input[type='password'],
        #account-register .module-register input[type='text'],
        #account-register .module-forgot input[type='email'],
        #account-register .module-forgot input[type='password'],
        #account-register .module-forgot input[type='text'],
        #account-register .module-social input[type='email'],
        #account-register .module-social input[type='password'],
        #account-register .module-social input[type='text'],
        #account-forgot .module-email input[type='email'],
        #account-forgot .module-email input[type='password'],
        #account-forgot .module-email input[type='text'],
        #account-forgot .module-login input[type='email'],
        #account-forgot .module-login input[type='password'],
        #account-forgot .module-login input[type='text'],
        #account-forgot .module-register input[type='email'],
        #account-forgot .module-register input[type='password'],
        #account-forgot .module-register input[type='text'],
        #account-forgot .module-forgot input[type='email'],
        #account-forgot .module-forgot input[type='password'],
        #account-forgot .module-forgot input[type='text'],
        #account-forgot .module-social input[type='email'],
        #account-forgot .module-social input[type='password'],
        #account-forgot .module-social input[type='text'],
        #account-reset .module-email input[type='email'],
        #account-reset .module-email input[type='password'],
        #account-reset .module-email input[type='text'],
        #account-reset .module-login input[type='email'],
        #account-reset .module-login input[type='password'],
        #account-reset .module-login input[type='text'],
        #account-reset .module-register input[type='email'],
        #account-reset .module-register input[type='password'],
        #account-reset .module-register input[type='text'],
        #account-reset .module-forgot input[type='email'],
        #account-reset .module-forgot input[type='password'],
        #account-reset .module-forgot input[type='text'],
        #account-reset .module-social input[type='email'],
        #account-reset .module-social input[type='password'],
        #account-reset .module-social input[type='text'] {
            height: 40px;
            background-clip: padding-box;
            font-size: 14px;
            font-family: "Gotham Rounded 3r";
            padding: 10px;
            line-height: 20px;
            color: #555;
            box-sizing: border-box;
            border: 1px solid #ccc;
            vertical-align: top;
            margin: 0 auto;
            width: 300px;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
        
        #auth-dialog .module-email input[type='email']::selection,
        #auth-dialog .module-email input[type='password']::selection,
        #auth-dialog .module-email input[type='text']::selection,
        #auth-dialog .module-login input[type='email']::selection,
        #auth-dialog .module-login input[type='password']::selection,
        #auth-dialog .module-login input[type='text']::selection,
        #auth-dialog .module-register input[type='email']::selection,
        #auth-dialog .module-register input[type='password']::selection,
        #auth-dialog .module-register input[type='text']::selection,
        #auth-dialog .module-forgot input[type='email']::selection,
        #auth-dialog .module-forgot input[type='password']::selection,
        #auth-dialog .module-forgot input[type='text']::selection,
        #auth-dialog .module-social input[type='email']::selection,
        #auth-dialog .module-social input[type='password']::selection,
        #auth-dialog .module-social input[type='text']::selection,
        #account-login .module-email input[type='email']::selection,
        #account-login .module-email input[type='password']::selection,
        #account-login .module-email input[type='text']::selection,
        #account-login .module-login input[type='email']::selection,
        #account-login .module-login input[type='password']::selection,
        #account-login .module-login input[type='text']::selection,
        #account-login .module-register input[type='email']::selection,
        #account-login .module-register input[type='password']::selection,
        #account-login .module-register input[type='text']::selection,
        #account-login .module-forgot input[type='email']::selection,
        #account-login .module-forgot input[type='password']::selection,
        #account-login .module-forgot input[type='text']::selection,
        #account-login .module-social input[type='email']::selection,
        #account-login .module-social input[type='password']::selection,
        #account-login .module-social input[type='text']::selection,
        #account-register .module-email input[type='email']::selection,
        #account-register .module-email input[type='password']::selection,
        #account-register .module-email input[type='text']::selection,
        #account-register .module-login input[type='email']::selection,
        #account-register .module-login input[type='password']::selection,
        #account-register .module-login input[type='text']::selection,
        #account-register .module-register input[type='email']::selection,
        #account-register .module-register input[type='password']::selection,
        #account-register .module-register input[type='text']::selection,
        #account-register .module-forgot input[type='email']::selection,
        #account-register .module-forgot input[type='password']::selection,
        #account-register .module-forgot input[type='text']::selection,
        #account-register .module-social input[type='email']::selection,
        #account-register .module-social input[type='password']::selection,
        #account-register .module-social input[type='text']::selection,
        #account-forgot .module-email input[type='email']::selection,
        #account-forgot .module-email input[type='password']::selection,
        #account-forgot .module-email input[type='text']::selection,
        #account-forgot .module-login input[type='email']::selection,
        #account-forgot .module-login input[type='password']::selection,
        #account-forgot .module-login input[type='text']::selection,
        #account-forgot .module-register input[type='email']::selection,
        #account-forgot .module-register input[type='password']::selection,
        #account-forgot .module-register input[type='text']::selection,
        #account-forgot .module-forgot input[type='email']::selection,
        #account-forgot .module-forgot input[type='password']::selection,
        #account-forgot .module-forgot input[type='text']::selection,
        #account-forgot .module-social input[type='email']::selection,
        #account-forgot .module-social input[type='password']::selection,
        #account-forgot .module-social input[type='text']::selection,
        #account-reset .module-email input[type='email']::selection,
        #account-reset .module-email input[type='password']::selection,
        #account-reset .module-email input[type='text']::selection,
        #account-reset .module-login input[type='email']::selection,
        #account-reset .module-login input[type='password']::selection,
        #account-reset .module-login input[type='text']::selection,
        #account-reset .module-register input[type='email']::selection,
        #account-reset .module-register input[type='password']::selection,
        #account-reset .module-register input[type='text']::selection,
        #account-reset .module-forgot input[type='email']::selection,
        #account-reset .module-forgot input[type='password']::selection,
        #account-reset .module-forgot input[type='text']::selection,
        #account-reset .module-social input[type='email']::selection,
        #account-reset .module-social input[type='password']::selection,
        #account-reset .module-social input[type='text']::selection {
            background: #a5d670;
        }
        
        #auth-dialog .module-email input[type='email']::-moz-selection,
        #auth-dialog .module-email input[type='password']::-moz-selection,
        #auth-dialog .module-email input[type='text']::-moz-selection,
        #auth-dialog .module-login input[type='email']::-moz-selection,
        #auth-dialog .module-login input[type='password']::-moz-selection,
        #auth-dialog .module-login input[type='text']::-moz-selection,
        #auth-dialog .module-register input[type='email']::-moz-selection,
        #auth-dialog .module-register input[type='password']::-moz-selection,
        #auth-dialog .module-register input[type='text']::-moz-selection,
        #auth-dialog .module-forgot input[type='email']::-moz-selection,
        #auth-dialog .module-forgot input[type='password']::-moz-selection,
        #auth-dialog .module-forgot input[type='text']::-moz-selection,
        #auth-dialog .module-social input[type='email']::-moz-selection,
        #auth-dialog .module-social input[type='password']::-moz-selection,
        #auth-dialog .module-social input[type='text']::-moz-selection,
        #account-login .module-email input[type='email']::-moz-selection,
        #account-login .module-email input[type='password']::-moz-selection,
        #account-login .module-email input[type='text']::-moz-selection,
        #account-login .module-login input[type='email']::-moz-selection,
        #account-login .module-login input[type='password']::-moz-selection,
        #account-login .module-login input[type='text']::-moz-selection,
        #account-login .module-register input[type='email']::-moz-selection,
        #account-login .module-register input[type='password']::-moz-selection,
        #account-login .module-register input[type='text']::-moz-selection,
        #account-login .module-forgot input[type='email']::-moz-selection,
        #account-login .module-forgot input[type='password']::-moz-selection,
        #account-login .module-forgot input[type='text']::-moz-selection,
        #account-login .module-social input[type='email']::-moz-selection,
        #account-login .module-social input[type='password']::-moz-selection,
        #account-login .module-social input[type='text']::-moz-selection,
        #account-register .module-email input[type='email']::-moz-selection,
        #account-register .module-email input[type='password']::-moz-selection,
        #account-register .module-email input[type='text']::-moz-selection,
        #account-register .module-login input[type='email']::-moz-selection,
        #account-register .module-login input[type='password']::-moz-selection,
        #account-register .module-login input[type='text']::-moz-selection,
        #account-register .module-register input[type='email']::-moz-selection,
        #account-register .module-register input[type='password']::-moz-selection,
        #account-register .module-register input[type='text']::-moz-selection,
        #account-register .module-forgot input[type='email']::-moz-selection,
        #account-register .module-forgot input[type='password']::-moz-selection,
        #account-register .module-forgot input[type='text']::-moz-selection,
        #account-register .module-social input[type='email']::-moz-selection,
        #account-register .module-social input[type='password']::-moz-selection,
        #account-register .module-social input[type='text']::-moz-selection,
        #account-forgot .module-email input[type='email']::-moz-selection,
        #account-forgot .module-email input[type='password']::-moz-selection,
        #account-forgot .module-email input[type='text']::-moz-selection,
        #account-forgot .module-login input[type='email']::-moz-selection,
        #account-forgot .module-login input[type='password']::-moz-selection,
        #account-forgot .module-login input[type='text']::-moz-selection,
        #account-forgot .module-register input[type='email']::-moz-selection,
        #account-forgot .module-register input[type='password']::-moz-selection,
        #account-forgot .module-register input[type='text']::-moz-selection,
        #account-forgot .module-forgot input[type='email']::-moz-selection,
        #account-forgot .module-forgot input[type='password']::-moz-selection,
        #account-forgot .module-forgot input[type='text']::-moz-selection,
        #account-forgot .module-social input[type='email']::-moz-selection,
        #account-forgot .module-social input[type='password']::-moz-selection,
        #account-forgot .module-social input[type='text']::-moz-selection,
        #account-reset .module-email input[type='email']::-moz-selection,
        #account-reset .module-email input[type='password']::-moz-selection,
        #account-reset .module-email input[type='text']::-moz-selection,
        #account-reset .module-login input[type='email']::-moz-selection,
        #account-reset .module-login input[type='password']::-moz-selection,
        #account-reset .module-login input[type='text']::-moz-selection,
        #account-reset .module-register input[type='email']::-moz-selection,
        #account-reset .module-register input[type='password']::-moz-selection,
        #account-reset .module-register input[type='text']::-moz-selection,
        #account-reset .module-forgot input[type='email']::-moz-selection,
        #account-reset .module-forgot input[type='password']::-moz-selection,
        #account-reset .module-forgot input[type='text']::-moz-selection,
        #account-reset .module-social input[type='email']::-moz-selection,
        #account-reset .module-social input[type='password']::-moz-selection,
        #account-reset .module-social input[type='text']::-moz-selection {
            background: #a5d670;
        }
        
        #auth-dialog .module-email input[type='email']::-webkit-input-placeholder,
        #auth-dialog .module-email input[type='password']::-webkit-input-placeholder,
        #auth-dialog .module-email input[type='text']::-webkit-input-placeholder,
        #auth-dialog .module-login input[type='email']::-webkit-input-placeholder,
        #auth-dialog .module-login input[type='password']::-webkit-input-placeholder,
        #auth-dialog .module-login input[type='text']::-webkit-input-placeholder,
        #auth-dialog .module-register input[type='email']::-webkit-input-placeholder,
        #auth-dialog .module-register input[type='password']::-webkit-input-placeholder,
        #auth-dialog .module-register input[type='text']::-webkit-input-placeholder,
        #auth-dialog .module-forgot input[type='email']::-webkit-input-placeholder,
        #auth-dialog .module-forgot input[type='password']::-webkit-input-placeholder,
        #auth-dialog .module-forgot input[type='text']::-webkit-input-placeholder,
        #auth-dialog .module-social input[type='email']::-webkit-input-placeholder,
        #auth-dialog .module-social input[type='password']::-webkit-input-placeholder,
        #auth-dialog .module-social input[type='text']::-webkit-input-placeholder,
        #account-login .module-email input[type='email']::-webkit-input-placeholder,
        #account-login .module-email input[type='password']::-webkit-input-placeholder,
        #account-login .module-email input[type='text']::-webkit-input-placeholder,
        #account-login .module-login input[type='email']::-webkit-input-placeholder,
        #account-login .module-login input[type='password']::-webkit-input-placeholder,
        #account-login .module-login input[type='text']::-webkit-input-placeholder,
        #account-login .module-register input[type='email']::-webkit-input-placeholder,
        #account-login .module-register input[type='password']::-webkit-input-placeholder,
        #account-login .module-register input[type='text']::-webkit-input-placeholder,
        #account-login .module-forgot input[type='email']::-webkit-input-placeholder,
        #account-login .module-forgot input[type='password']::-webkit-input-placeholder,
        #account-login .module-forgot input[type='text']::-webkit-input-placeholder,
        #account-login .module-social input[type='email']::-webkit-input-placeholder,
        #account-login .module-social input[type='password']::-webkit-input-placeholder,
        #account-login .module-social input[type='text']::-webkit-input-placeholder,
        #account-register .module-email input[type='email']::-webkit-input-placeholder,
        #account-register .module-email input[type='password']::-webkit-input-placeholder,
        #account-register .module-email input[type='text']::-webkit-input-placeholder,
        #account-register .module-login input[type='email']::-webkit-input-placeholder,
        #account-register .module-login input[type='password']::-webkit-input-placeholder,
        #account-register .module-login input[type='text']::-webkit-input-placeholder,
        #account-register .module-register input[type='email']::-webkit-input-placeholder,
        #account-register .module-register input[type='password']::-webkit-input-placeholder,
        #account-register .module-register input[type='text']::-webkit-input-placeholder,
        #account-register .module-forgot input[type='email']::-webkit-input-placeholder,
        #account-register .module-forgot input[type='password']::-webkit-input-placeholder,
        #account-register .module-forgot input[type='text']::-webkit-input-placeholder,
        #account-register .module-social input[type='email']::-webkit-input-placeholder,
        #account-register .module-social input[type='password']::-webkit-input-placeholder,
        #account-register .module-social input[type='text']::-webkit-input-placeholder,
        #account-forgot .module-email input[type='email']::-webkit-input-placeholder,
        #account-forgot .module-email input[type='password']::-webkit-input-placeholder,
        #account-forgot .module-email input[type='text']::-webkit-input-placeholder,
        #account-forgot .module-login input[type='email']::-webkit-input-placeholder,
        #account-forgot .module-login input[type='password']::-webkit-input-placeholder,
        #account-forgot .module-login input[type='text']::-webkit-input-placeholder,
        #account-forgot .module-register input[type='email']::-webkit-input-placeholder,
        #account-forgot .module-register input[type='password']::-webkit-input-placeholder,
        #account-forgot .module-register input[type='text']::-webkit-input-placeholder,
        #account-forgot .module-forgot input[type='email']::-webkit-input-placeholder,
        #account-forgot .module-forgot input[type='password']::-webkit-input-placeholder,
        #account-forgot .module-forgot input[type='text']::-webkit-input-placeholder,
        #account-forgot .module-social input[type='email']::-webkit-input-placeholder,
        #account-forgot .module-social input[type='password']::-webkit-input-placeholder,
        #account-forgot .module-social input[type='text']::-webkit-input-placeholder,
        #account-reset .module-email input[type='email']::-webkit-input-placeholder,
        #account-reset .module-email input[type='password']::-webkit-input-placeholder,
        #account-reset .module-email input[type='text']::-webkit-input-placeholder,
        #account-reset .module-login input[type='email']::-webkit-input-placeholder,
        #account-reset .module-login input[type='password']::-webkit-input-placeholder,
        #account-reset .module-login input[type='text']::-webkit-input-placeholder,
        #account-reset .module-register input[type='email']::-webkit-input-placeholder,
        #account-reset .module-register input[type='password']::-webkit-input-placeholder,
        #account-reset .module-register input[type='text']::-webkit-input-placeholder,
        #account-reset .module-forgot input[type='email']::-webkit-input-placeholder,
        #account-reset .module-forgot input[type='password']::-webkit-input-placeholder,
        #account-reset .module-forgot input[type='text']::-webkit-input-placeholder,
        #account-reset .module-social input[type='email']::-webkit-input-placeholder,
        #account-reset .module-social input[type='password']::-webkit-input-placeholder,
        #account-reset .module-social input[type='text']::-webkit-input-placeholder {
            font-family: "Gotham Rounded 4r";
            color: #ccc;
        }
        
        #auth-dialog .module-email input[type='email']::-moz-placeholder,
        #auth-dialog .module-email input[type='password']::-moz-placeholder,
        #auth-dialog .module-email input[type='text']::-moz-placeholder,
        #auth-dialog .module-login input[type='email']::-moz-placeholder,
        #auth-dialog .module-login input[type='password']::-moz-placeholder,
        #auth-dialog .module-login input[type='text']::-moz-placeholder,
        #auth-dialog .module-register input[type='email']::-moz-placeholder,
        #auth-dialog .module-register input[type='password']::-moz-placeholder,
        #auth-dialog .module-register input[type='text']::-moz-placeholder,
        #auth-dialog .module-forgot input[type='email']::-moz-placeholder,
        #auth-dialog .module-forgot input[type='password']::-moz-placeholder,
        #auth-dialog .module-forgot input[type='text']::-moz-placeholder,
        #auth-dialog .module-social input[type='email']::-moz-placeholder,
        #auth-dialog .module-social input[type='password']::-moz-placeholder,
        #auth-dialog .module-social input[type='text']::-moz-placeholder,
        #account-login .module-email input[type='email']::-moz-placeholder,
        #account-login .module-email input[type='password']::-moz-placeholder,
        #account-login .module-email input[type='text']::-moz-placeholder,
        #account-login .module-login input[type='email']::-moz-placeholder,
        #account-login .module-login input[type='password']::-moz-placeholder,
        #account-login .module-login input[type='text']::-moz-placeholder,
        #account-login .module-register input[type='email']::-moz-placeholder,
        #account-login .module-register input[type='password']::-moz-placeholder,
        #account-login .module-register input[type='text']::-moz-placeholder,
        #account-login .module-forgot input[type='email']::-moz-placeholder,
        #account-login .module-forgot input[type='password']::-moz-placeholder,
        #account-login .module-forgot input[type='text']::-moz-placeholder,
        #account-login .module-social input[type='email']::-moz-placeholder,
        #account-login .module-social input[type='password']::-moz-placeholder,
        #account-login .module-social input[type='text']::-moz-placeholder,
        #account-register .module-email input[type='email']::-moz-placeholder,
        #account-register .module-email input[type='password']::-moz-placeholder,
        #account-register .module-email input[type='text']::-moz-placeholder,
        #account-register .module-login input[type='email']::-moz-placeholder,
        #account-register .module-login input[type='password']::-moz-placeholder,
        #account-register .module-login input[type='text']::-moz-placeholder,
        #account-register .module-register input[type='email']::-moz-placeholder,
        #account-register .module-register input[type='password']::-moz-placeholder,
        #account-register .module-register input[type='text']::-moz-placeholder,
        #account-register .module-forgot input[type='email']::-moz-placeholder,
        #account-register .module-forgot input[type='password']::-moz-placeholder,
        #account-register .module-forgot input[type='text']::-moz-placeholder,
        #account-register .module-social input[type='email']::-moz-placeholder,
        #account-register .module-social input[type='password']::-moz-placeholder,
        #account-register .module-social input[type='text']::-moz-placeholder,
        #account-forgot .module-email input[type='email']::-moz-placeholder,
        #account-forgot .module-email input[type='password']::-moz-placeholder,
        #account-forgot .module-email input[type='text']::-moz-placeholder,
        #account-forgot .module-login input[type='email']::-moz-placeholder,
        #account-forgot .module-login input[type='password']::-moz-placeholder,
        #account-forgot .module-login input[type='text']::-moz-placeholder,
        #account-forgot .module-register input[type='email']::-moz-placeholder,
        #account-forgot .module-register input[type='password']::-moz-placeholder,
        #account-forgot .module-register input[type='text']::-moz-placeholder,
        #account-forgot .module-forgot input[type='email']::-moz-placeholder,
        #account-forgot .module-forgot input[type='password']::-moz-placeholder,
        #account-forgot .module-forgot input[type='text']::-moz-placeholder,
        #account-forgot .module-social input[type='email']::-moz-placeholder,
        #account-forgot .module-social input[type='password']::-moz-placeholder,
        #account-forgot .module-social input[type='text']::-moz-placeholder,
        #account-reset .module-email input[type='email']::-moz-placeholder,
        #account-reset .module-email input[type='password']::-moz-placeholder,
        #account-reset .module-email input[type='text']::-moz-placeholder,
        #account-reset .module-login input[type='email']::-moz-placeholder,
        #account-reset .module-login input[type='password']::-moz-placeholder,
        #account-reset .module-login input[type='text']::-moz-placeholder,
        #account-reset .module-register input[type='email']::-moz-placeholder,
        #account-reset .module-register input[type='password']::-moz-placeholder,
        #account-reset .module-register input[type='text']::-moz-placeholder,
        #account-reset .module-forgot input[type='email']::-moz-placeholder,
        #account-reset .module-forgot input[type='password']::-moz-placeholder,
        #account-reset .module-forgot input[type='text']::-moz-placeholder,
        #account-reset .module-social input[type='email']::-moz-placeholder,
        #account-reset .module-social input[type='password']::-moz-placeholder,
        #account-reset .module-social input[type='text']::-moz-placeholder {
            font-family: "Gotham Rounded 4r";
            color: #ccc;
        }
        
        #auth-dialog .module-email input[type='email']:-ms-input-placeholder,
        #auth-dialog .module-email input[type='password']:-ms-input-placeholder,
        #auth-dialog .module-email input[type='text']:-ms-input-placeholder,
        #auth-dialog .module-login input[type='email']:-ms-input-placeholder,
        #auth-dialog .module-login input[type='password']:-ms-input-placeholder,
        #auth-dialog .module-login input[type='text']:-ms-input-placeholder,
        #auth-dialog .module-register input[type='email']:-ms-input-placeholder,
        #auth-dialog .module-register input[type='password']:-ms-input-placeholder,
        #auth-dialog .module-register input[type='text']:-ms-input-placeholder,
        #auth-dialog .module-forgot input[type='email']:-ms-input-placeholder,
        #auth-dialog .module-forgot input[type='password']:-ms-input-placeholder,
        #auth-dialog .module-forgot input[type='text']:-ms-input-placeholder,
        #auth-dialog .module-social input[type='email']:-ms-input-placeholder,
        #auth-dialog .module-social input[type='password']:-ms-input-placeholder,
        #auth-dialog .module-social input[type='text']:-ms-input-placeholder,
        #account-login .module-email input[type='email']:-ms-input-placeholder,
        #account-login .module-email input[type='password']:-ms-input-placeholder,
        #account-login .module-email input[type='text']:-ms-input-placeholder,
        #account-login .module-login input[type='email']:-ms-input-placeholder,
        #account-login .module-login input[type='password']:-ms-input-placeholder,
        #account-login .module-login input[type='text']:-ms-input-placeholder,
        #account-login .module-register input[type='email']:-ms-input-placeholder,
        #account-login .module-register input[type='password']:-ms-input-placeholder,
        #account-login .module-register input[type='text']:-ms-input-placeholder,
        #account-login .module-forgot input[type='email']:-ms-input-placeholder,
        #account-login .module-forgot input[type='password']:-ms-input-placeholder,
        #account-login .module-forgot input[type='text']:-ms-input-placeholder,
        #account-login .module-social input[type='email']:-ms-input-placeholder,
        #account-login .module-social input[type='password']:-ms-input-placeholder,
        #account-login .module-social input[type='text']:-ms-input-placeholder,
        #account-register .module-email input[type='email']:-ms-input-placeholder,
        #account-register .module-email input[type='password']:-ms-input-placeholder,
        #account-register .module-email input[type='text']:-ms-input-placeholder,
        #account-register .module-login input[type='email']:-ms-input-placeholder,
        #account-register .module-login input[type='password']:-ms-input-placeholder,
        #account-register .module-login input[type='text']:-ms-input-placeholder,
        #account-register .module-register input[type='email']:-ms-input-placeholder,
        #account-register .module-register input[type='password']:-ms-input-placeholder,
        #account-register .module-register input[type='text']:-ms-input-placeholder,
        #account-register .module-forgot input[type='email']:-ms-input-placeholder,
        #account-register .module-forgot input[type='password']:-ms-input-placeholder,
        #account-register .module-forgot input[type='text']:-ms-input-placeholder,
        #account-register .module-social input[type='email']:-ms-input-placeholder,
        #account-register .module-social input[type='password']:-ms-input-placeholder,
        #account-register .module-social input[type='text']:-ms-input-placeholder,
        #account-forgot .module-email input[type='email']:-ms-input-placeholder,
        #account-forgot .module-email input[type='password']:-ms-input-placeholder,
        #account-forgot .module-email input[type='text']:-ms-input-placeholder,
        #account-forgot .module-login input[type='email']:-ms-input-placeholder,
        #account-forgot .module-login input[type='password']:-ms-input-placeholder,
        #account-forgot .module-login input[type='text']:-ms-input-placeholder,
        #account-forgot .module-register input[type='email']:-ms-input-placeholder,
        #account-forgot .module-register input[type='password']:-ms-input-placeholder,
        #account-forgot .module-register input[type='text']:-ms-input-placeholder,
        #account-forgot .module-forgot input[type='email']:-ms-input-placeholder,
        #account-forgot .module-forgot input[type='password']:-ms-input-placeholder,
        #account-forgot .module-forgot input[type='text']:-ms-input-placeholder,
        #account-forgot .module-social input[type='email']:-ms-input-placeholder,
        #account-forgot .module-social input[type='password']:-ms-input-placeholder,
        #account-forgot .module-social input[type='text']:-ms-input-placeholder,
        #account-reset .module-email input[type='email']:-ms-input-placeholder,
        #account-reset .module-email input[type='password']:-ms-input-placeholder,
        #account-reset .module-email input[type='text']:-ms-input-placeholder,
        #account-reset .module-login input[type='email']:-ms-input-placeholder,
        #account-reset .module-login input[type='password']:-ms-input-placeholder,
        #account-reset .module-login input[type='text']:-ms-input-placeholder,
        #account-reset .module-register input[type='email']:-ms-input-placeholder,
        #account-reset .module-register input[type='password']:-ms-input-placeholder,
        #account-reset .module-register input[type='text']:-ms-input-placeholder,
        #account-reset .module-forgot input[type='email']:-ms-input-placeholder,
        #account-reset .module-forgot input[type='password']:-ms-input-placeholder,
        #account-reset .module-forgot input[type='text']:-ms-input-placeholder,
        #account-reset .module-social input[type='email']:-ms-input-placeholder,
        #account-reset .module-social input[type='password']:-ms-input-placeholder,
        #account-reset .module-social input[type='text']:-ms-input-placeholder {
            font-family: "Gotham Rounded 4r";
            color: #ccc;
        }
        
        #auth-dialog .module-email input[type='email']:-moz-placeholder,
        #auth-dialog .module-email input[type='password']:-moz-placeholder,
        #auth-dialog .module-email input[type='text']:-moz-placeholder,
        #auth-dialog .module-login input[type='email']:-moz-placeholder,
        #auth-dialog .module-login input[type='password']:-moz-placeholder,
        #auth-dialog .module-login input[type='text']:-moz-placeholder,
        #auth-dialog .module-register input[type='email']:-moz-placeholder,
        #auth-dialog .module-register input[type='password']:-moz-placeholder,
        #auth-dialog .module-register input[type='text']:-moz-placeholder,
        #auth-dialog .module-forgot input[type='email']:-moz-placeholder,
        #auth-dialog .module-forgot input[type='password']:-moz-placeholder,
        #auth-dialog .module-forgot input[type='text']:-moz-placeholder,
        #auth-dialog .module-social input[type='email']:-moz-placeholder,
        #auth-dialog .module-social input[type='password']:-moz-placeholder,
        #auth-dialog .module-social input[type='text']:-moz-placeholder,
        #account-login .module-email input[type='email']:-moz-placeholder,
        #account-login .module-email input[type='password']:-moz-placeholder,
        #account-login .module-email input[type='text']:-moz-placeholder,
        #account-login .module-login input[type='email']:-moz-placeholder,
        #account-login .module-login input[type='password']:-moz-placeholder,
        #account-login .module-login input[type='text']:-moz-placeholder,
        #account-login .module-register input[type='email']:-moz-placeholder,
        #account-login .module-register input[type='password']:-moz-placeholder,
        #account-login .module-register input[type='text']:-moz-placeholder,
        #account-login .module-forgot input[type='email']:-moz-placeholder,
        #account-login .module-forgot input[type='password']:-moz-placeholder,
        #account-login .module-forgot input[type='text']:-moz-placeholder,
        #account-login .module-social input[type='email']:-moz-placeholder,
        #account-login .module-social input[type='password']:-moz-placeholder,
        #account-login .module-social input[type='text']:-moz-placeholder,
        #account-register .module-email input[type='email']:-moz-placeholder,
        #account-register .module-email input[type='password']:-moz-placeholder,
        #account-register .module-email input[type='text']:-moz-placeholder,
        #account-register .module-login input[type='email']:-moz-placeholder,
        #account-register .module-login input[type='password']:-moz-placeholder,
        #account-register .module-login input[type='text']:-moz-placeholder,
        #account-register .module-register input[type='email']:-moz-placeholder,
        #account-register .module-register input[type='password']:-moz-placeholder,
        #account-register .module-register input[type='text']:-moz-placeholder,
        #account-register .module-forgot input[type='email']:-moz-placeholder,
        #account-register .module-forgot input[type='password']:-moz-placeholder,
        #account-register .module-forgot input[type='text']:-moz-placeholder,
        #account-register .module-social input[type='email']:-moz-placeholder,
        #account-register .module-social input[type='password']:-moz-placeholder,
        #account-register .module-social input[type='text']:-moz-placeholder,
        #account-forgot .module-email input[type='email']:-moz-placeholder,
        #account-forgot .module-email input[type='password']:-moz-placeholder,
        #account-forgot .module-email input[type='text']:-moz-placeholder,
        #account-forgot .module-login input[type='email']:-moz-placeholder,
        #account-forgot .module-login input[type='password']:-moz-placeholder,
        #account-forgot .module-login input[type='text']:-moz-placeholder,
        #account-forgot .module-register input[type='email']:-moz-placeholder,
        #account-forgot .module-register input[type='password']:-moz-placeholder,
        #account-forgot .module-register input[type='text']:-moz-placeholder,
        #account-forgot .module-forgot input[type='email']:-moz-placeholder,
        #account-forgot .module-forgot input[type='password']:-moz-placeholder,
        #account-forgot .module-forgot input[type='text']:-moz-placeholder,
        #account-forgot .module-social input[type='email']:-moz-placeholder,
        #account-forgot .module-social input[type='password']:-moz-placeholder,
        #account-forgot .module-social input[type='text']:-moz-placeholder,
        #account-reset .module-email input[type='email']:-moz-placeholder,
        #account-reset .module-email input[type='password']:-moz-placeholder,
        #account-reset .module-email input[type='text']:-moz-placeholder,
        #account-reset .module-login input[type='email']:-moz-placeholder,
        #account-reset .module-login input[type='password']:-moz-placeholder,
        #account-reset .module-login input[type='text']:-moz-placeholder,
        #account-reset .module-register input[type='email']:-moz-placeholder,
        #account-reset .module-register input[type='password']:-moz-placeholder,
        #account-reset .module-register input[type='text']:-moz-placeholder,
        #account-reset .module-forgot input[type='email']:-moz-placeholder,
        #account-reset .module-forgot input[type='password']:-moz-placeholder,
        #account-reset .module-forgot input[type='text']:-moz-placeholder,
        #account-reset .module-social input[type='email']:-moz-placeholder,
        #account-reset .module-social input[type='password']:-moz-placeholder,
        #account-reset .module-social input[type='text']:-moz-placeholder {
            font-family: "Gotham Rounded 4r";
            color: #ccc;
        }
        
        #auth-dialog .module-forgot-success .reset-email-sent p,
        #account-login .module-forgot-success .reset-email-sent p,
        #account-register .module-forgot-success .reset-email-sent p,
        #account-forgot .module-forgot-success .reset-email-sent p,
        #account-reset .module-forgot-success .reset-email-sent p {
            font-family: "Gotham Rounded 3r";
            text-align: center;
            color: #666;
            margin: 50px 0;
        }
        
        #auth-dialog .module-email .password-section,
        #auth-dialog .module-login .password-section,
        #auth-dialog .module-social .password-section,
        #account-login .module-email .password-section,
        #account-login .module-login .password-section,
        #account-login .module-social .password-section,
        #account-register .module-email .password-section,
        #account-register .module-login .password-section,
        #account-register .module-social .password-section,
        #account-forgot .module-email .password-section,
        #account-forgot .module-login .password-section,
        #account-forgot .module-social .password-section,
        #account-reset .module-email .password-section,
        #account-reset .module-login .password-section,
        #account-reset .module-social .password-section {
            position: relative;
        }
        
        #auth-dialog .module-email .password-section .forgot-password,
        #auth-dialog .module-login .password-section .forgot-password,
        #auth-dialog .module-social .password-section .forgot-password,
        #account-login .module-email .password-section .forgot-password,
        #account-login .module-login .password-section .forgot-password,
        #account-login .module-social .password-section .forgot-password,
        #account-register .module-email .password-section .forgot-password,
        #account-register .module-login .password-section .forgot-password,
        #account-register .module-social .password-section .forgot-password,
        #account-forgot .module-email .password-section .forgot-password,
        #account-forgot .module-login .password-section .forgot-password,
        #account-forgot .module-social .password-section .forgot-password,
        #account-reset .module-email .password-section .forgot-password,
        #account-reset .module-login .password-section .forgot-password,
        #account-reset .module-social .password-section .forgot-password {
            position: absolute;
            right: 10px;
            top: 0;
            margin: 10px auto;
            font-size: 10px;
            line-height: 20px;
            font-family: "Gotham Rounded 4r";
        }
        
        #auth-dialog .module-email .signup-account,
        #account-login .module-email .signup-account,
        #account-register .module-email .signup-account,
        #account-forgot .module-email .signup-account,
        #account-reset .module-email .signup-account {
            margin: 0 auto;
            width: 300px;
            margin-top: 50px;
        }
        
        #auth-dialog .module-email .signup-account a,
        #account-login .module-email .signup-account a,
        #account-register .module-email .signup-account a,
        #account-forgot .module-email .signup-account a,
        #account-reset .module-email .signup-account a {
            font-family: "Gotham Rounded 3r";
            font-size: 18px;
            color: #999;
            -webkit-transition: color .3s ease;
            -moz-transition: color .3s ease;
            -o-transition: color .3s ease;
            transition: color .3s ease;
        }
        
        #auth-dialog .module-email .signup-account a:hover,
        #account-login .module-email .signup-account a:hover,
        #account-register .module-email .signup-account a:hover,
        #account-forgot .module-email .signup-account a:hover,
        #account-reset .module-email .signup-account a:hover {
            color: #a5d670;
        }
        
        #auth-dialog .module-email .email-section,
        #auth-dialog .module-email .password-section,
        #account-login .module-email .email-section,
        #account-login .module-email .password-section,
        #account-register .module-email .email-section,
        #account-register .module-email .password-section,
        #account-forgot .module-email .email-section,
        #account-forgot .module-email .password-section,
        #account-reset .module-email .email-section,
        #account-reset .module-email .password-section {
            margin-bottom: 30px;
        }
        
        #auth-dialog .module-email .login-error-section,
        #account-login .module-email .login-error-section,
        #account-register .module-email .login-error-section,
        #account-forgot .module-email .login-error-section,
        #account-reset .module-email .login-error-section {
            display: none;
            margin-bottom: 20px;
            box-sizing: border-box;
        }
        
        #auth-dialog .module-email .login-error-section .help-block,
        #account-login .module-email .login-error-section .help-block,
        #account-register .module-email .login-error-section .help-block,
        #account-forgot .module-email .login-error-section .help-block,
        #account-reset .module-email .login-error-section .help-block {
            color: red;
        }
        
        #auth-dialog .module-social .form,
        #account-login .module-social .form,
        #account-register .module-social .form,
        #account-forgot .module-social .form,
        #account-reset .module-social .form {
            margin-top: 50px;
        }
        
        #auth-dialog .module-social .btn[data-network],
        #account-login .module-social .btn[data-network],
        #account-register .module-social .btn[data-network],
        #account-forgot .module-social .btn[data-network],
        #account-reset .module-social .btn[data-network] {
            font-family: "Gotham Rounded 3r";
            color: #fff;
            display: block;
            text-align: center;
            line-height: 20px;
            border: none;
            background-image: none;
            text-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
        
        #auth-dialog .module-social .social-login-facebook,
        #auth-dialog .module-social .social-login-google,
        #account-login .module-social .social-login-facebook,
        #account-login .module-social .social-login-google,
        #account-register .module-social .social-login-facebook,
        #account-register .module-social .social-login-google,
        #account-forgot .module-social .social-login-facebook,
        #account-forgot .module-social .social-login-google,
        #account-reset .module-social .social-login-facebook,
        #account-reset .module-social .social-login-google {
            margin: 20px auto;
            width: 300px;
        }
        
        #auth-dialog .module-social .social-login-facebook .text,
        #auth-dialog .module-social .social-login-google .text,
        #account-login .module-social .social-login-facebook .text,
        #account-login .module-social .social-login-google .text,
        #account-register .module-social .social-login-facebook .text,
        #account-register .module-social .social-login-google .text,
        #account-forgot .module-social .social-login-facebook .text,
        #account-forgot .module-social .social-login-google .text,
        #account-reset .module-social .social-login-facebook .text,
        #account-reset .module-social .social-login-google .text {
            display: inline-block;
            font-size: 14px;
            width: 175px;
            text-align: left;
        }
        
        #auth-dialog .module-social .social-login-facebook [class^="icon-"],
        #auth-dialog .module-social .social-login-facebook [class*=" icon-"],
        #auth-dialog .module-social .social-login-google [class^="icon-"],
        #auth-dialog .module-social .social-login-google [class*=" icon-"],
        #account-login .module-social .social-login-facebook [class^="icon-"],
        #account-login .module-social .social-login-facebook [class*=" icon-"],
        #account-login .module-social .social-login-google [class^="icon-"],
        #account-login .module-social .social-login-google [class*=" icon-"],
        #account-register .module-social .social-login-facebook [class^="icon-"],
        #account-register .module-social .social-login-facebook [class*=" icon-"],
        #account-register .module-social .social-login-google [class^="icon-"],
        #account-register .module-social .social-login-google [class*=" icon-"],
        #account-forgot .module-social .social-login-facebook [class^="icon-"],
        #account-forgot .module-social .social-login-facebook [class*=" icon-"],
        #account-forgot .module-social .social-login-google [class^="icon-"],
        #account-forgot .module-social .social-login-google [class*=" icon-"],
        #account-reset .module-social .social-login-facebook [class^="icon-"],
        #account-reset .module-social .social-login-facebook [class*=" icon-"],
        #account-reset .module-social .social-login-google [class^="icon-"],
        #account-reset .module-social .social-login-google [class*=" icon-"] {
            font-size: 18px;
            display: inline-block;
            width: 18px;
            height: 18px;
            line-height: 20px;
            vertical-align: top;
            background-image: none;
            background-position: 0 0;
            background-repeat: no-repeat;
            margin: 0;
        }
        
        #auth-dialog .module-social .social-login-facebook .btn[data-network],
        #account-login .module-social .social-login-facebook .btn[data-network],
        #account-register .module-social .social-login-facebook .btn[data-network],
        #account-forgot .module-social .social-login-facebook .btn[data-network],
        #account-reset .module-social .social-login-facebook .btn[data-network] {
            padding: 10px;
            border-radius: 25px;
            background: #4c5da5;
        }
        
        #auth-dialog .module-social .social-login-google .btn[data-network],
        #account-login .module-social .social-login-google .btn[data-network],
        #account-register .module-social .social-login-google .btn[data-network],
        #account-forgot .module-social .social-login-google .btn[data-network],
        #account-reset .module-social .social-login-google .btn[data-network] {
            padding: 10px;
            border-radius: 25px;
            background: #437af8;
        }
        
        #auth-dialog .module-social .social-login-google .btn[data-network] [class^="icon-"],
        #auth-dialog .module-social .social-login-google .btn[data-network] [class*=" icon-"],
        #account-login .module-social .social-login-google .btn[data-network] [class^="icon-"],
        #account-login .module-social .social-login-google .btn[data-network] [class*=" icon-"],
        #account-register .module-social .social-login-google .btn[data-network] [class^="icon-"],
        #account-register .module-social .social-login-google .btn[data-network] [class*=" icon-"],
        #account-forgot .module-social .social-login-google .btn[data-network] [class^="icon-"],
        #account-forgot .module-social .social-login-google .btn[data-network] [class*=" icon-"],
        #account-reset .module-social .social-login-google .btn[data-network] [class^="icon-"],
        #account-reset .module-social .social-login-google .btn[data-network] [class*=" icon-"] {
            font-size: 16px;
        }
        
        #auth-dialog .module-social .email-section,
        #auth-dialog .module-social .password-section,
        #auth-dialog .module-social .re-login,
        #account-login .module-social .email-section,
        #account-login .module-social .password-section,
        #account-login .module-social .re-login,
        #account-register .module-social .email-section,
        #account-register .module-social .password-section,
        #account-register .module-social .re-login,
        #account-forgot .module-social .email-section,
        #account-forgot .module-social .password-section,
        #account-forgot .module-social .re-login,
        #account-reset .module-social .email-section,
        #account-reset .module-social .password-section,
        #account-reset .module-social .re-login {
            display: none;
            float: none;
            width: auto;
        }
        
        #auth-dialog .module-social .email-section,
        #auth-dialog .module-social .password-section,
        #account-login .module-social .email-section,
        #account-login .module-social .password-section,
        #account-register .module-social .email-section,
        #account-register .module-social .password-section,
        #account-forgot .module-social .email-section,
        #account-forgot .module-social .password-section,
        #account-reset .module-social .email-section,
        #account-reset .module-social .password-section {
            margin-bottom: 30px;
        }
        
        #auth-dialog .module-register .first_name-section,
        #auth-dialog .module-register .last_name-section,
        #account-login .module-register .first_name-section,
        #account-login .module-register .last_name-section,
        #account-register .module-register .first_name-section,
        #account-register .module-register .last_name-section,
        #account-forgot .module-register .first_name-section,
        #account-forgot .module-register .last_name-section,
        #account-reset .module-register .first_name-section,
        #account-reset .module-register .last_name-section {
            width: 145px;
        }
        
        #auth-dialog .module-register .first_name-section input[type='text'],
        #auth-dialog .module-register .last_name-section input[type='text'],
        #account-login .module-register .first_name-section input[type='text'],
        #account-login .module-register .last_name-section input[type='text'],
        #account-register .module-register .first_name-section input[type='text'],
        #account-register .module-register .last_name-section input[type='text'],
        #account-forgot .module-register .first_name-section input[type='text'],
        #account-forgot .module-register .last_name-section input[type='text'],
        #account-reset .module-register .first_name-section input[type='text'],
        #account-reset .module-register .last_name-section input[type='text'] {
            width: 145px;
        }
        
        #auth-dialog .module-register .first_name-section,
        #account-login .module-register .first_name-section,
        #account-register .module-register .first_name-section,
        #account-forgot .module-register .first_name-section,
        #account-reset .module-register .first_name-section {
            float: left;
        }
        
        #auth-dialog .module-register .last_name-section,
        #account-login .module-register .last_name-section,
        #account-register .module-register .last_name-section,
        #account-forgot .module-register .last_name-section,
        #account-reset .module-register .last_name-section {
            float: right;
        }
        
        #auth-dialog .module-register .email-section,
        #account-login .module-register .email-section,
        #account-register .module-register .email-section,
        #account-forgot .module-register .email-section,
        #account-reset .module-register .email-section {
            clear: both;
        }
        
        #auth-dialog .module-register .first_name-section,
        #auth-dialog .module-register .last_name-section,
        #auth-dialog .module-register .email-section,
        #auth-dialog .module-register .password-section,
        #account-login .module-register .first_name-section,
        #account-login .module-register .last_name-section,
        #account-login .module-register .email-section,
        #account-login .module-register .password-section,
        #account-register .module-register .first_name-section,
        #account-register .module-register .last_name-section,
        #account-register .module-register .email-section,
        #account-register .module-register .password-section,
        #account-forgot .module-register .first_name-section,
        #account-forgot .module-register .last_name-section,
        #account-forgot .module-register .email-section,
        #account-forgot .module-register .password-section,
        #account-reset .module-register .first_name-section,
        #account-reset .module-register .last_name-section,
        #account-reset .module-register .email-section,
        #account-reset .module-register .password-section {
            margin-bottom: 30px;
        }
        
        #auth-dialog .module-register .password-section,
        #account-login .module-register .password-section,
        #account-register .module-register .password-section,
        #account-forgot .module-register .password-section,
        #account-reset .module-register .password-section {
            position: relative;
        }
        
        #auth-dialog .module-register .password-section .show-password,
        #account-login .module-register .password-section .show-password,
        #account-register .module-register .password-section .show-password,
        #account-forgot .module-register .password-section .show-password,
        #account-reset .module-register .password-section .show-password {
            position: absolute;
            right: 10px;
            top: 0;
            margin: 10px auto;
            font-size: 10px;
            line-height: 20px;
            font-family: "Gotham Rounded 4r";
        }
        
        #auth-dialog .module-register .btn-auth-create-account,
        #account-login .module-register .btn-auth-create-account,
        #account-register .module-register .btn-auth-create-account,
        #account-forgot .module-register .btn-auth-create-account,
        #account-reset .module-register .btn-auth-create-account {
            width: 100%;
            margin-top: 50px;
            padding: 20px;
            font-family: "Gotham Rounded 3r";
            background-color: #a5d670;
            color: #fff;
            font-size: 16px;
            -webkit-transition: background-color .3s ease;
            -moz-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
        }
        
        #auth-dialog .module-register .btn-auth-create-account:hover,
        #account-login .module-register .btn-auth-create-account:hover,
        #account-register .module-register .btn-auth-create-account:hover,
        #account-forgot .module-register .btn-auth-create-account:hover,
        #account-reset .module-register .btn-auth-create-account:hover {
            background-color: #78ac3e;
        }
        
        #auth-dialog .module-register .subscribe-section .subscribe-checkbox,
        #account-login .module-register .subscribe-section .subscribe-checkbox,
        #account-register .module-register .subscribe-section .subscribe-checkbox,
        #account-forgot .module-register .subscribe-section .subscribe-checkbox,
        #account-reset .module-register .subscribe-section .subscribe-checkbox {
            float: left;
            vertical-align: middle;
            margin: 10px 10px 0 0;
            border: 1px solid #ccc;
            cursor: pointer;
            width: 20px;
            height: 20px;
            background-color: #fff;
            -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            -webkit-transition: background-color .3s ease;
            -moz-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
        }
        
        #auth-dialog .module-register .subscribe-section .subscribe-checkbox.icon_check,
        #account-login .module-register .subscribe-section .subscribe-checkbox.icon_check,
        #account-register .module-register .subscribe-section .subscribe-checkbox.icon_check,
        #account-forgot .module-register .subscribe-section .subscribe-checkbox.icon_check,
        #account-reset .module-register .subscribe-section .subscribe-checkbox.icon_check {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            border: 1px solid #a5d670;
            background-color: #a5d670;
        }
        
        #auth-dialog .module-register .subscribe-section .checkbox-label,
        #account-login .module-register .subscribe-section .checkbox-label,
        #account-register .module-register .subscribe-section .checkbox-label,
        #account-forgot .module-register .subscribe-section .checkbox-label,
        #account-reset .module-register .subscribe-section .checkbox-label {
            text-align: left;
            font-size: 14px;
            color: #ccc;
            line-height: 20px;
            width: 300px;
        }
        
        #auth-dialog .module-forgot .email-section,
        #account-login .module-forgot .email-section,
        #account-register .module-forgot .email-section,
        #account-forgot .module-forgot .email-section,
        #account-reset .module-forgot .email-section {
            margin-bottom: 30px;
        }
        
        #auth-dialog .module-forgot .forgot-error-section,
        #auth-dialog .module-forgot .error-section,
        #account-login .module-forgot .forgot-error-section,
        #account-login .module-forgot .error-section,
        #account-register .module-forgot .forgot-error-section,
        #account-register .module-forgot .error-section,

        #account-forgot .module-forgot .forgot-error-section,
        #account-forgot .module-forgot .error-section,
        #account-reset .module-forgot .forgot-error-section,
        #account-reset .module-forgot .error-section {
            margin-bottom: 20px;
            box-sizing: border-box;
        }
        
        #auth-dialog .module-forgot .forgot-error-section .help-block,
        #auth-dialog .module-forgot .error-section .help-block,
        #account-login .module-forgot .forgot-error-section .help-block,
        #account-login .module-forgot .error-section .help-block,
        #account-register .module-forgot .forgot-error-section .help-block,
        #account-register .module-forgot .error-section .help-block,
        #account-forgot .module-forgot .forgot-error-section .help-block,
        #account-forgot .module-forgot .error-section .help-block,
        #account-reset .module-forgot .forgot-error-section .help-block,
        #account-reset .module-forgot .error-section .help-block {
            color: red;
        }
        
        #auth-dialog .legal,
        #account-login .legal,
        #account-register .legal,
        #account-forgot .legal,
        #account-reset .legal {
            font-family: "Gotham Rounded 3r";
            margin: 50px 0;
            text-align: center;
            font-size: 12px;
            color: #999;
        }
        
        #auth-dialog .legal>div,
        #account-login .legal>div,
        #account-register .legal>div,
        #account-forgot .legal>div,
        #account-reset .legal>div {
            line-height: 20px;
        }
        
        @media (max-width: 767px) {
            #auth-dialog,
            #account-login,
            #account-register,
            #account-forgot,
            #account-reset {
                padding: 50px 10px;
            }
            #auth-dialog .auth-header,
            #account-login .auth-header,
            #account-register .auth-header,
            #account-forgot .auth-header,
            #account-reset .auth-header {
                font-size: 24px;
            }
        }
        
        .eHowUserMenu {
            position: relative;
            height: 50px;
        }
        
        @media (min-width: 1441px) {
            .eHowUserMenu {
                height: 55px;
            }
        }
        
        .eHowUserMenu a,
        .eHowUserMenu a:hover,
        .eHowUserMenu a:active {
            display: inline-block;
            padding: 3px 24px;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            text-decoration: none;
        }
        
        .eHowUserMenu a.avatar,

        .eHowUserMenu a:hover.avatar,
        .eHowUserMenu a:active.avatar {
            padding: 0;
            border-radius: 14px;
            width: 30px;
            height: 30px;
            overflow: hidden;
            vertical-align: top;
        }
        
        .eHowUserMenu a.register,
        .eHowUserMenu a:hover.register,
        .eHowUserMenu a:active.register {
            padding: 3px 28px 3px 27px;
            background-color: rgb(226,99,76);
            border-radius: 20px;
            outline: none;
            -webkit-appearance: none;
            -webkit-transition: background-color .3s ease;
            -moz-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            -ms-transition: background-color .3s ease;
            transition: background-color .3s ease;
        }
        
        .eHowUserMenu a.register:hover,
        .eHowUserMenu a:hover.register:hover,
        .eHowUserMenu a:active.register:hover {
            background-color: rgb(212, 83, 59);
        }
        
        .eHowUserMenu:hover ul#userDropdown,
        .eHowUserMenu.active ul#userDropdown {
            display: block;
        }
        
        .eHowUserMenu ul#userDropdown {
            display: none;
            position: absolute;
            top: 50px;
            right: 0;
            background: #fff;
            min-width: 200px;
        }
        
        @media (min-width: 1441px) {
            .eHowUserMenu ul#userDropdown {
                top: 55px;
            }
        }
        
        .eHowUserMenu ul#userDropdown li {
            list-style-type: none;
        }
        
        .eHowUserMenu ul#userDropdown li a {
            -webkit-font-smoothing: antialiased;
            display: block;
            color: #444b51;
            padding: 15px;
            border: 1px solid #dadada;
            border-top: none;
        }
        
        .eHowUserMenu ul#userDropdown li a:hover {
            background-color: #e6e6e6;
        }

