0% found this document useful (0 votes)
449 views

Gmail HTML

This document contains the HTML and CSS code for the layout and design of Gmail's login page. The summary includes: 1. The HTML provides the structure and elements for Gmail's login page, including the header, main content area, and footer. 2. The CSS styles many of the elements on the page through properties like colors, fonts, sizes, positioning, and more. 3. The design creates a clean, simple interface for users to enter their email and password to access their Gmail account.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
449 views

Gmail HTML

This document contains the HTML and CSS code for the layout and design of Gmail's login page. The summary includes: 1. The HTML provides the structure and elements for Gmail's login page, including the header, main content area, and footer. 2. The CSS styles many of the elements on the page through properties like colors, fonts, sizes, positioning, and more. 3. The design creates a clean, simple interface for users to enter their email and password to access their Gmail account.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 43

<!

DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Gmail: Email from Google</title> <meta name="description" content="10+ GB of storage, less spam, and mobile acc ess. Gmail is email that&#39;s intuitive, efficient, and useful. And maybe even fun."> <link rel="icon" type="image/ico" href="//mail.google.com/favicon.ico"> <style type="text/css"> html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, tr, td, form, object, embed, article, aside, canvas, command, details, fieldset, figcaption, figure, footer, group, header, hgroup, legend, mark, menu, meter, nav, output, progress, section, summary, time, audio, video { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html { font: 81.25% arial, helvetica, sans-serif; background: #fff; color: #333; line-height: 1; direction: ltr; } a { color: #15c; text-decoration: none; } a:active { color: #d14836; } a:hover { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { color: #222; font-size: 1.54em; font-weight: normal; line-height: 24px; margin: 0 0 .46em; } p { line-height: 17px; margin: 0 0 1em; } ol, ul { list-style: none; line-height: 17px; margin: 0 0 1em; } li { margin: 0 0 .5em;

} table { border-collapse: collapse; border-spacing: 0; } strong { color: #222; } </style> <style type="text/css"> html, body { position: absolute; height: 100%; min-width: 100%; } .wrapper { position: relative; min-height: 100%; } .wrapper + style + iframe { display: none; } .content { padding: 0 44px; } .topbar { text-align: right; padding-top: .5em; padding-bottom: .5em; } .google-header-bar { height: 71px; background: #f1f1f1; border-bottom: 1px solid #e5e5e5; overflow: hidden; } .header .logo { margin: 17px 0 0; float: left; } .header .signin, .header .signup { margin: 28px 0 0; float: right; font-weight: bold; } .header .signin-button, .header .signup-button { margin: 22px 0 0; float: right; } .header .signin-button a { font-size: 13px; font-weight: normal; } .header .signup-button a { position: relative; top: -1px; margin: 0 0 0 1em; }

.main { margin: 0 auto; width: 650px; padding-top: 23px; padding-bottom: 100px; } .main h1:first-child { margin: 0 0 .92em; } .google-footer-bar { position: absolute; bottom: 0; height: 35px; width: 100%; border-top: 1px solid #ebebeb; overflow: hidden; } .footer { padding-top: 9px; font-size: .85em; white-space: nowrap; line-height: 0; } .footer ul { color: #999; float: left; max-width: 80%; } .footer ul li { display: inline; padding: 0 1.5em 0 0; } .footer a { color: #333; } .footer .lang-chooser { float: right; max-width: 20%; } .footer .attribution { float: right; } .footer .attribution span { vertical-align: text-top; } .redtext { color: #dd4b39; } .greytext { color: #555; } .secondary { font-size: 11px; color: #666; } .source { color: #093; } .hidden { display: none;

} .announce-bar { position: absolute; bottom: 35px; height: 33px; z-index: 2; width: 100%; background: #f9edbe; border-top: 1px solid #efe1ac; border-bottom: 1px solid #efe1ac; overflow: hidden; } .announce-bar .message { font-size: .85em; line-height: 33px; margin: 0; } .announce-bar .message .separated { margin-left: 1.5em; } .announce-bar-ac { background: #eee; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: '.'; clear: both; height: 0; } * html .clearfix { zoom: 1; } *:first-child+html .clearfix { zoom: 1; } pre { font-family: monospace; position: absolute; left: 0; margin: 0; padding: 1.5em; font-size: 13px; background: #f1f1f1; border-top: 1px solid #e5e5e5; direction: ltr; } </style> <style type="text/css"> button, input, select, textarea { font-family: inherit; font-size: inherit; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; }

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url] { display: inline-block; height: 29px; margin: 0; padding: 0 8px; background: #fff; border: 1px solid #d9d9d9; border-top: 1px solid #c0c0c0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; } input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=url]:hover { border: 1px solid #b9b9b9; border-top: 1px solid #a0a0a0; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus { outline: none; border: 1px solid #4d90fe; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); } input[type=email][disabled=disabled], input[type=number][disabled=disabled], input[type=password][disabled=disabled], input[type=tel][disabled=disabled], input[type=text][disabled=disabled], input[type=url][disabled=disabled] { border: 1px solid #e5e5e5; background: #f1f1f1; } input[type=email][disabled=disabled]:hover, input[type=number][disabled=disabled]:hover, input[type=password][disabled=disabled]:hover, input[type=tel][disabled=disabled]:hover, input[type=text][disabled=disabled]:hover, input[type=url][disabled=disabled]:hover { -webkit-box-shadow: none;

-moz-box-shadow: none; box-shadow: none; } input[type=email][readonly=readonly], input[type=number][readonly=readonly], input[type=password][readonly=readonly], input[type=text][readonly=readonly], input[type=url][readonly=readonly] { border: 1px solid #d9d9d9; } input[type=email][readonly=readonly]:hover, input[type=number][readonly=readonly]:hover, input[type=password][readonly=readonly]:hover, input[type=text][readonly=readonly]:hover, input[type=url][readonly=readonly]:hover, input[type=email][readonly=readonly]:focus, input[type=number][readonly=readonly]:focus, input[type=password][readonly=readonly]:focus, input[type=text][readonly=readonly]:focus, input[type=url][readonly=readonly]:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } input[type=checkbox].form-error, input[type=email].form-error, input[type=number].form-error, input[type=password].form-error, input[type=text].form-error, input[type=url].form-error { border: 1px solid #dd4b39; } input[type=checkbox], input[type=radio] { -webkit-appearance: none; appearance: none; width: 13px; height: 13px; margin: 0; cursor: pointer; vertical-align: bottom; background: #fff; border: 1px solid #dcdcdc; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; } input[type=checkbox]:active, input[type=radio]:active { border-color: #c6c6c6; background: #ebebeb; } input[type=checkbox]:hover { border-color: #c6c6c6; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);

box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); } input[type=radio] { -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; width: 15px; height: 15px; } input[type=checkbox]:checked, input[type=radio]:checked { background: #fff; } input[type=radio]:checked::after { content: ''; display: block; position: relative; top: 3px; left: 3px; width: 7px; height: 7px; background: #666; -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; } input[type=checkbox]:checked::after { content: url(//ssl.gstatic.com/ui/v1/menu/checkmark.png); display: block; position: absolute; top: -6px; left: -5px; } input[type=checkbox]:focus { outline: none; border-color:#4d90fe; } .g-button { display: inline-block; min-width: 46px; text-align: center; color: #444; font-size: 11px; font-weight: bold; height: 27px; padding: 0 8px; line-height: 27px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.218s; -moz-transition: all 0.218s; -ms-transition: all 0.218s; -o-transition: all 0.218s; transition: all 0.218s; border: 1px solid #dcdcdc; background-color: #f5f5f5; background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),t o(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);

background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: linear-gradient(top,#f5f5f5,#f1f1f1); -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: default; } *+html .g-button { min-width: 70px; } button.g-button, input[type=submit].g-button { height: 29px; line-height: 29px; vertical-align: bottom; margin: 0; } *+html button.g-button, *+html input[type=submit].g-button { overflow: visible; } .g-button:hover { border: 1px solid #c6c6c6; color: #333; text-decoration: none; -webkit-transition: all 0.0s; -moz-transition: all 0.0s; -ms-transition: all 0.0s; -o-transition: all 0.0s; transition: all 0.0s; background-color: #f8f8f8; background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),t o(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: linear-gradient(top,#f8f8f8,#f1f1f1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .g-button:active { background-color: #f6f6f6; background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),t o(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1); background-image: linear-gradient(top,#f6f6f6,#f1f1f1); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } .g-button:visited { color: #666; }

.g-button-submit { border: 1px solid #3079ed; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); background-color: #4d90fe; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),t o(#4787ed)); background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed); background-image: -moz-linear-gradient(top,#4d90fe,#4787ed); background-image: -ms-linear-gradient(top,#4d90fe,#4787ed); background-image: -o-linear-gradient(top,#4d90fe,#4787ed); background-image: linear-gradient(top,#4d90fe,#4787ed); } .g-button-submit:hover { border: 1px solid #2f5bb7; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.3); background-color: #357ae8; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),t o(#357ae8)); background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8); background-image: -moz-linear-gradient(top,#4d90fe,#357ae8); background-image: -ms-linear-gradient(top,#4d90fe,#357ae8); background-image: -o-linear-gradient(top,#4d90fe,#357ae8); background-image: linear-gradient(top,#4d90fe,#357ae8); } .g-button-submit:active { background-color: #357ae8; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),t o(#357ae8)); background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8); background-image: -moz-linear-gradient(top,#4d90fe,#357ae8); background-image: -ms-linear-gradient(top,#4d90fe,#357ae8); background-image: -o-linear-gradient(top,#4d90fe,#357ae8); background-image: linear-gradient(top,#4d90fe,#357ae8); -webkit-box-shadow: inset 0 1px 2px rgb a(0,0,0,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); } .g-button-share { border: 1px solid #29691d; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); background-color: #3d9400; background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),t o(#398a00)); background-image: -webkit-linear-gradient(top,#3d9400,#398a00); background-image: -moz-linear-gradient(top,#3d9400,#398a00); background-image: -ms-linear-gradient(top,#3d9400,#398a00); background-image: -o-linear-gradient(top,#3d9400,#398a00); background-image: linear-gradient(top,#3d9400,#398a00); } .g-button-share:hover { border: 1px solid #2d6200; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.3); background-color: #368200; background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),t o(#368200)); background-image: -webkit-linear-gradient(top,#3d9400,#368200);

background-image: -moz-linear-gradient(top,#3d9400,#368200); background-image: -ms-linear-gradient(top,#3d9400,#368200); background-image: -o-linear-gradient(top,#3d9400,#368200); background-image: linear-gradient(top,#3d9400,#368200); } .g-button-share:active { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); } .g-button-red { border: 1px solid transparent; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); text-transform: uppercase; background-color: #d14836; background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),t o(#d14836)); background-image: -webkit-linear-gradient(top,#dd4b39,#d14836); background-image: -moz-linear-gradient(top,#dd4b39,#d14836); background-image: -ms-linear-gradient(top,#dd4b39,#d14836); background-image: -o-linear-gradient(top,#dd4b39,#d14836); background-image: linear-gradient(top,#dd4b39,#d14836); } .g-button-red:hover { border: 1px solid #b0281a; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.3); background-color: #c53727; background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),t o(#c53727)); background-image: -webkit-linear-gradient(top,#dd4b39,#c53727); background-image: -moz-linear-gradient(top,#dd4b39,#c53727); background-image: -ms-linear-gradient(top,#dd4b39,#c53727); background-image: -o-linear-gradient(top,#dd4b39,#c53727); background-image: linear-gradient(top,#dd4b39,#c53727); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2); -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2); box-shadow: 0 1px 1px rgba(0,0,0,0.2); } .g-button-red:active { border: 1px solid #992a1b; background-color: #b0281a; background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),t o(#b0281a)); background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a); background-image: -moz-linear-gradient(top,#dd4b39,#b0281a); background-image: -ms-linear-gradient(top,#dd4b39,#b0281a); background-image: -o-linear-gradient(top,#dd4b39,#b0281a); background-image: linear-gradient(top,#dd4b39,#b0281a); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); color: #fff } .g-button-white { border: 1px solid #dcdcdc; color: #666;

background: #fff; } .g-button-white:hover { border: 1px solid #c6c6c6; color: #333; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .g-button-white:active { background: #fff; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } .g-button-red:visited, .g-button-share:visited, .g-button-submit:visited { color: #fff; } .g-button-submit:focus, .g-button-share:focus, .g-button-red:focus { -webkit-box-shadow: inset 0 0 0 1px #fff; -moz-box-shadow: inset 0 0 0 1px #fff; box-shadow: inset 0 0 0 1px #fff; } .g-button-share:focus { border-color: #29691d; } .g-button-red:focus { border-color: #d14836; } .g-button-submit:focus:hover, .g-button-share:focus:hover, .g-button-red:focus:hover { -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1); } .g-button.selected { background-color: #eee; background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(# e0e0e0)); background-image: -webkit-linear-gradient(top,#eee,#e0e0e0); background-image: -moz-linear-gradient(top,#eee,#e0e0e0); background-image: -ms-linear-gradient(top,#eee,#e0e0e0); background-image: -o-linear-gradient(top,#eee,#e0e0e0); background-image: linear-gradient(top,#eee,#e0e0e0); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); border: 1px solid #ccc; color: #333; } .g-button img { display: inline-block; margin: -3px 0 0; opacity: .55;

filter: alpha(opacity=55); vertical-align: middle; pointer-events: none; } *+html .g-button img { margin: 4px 0 0; } .g-button:hover img { opacity: .72; filter: alpha(opacity=72); } .g-button:active img { opacity: 1; filter: alpha(opacity=100); } .g-button.disabled img { opacity: .5; filter: alpha(opacity=50); } .g-button.disabled, .g-button.disabled:hover, .g-button.disabled:active, .g-button-submit.disabled, .g-button-submit.disabled:hover, .g-button-submit.disabled:active, .g-button-share.disabled, .g-button-share.disabled:hover, .g-button-share.disabled:active, .g-button-red.disabled, .g-button-red.disabled:hover, .g-button-red.disabled:active, input[type=submit][disabled].g-button { background-color: none; opacity: .5; filter: alpha(opacity=50); cursor: default; pointer-events: none; } .goog-menu { -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2); box-shadow: 0 2px 4px rgba(0,0,0,0.2); -webkit-transition: opacity 0.218s; -moz-transition: opacity 0.218s; -ms-transition: opacity 0.218s; -o-transition: opacity 0.218s; transition: opacity 0.218s; background: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); cursor: default; font-size: 13px; margin: 0; outline: none; padding: 0 0 6px; position: absolute; z-index: 2; overflow: auto; } .goog-menuitem,

.goog-tristatemenuitem, .goog-filterobsmenuitem { position: relative; color: #333; cursor: pointer; list-style: none; margin: 0; padding: 6px 7em 6px 30px; white-space: nowrap; } .goog-menuitem-highlight, .goog-menuitem-hover { background-color: #eee; border-color: #eee; border-style: dotted; border-width: 1px 0; padding-top: 5px; padding-bottom: 5px; } .goog-menuitem-highlight .goog-menuitem-content, .goog-menuitem-hover .goog-menuitem-content { color: #333; } .goog-menuseparator { border-top: 1px solid #ebebeb; margin-top: 9px; margin-bottom: 10px; } .goog-inline-block { position: relative; display: -moz-inline-box; display: inline-block; } * html .goog-inline-block { display: inline; } *:first-child+html .goog-inline-block { display: inline; } .dropdown-block { display: block; } .goog-flat-menu-button { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #f5f5f5; background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),t o(#f1f1f1)); background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1); background-image: linear-gradient(top,#f5f5f5,#f1f1f1); border: 1px solid #dcdcdc; color: #444; font-size: 11px; font-weight: bold; line-height: 27px; list-style: none;

margin: 0 2px; min-width: 46px; outline: none; padding: 0 18px 0 6px; text-decoration: none; vertical-align: middle; } .goog-flat-menu-button-disabled { background-color: #fff; border-color: #f3f3f3; color: #b8b8b8; cursor: default; } .goog-flat-menu-button.goog-flat-menu-button-hover { background-color: #f8f8f8; background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1); background-image: linear-gradient(top,#f8f8f8,#f1f1f1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); border-color: #c6c6c6; color: #333; } .goog-flat-menu-button.goog-flat-menu-button-focused { border-color: #4d90fe; } .form-error .goog-flat-menu-button { border: 1px solid #dd4b39; } .form-error .goog-flat-menu-button-focused { border-color: #4d90fe; } .goog-flat-menu-button.goog-flat-menu-button-open, .goog-flat-menu-button.goog-flat-menu-button-active { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1); background-color: #eee; background-image: -webkit-linear-gradient(top,#eee,#e0e0e0); background-image: -moz-linear-gradient(top,#eee,#e0e0e0); background-image: -ms-linear-gradient(top,#eee,#e0e0e0); background-image: -o-linear-gradient(top,#eee,#e0e0e0); background-image: linear-gradient(top,#eee,#e0e0e0); border: 1px solid #ccc; color: #333; z-index: 2; } .goog-flat-menu-button-caption { vertical-align: top; white-space: nowrap; } .goog-flat-menu-button-dropdown { border-color: #777 transparent; border-style: solid; border-width: 4px 4px 0; height: 0; width: 0;

position: absolute; right: 5px; top: 12px; } .jfk-select .goog-flat-menu-button-dropdown { background: url(//ssl.gstatic.com/ui/v1/disclosure/grey-disclosure-arrow-up-do wn.png) center no-repeat; border: none; height: 11px; margin-top: -4px; width: 7px; } .goog-menu-nocheckbox .goog-menuitem, .goog-menu-noicon .goog-menuitem { padding-left: 16px; vertical-align: middle; } body ::-webkit-scrollbar { height: 16px; width: 16px; overflow: visible; } body ::-webkit-scrollbar-button { height: 0; width: 0; } body ::-webkit-scrollbar-track { background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; } body ::-webkit-scrollbar-track:horizontal { border-width: 7px 0 0; } body ::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1); box-shadow: inset 1px 0 0 rgba(0,0,0,.1); } body ::-webkit-scrollbar-track:horizontal:hover { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1); box-shadow: inset 0 1px 0 rgba(0,0,0,.1); } body ::-webkit-scrollbar-track:active { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } body ::-webkit-scrollbar-track:horizontal:active { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-dark::-webkit-scrollbar-track:hover { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.2); box-shadow: inset 1px 0 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:hover {

-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark::-webkit-scrollbar-track:active { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(25 5,255,255,.15); box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,25 5,.15); } .jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:active { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(25 5,255,255,.15); box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,25 5,.15); } body ::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.2); background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; min-height: 28px; padding: 100px 0 0; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,. 07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07); } body ::-webkit-scrollbar-thumb:horizontal { border-width: 7px 0 0; padding: 0 0 0 100px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,. 07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07); } body ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,.4); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); } body ::-webkit-scrollbar-thumb:active { background-color: rgba(0,0,0,.5); -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35); box-shadow: inset 1px 1px 3px rgba(0,0,0,.35); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.3); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb:horizontal { -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb:hover { background-color: rgba(255,255,255,.6); -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.37);

box-shadow: inset 1px 1px 1px rgba(255,255,255,.37); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb:active { background-color: rgba(255,255,255,.75); -webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); } .jfk-scrollbar-borderless::-webkit-scrollbar-track { border-width: 0 1px 0 6px } .jfk-scrollbar-borderless::-webkit-scrollbar-track:horizontal { border-width: 6px 0 1px } .jfk-scrollbar-borderless::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.035); -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0 ,0,.07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-borderless.jfk-scrollbar-dark::-webkit-scrollbar-track:hover { background-color: rgba(255,255,255,.07); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rg ba(255,255,255,.15); box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,2 55,255,.15); } .jfk-scrollbar-borderless::-webkit-scrollbar-thumb { border-width: 0 1px 0 6px; } .jfk-scrollbar-borderless::-webkit-scrollbar-thumb:horizontal { border-width: 6px 0 1px; } body ::-webkit-scrollbar-corner { background: transparent; } body::-webkit-scrollbar-track-piece { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff; border-width: 0 0 0 3px; -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } body::-webkit-scrollbar-track-piece:horizontal { border-width: 3px 0 0; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } body::-webkit-scrollbar-thumb { border-width: 1px 1px 1px 5px; } body::-webkit-scrollbar-thumb:horizontal { border-width: 5px 1px 1px; } body::-webkit-scrollbar-corner { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff;

border-width: 3px 0 0 3px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); } .jfk-scrollbar::-webkit-scrollbar { height: 16px; overflow: visible; width: 16px; } .jfk-scrollbar::-webkit-scrollbar-button { height: 0; width: 0; } .jfk-scrollbar::-webkit-scrollbar-track { background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; } .jfk-scrollbar::-webkit-scrollbar-track:horizontal { border-width: 7px 0 0; } .jfk-scrollbar::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1); box-shadow: inset 1px 0 0 rgba(0,0,0,.1); } .jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1); box-shadow: inset 0 1px 0 rgba(0,0,0,.1); } .jfk-scrollbar::-webkit-scrollbar-track:active { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } .jfk-scrollbar::-webkit-scrollbar-track:horizontal:active { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:hover { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.2); box-shadow: inset 1px 0 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:active { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(25 5,255,255,.15); box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,25 5,.15); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:active { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(25 5,255,255,.15);

box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,25 5,.15); } .jfk-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.2); background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; min-height: 28px; padding: 100px 0 0; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,. 07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { border-width: 7px 0 0; padding: 0 0 0 100px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,. 07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07); } .jfk-scrollbar::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,.4); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); } .jfk-scrollbar::-webkit-scrollbar-thumb:active { background-color: rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.3); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:hover { background-color: rgba(255,255,255,.6); -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.37); box-shadow: inset 1px 1px 1px rgba(255,255,255,.37); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:active { background-color: rgba(255,255,255,.75); -webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track { border-width: 0 1px 0 6px; } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:horizontal { border-width: 6px 0 1px; }

.jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.035); -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0 ,0,.07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-borderless.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbartrack:hover { background-color: rgba(255,255,255,.07); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rg ba(255,255,255,.15); box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,2 55,255,.15); } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb { border-width: 0 1px 0 6px; } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { border-width: 6px 0 1px; } .jfk-scrollbar::-webkit-scrollbar-corner { background: transparent; } body.jfk-scrollbar::-webkit-scrollbar-track-piece { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff; border-width: 0 0 0 3px; -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } body.jfk-scrollbar::-webkit-scrollbar-track-piece:horizontal { border-width: 3px 0 0; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } body.jfk-scrollbar::-webkit-scrollbar-thumb { border-width: 1px 1px 1px 5px; } body.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { border-width: 5px 1px 1px; } body.jfk-scrollbar::-webkit-scrollbar-corner { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff; border-width: 3px 0 0 3px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); } .errormsg { margin: .5em 0 0; display: block; color: #dd4b39; line-height: 17px; } .help-link { background: #dd4b39;

padding: 0 5px; color: #fff; font-weight: bold; display: inline-block; -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; text-decoration: none; position: relative; top: 0px; } .help-link:visited { color: #fff; } .help-link:hover { color: #fff; background: #c03523; text-decoration: none; } .help-link:active { opacity: 1; background: #ae2817; } </style> <style type="text/css"> .main { width: auto; max-width: 1000px; min-width: 780px; } .product-info { margin: 0 385px 0 0; } .product-info h3 { font-size: 1.23em; font-weight: normal; } .product-info a:visited { color: #61c; } .product-info .g-button:visited { color: #666; } .sign-in { width: 335px; float: right; } .signin-box, .accountchooser-box { margin: 12px 0 0; padding: 20px 25px 15px; background: #f1f1f1; border: 1px solid #e5e5e5; } .product-headers { margin: 0 0 1.5em; } .product-headers h1 { font-size: 25px; margin: 0 !important;

} .product-headers h2 { font-size: 16px; margin: .4em 0 0; } .features { overflow: hidden; margin: 2em 0 0; } .features li { margin: 3px 0 2em; } .features img { float: left; margin: -3px 0 0; } .features p { margin: 0 0 0 68px; } .features .title { font-size: 16px; margin-bottom: .3em; } .features.no-icon p { margin: 0; } .features .small-title { font-size: 1em; font-weight: bold; } .notification-bar { background: #f9edbe; padding: 8px; } </style> <style type="text/css"> .signin-box h2 { font-size: 16px; line-height: 17px; height: 16px; margin: 0 0 1.2em; position: relative; } .signin-box h2 strong { display: inline-block; position: absolute; right: 0; top: 1px; height: 19px; width: 52px; background: transparent url(//ssl.gstatic.com/accounts/ui/google-signin-flat.p ng) no-repeat; } @media only screen and (-webkit-device-pixel-ratio: 2){ .signin-box h2 strong { background: transparent url(//ssl.gstatic.com/accounts/ui/google-signin-flat_2 x.png) no-repeat; background-size: 52px 19px; } }

.signin-box div { margin: 0 0 1.5em; } .signin-box label { display: block; } .signin-box input[type=email], .signin-box input[type=text], .signin-box input[type=password] { width: 100%; height: 32px; font-size: 15px; direction: ltr; } .signin-box .email-label, .signin-box .passwd-label { font-weight: bold; margin: 0 0 .5em; display: block; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .signin-box .reauth { display: inline-block; font-size: 15px; height: 29px; line-height: 29px; margin: 0; } .signin-box label.remember { display: inline-block; vertical-align: top; margin: 9px 0 0; } .signin-box .remember-label { font-weight: normal; color: #666; line-height: 0; padding: 0 0 0 .4em; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .signin-box input[type=submit] { margin: 0 1.5em 1.2em 0; height: 32px; font-size: 13px; } .signin-box ul { margin: 0; } .signin-box .training-msg { padding: .5em 8px; background: #f9edbe; } .signin-box .training-msg p { margin: 0 0 .5em; } </style>

<link rel="publisher" href="https://plus.google.com/103345707817934461425"> <style type="text/css"> .mail .mail-promo { border: 1px solid #ebebeb; margin: 30px 0 0; padding: 20px; overflow: hidden; } .mail .mail-promo h3, .mail .mail-promo p { margin-left: 60px; } .mail .mail-promo img { width: 42px; margin: 3px 0 0; float: left; } .mail .mail-promo h3 { font-size: 16px; margin-bottom: .3em; } .mail .mail-promo p { margin-bottom: 0; } .mail .mail-promo p:last-of-type { margin-bottom: 0; } .mail .mail-promo a { white-space: nowrap; } .mail .mail-promo-64 { padding: 10px 20px; } .mail .mail-promo-64 img { width: 64px; height: 64px; } .mail .mail-promo-64 h3, .mail .mail-promo-64 p { margin-left: 76px; } .mail .mail-promo-64 h3 { padding-top: .6em; } .mail ul.mail-links { margin: 0; overflow: hidden; } .mail ul.mail-links li { display: inline-block; margin-right: 20px; *display: inline; /*ie7*/ } </style> </head> <body> <div class="wrapper"> <div class="google-header-bar"> <div class="header content clearfix"> <img class="logo" src="//ssl.gstatic.com/images/logos/google_logo_41.png" alt=

"Google"> <span class="signup-button"> New to Gmail? <a id="link-signup" class="g-button g-button-red" href="https://accounts.googl e.com/SignUp?service=mail&amp;continue=https%3A%2F%2Fround-lake.dustinice.workers.dev%3A443%2Fhttps%2Fmail.google.com%2Fmail%2Fca %2F&amp;ltmpl=default"> Create an account </a> </span> </div> </div> <div class="main content clearfix"> <div class="sign-in"> <div class="signin-box"> <h2>Sign in <strong></strong></h2> <form novalidate id="gaia_loginform" action="https://accounts.google.com/Servi ceLoginAuth" method="post"> <input type="hidden" name="continue" id="continue" value="https://mail.google.com/mail/ca/" > <input type="hidden" name="service" id="service" value="mail" > <input type="hidden" name="rm" id="rm" value="false" > <input type="hidden" name="dsh" id="dsh" value="-7258649109836744881" > <input type="hidden" name="ltmpl" id="ltmpl" value="default" > <input type="hidden" name="scc" id="scc" value="1" > <input type="hidden"

name="ss" id="ss" value="1" > <input type="hidden" name="GALX" value="zpKsDjTHE6Y"> <input type="hidden" id="pstMsg" name="pstMsg" value="0"> <input type="hidden" id="dnConn" name="dnConn" value=""> <input type="hidden" id="checkConnection" name="checkConnection" value=""> <input type="hidden" id="checkedDomains" name="checkedDomains" value="youtube"> <input type="hidden" name="timeStmp" id="timeStmp" value=''/> <input type="hidden" name="secTok" id="secTok" value=''/> <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/> <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled"> <div class="email-div"> <label for="Email"><strong class="email-label">Username</strong></label> <input type="email" spellcheck="false" name="Email" id="Email" value=""

> </div> <div class="passwd-div"> <label for="Passwd"><strong class="passwd-label">Password</strong></label> <input type="password" name="Passwd" id="Passwd"

> </div> <input type="submit" class="g-button g-button-submit" name="signIn" id="signIn " value="Sign in"> <label class="remember" onclick=""> <input type="checkbox" name="PersistentCookie" id="PersistentCookie" value="yes" >

<strong class="remember-label"> Stay signed in </strong> </label> <input type="hidden" name="rmShown" value="1"> </form> <ul> <li> <a id="link-forgot-passwd" href="https://accounts.google.com/RecoverAccount?service=mail&amp;cont inue=https%3A%2F%2Fround-lake.dustinice.workers.dev%3A443%2Fhttps%2Fmail.google.com%2Fmail%2Fca%2F" target="_top"> Can&#39;t access your account? </a> </li> </ul> </div> </div> <div class="product-info mail"> <div class="product-headers"> <h1 class="redtext">Gmail</h1> <h2>A Google approach to email.</h2> </div> <p> Gmail is built on the idea that email can be more intuitive, efficient, and us eful. And maybe even fun. After all, Gmail has: </p> <ul class="features"> <li> <img src="//ssl.gstatic.com/images/icons/feature/filing_cabinet-g42.png" alt=" "> <p class="title">Lots of space</p> <p> Over <span id=quota>2757.272164</span> megabytes (and counting) of free storag e. </p> </li> <li> <img src="//ssl.gstatic.com/images/icons/feature/nosign-r42.png" alt=""> <p class="title">Less spam</p> <p>Keep unwanted messages out of your inbox.</p> </li> <li> <img src="//ssl.gstatic.com/images/icons/feature/mobile_phone-42.gif" alt=""> <p class="title">Mobile access</p> <p>Get Gmail on your mobile phone. <a href="http://www.google.com/mobile/gmail /#utm_source=en-cpp-g4mc-gmhp&utm_medium=cpp&utm_campaign=en">Learn more</a></p> </li> </ul> <ul class="mail-links"> <li><a href="http://mail.google.com/mail/help/intl/en/about.html" onclick="_ga q.push(['_link', 'http://mail.google.com/mail/help/intl/en/about.html', 'true']) ; return false;"> About Gmail</a></li> <li><a href="http://mail.google.com/mail/help/intl/en/about_whatsnew.html" onc lick="_gaq.push(['_link', 'http://mail.google.com/mail/help/intl/en/about_whatsn ew.html', 'true']); return false;">New features!</a></li> <li><a href="http://mail.google.com/mail/help/intl/en/switch.html" onclick="_g aq.push(['_link', 'http://mail.google.com/mail/help/intl/en/switch.html', 'true' ]); return false;">Switch to Gmail</a></li>

<li> <a href="https://accounts.google.com/SignUp?service=mail&continue=https%3A%2F% 2Fmail.google.com%2Fmail%2Fca%2F&ltmpl=default"> Create an account </a> </li> </ul> <div class="mail-promo"> <img src="//ssl.gstatic.com/images/icons/product/apps-42.png" alt=""> <h3>Take Gmail to work with Google Apps for Business</h3> <p>Love Gmail, but looking for a custom email address for your company?</p> <p>Get business email, calendar, and online docs @your_company.com. <a href="h ttp://www.google.com/enterprise/apps/business/campaign/personal_gmail.html?utm_s ource=gmail_promo&utm_medium=et&utm_campaign=WW--2012q3--ww_apps_smb_et_2012-gma illoginpage:70160000000jf0oaag&utm_content=en_IN">Learn more</a></p> </div> </div> <div id="cc_iframe_parent"></div> </div> <div class="google-footer-bar"> <div class="footer content clearfix"> <ul> <li> 2012 Google</li> <li><a href="http://www.google.com/apps/intl/en/business/gmail.html#utm_medium =et&utm_source=gmail-signin-en&utm_campaign=crossnav" target="_blank">Gmail for Work</a></li> <li><a href="http://mail.google.com/mail/help/intl/en/terms.html" target="_bla nk">Terms &amp; Privacy</a></li> <li><a href="http://mail.google.com/support/?hl=en" target="_blank">Help</a></ li> </ul> <select id="lang-chooser" class="lang-chooser" style="display: none;"> <option value="in" > ?Bahasa Indonesia? </option> <option value="ms" > ?Bahasa Melayu? </option> <option value="ca" > ?catal? </option> <option value="cs" > ?ce tina? </option> <option value="cy" > ?Cymraeg? </option> <option value="da" > ?dansk? </option> <option value="de" > ?Deutsch? </option>

<option value="et" > ?eesti? </option> <option value="en-GB" > ?English (United Kingdom)? </option> <option value="en" selected="selected" > ?English (United States)? </option> <option value="es" > ?espaol (Espaa)? </option> <option value="es-419" > ?espaol (Latinoamrica)? </option> <option value="eu" > ?euskara? </option> <option value="fil" > ?Filipino? </option> <option value="fr" > ?franais? </option> <option value="hr" > ?hrvatski? </option> <option value="is" > ?slenska? </option> <option value="it" > ?italiano? </option> <option value="sw" > ?Kiswahili? </option> <option value="lv" > ?latvie u? </option> <option value="lt" > ?lietuviu? </option> <option value="hu" > ?magyar? </option>

<option value="nl" > ?Nederlands? </option> <option value="no" > ?norsk? </option> <option value="pl" > ?polski? </option> <option value="pt-BR" > ?portugus (Brasil)? </option> <option value="pt-PT" > ?portugus (Portugal)? </option> <option value="ro" > ?romna? </option> <option value="sk" > ?slovencina? </option> <option value="sl" > ?sloven cina? </option> <option value="fi" > ?suomi? </option> <option value="sv" > ?svenska? </option> <option value="tl" > ?Tagalog? </option> <option value="vi" > ?Ti?ng Vi?t? </option> <option value="tr" > ?Trke? </option> <option value="el" > ?????????? </option> <option value="bg" > ??????????? </option>

<option value="ru" > ????????? </option> <option value="sr" > ???????? </option> <option value="uk" > ???????????? </option> <option value="iw" > ???????? </option> <option value="ur" > ??????? </option> <option value="ar" > ?????????? </option> <option value="fa" > ???????? </option> <option value="am" > ?????? </option> <option value="mr" > ??????? </option> <option value="hi" > ???????? </option> <option value="bn" > ??????? </option> <option value="gu" > ????????? </option> <option value="ta" > ??????? </option> <option value="te" > ???????? </option> <option value="kn" > ??????? </option>

<option value="ml" > ???????? </option> <option value="th" > ????? </option> <option value="ko" > ????? </option> <option value="zh-CN" > ???(??)? </option> <option value="ja" > ????? </option> <option value="zh-TW" > ?????? </option> </select> </div> </div> <script type="text/javascript"> var gaia_hasInnerTextProperty = document.getElementsByTagName("body")[0].innerText != undefined ? true : false ; var gaia_attachEvent = function(element, event, callback) { if (element.addEventListener) { element.addEventListener(event, callback, false); } else if (element.attachEvent) { element.attachEvent('on' + event, callback); } }; var gaia_getElementsByClass = function(className) { if (document.getElementsByClassName) { return document.getElementsByClassName(className); } else if (document.querySelectorAll && document.querySelectorAll('.' + classN ame)) { return document.querySelectorAll('.' + className); } return []; }; </script> <script type="text/javascript">/* Anti-spam. Want to say hello? Contact (base6 4) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29tCg== */(function(){eval('var f=void 0,g,j =this,l=function(a,b){var c=a.split("."),d=j;!(c[0]in d)&&d.execScript&&d.execSc ript("var "+c[0]);for(var e;c.length&&(e=c.shift());)!c.length&&b!==f?d[e]=b:d=d [e]?d[e]:d[e]={}},m=function(a){var b=typeof a;if("object"==b)if(a){if(a instanc eof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.t oString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||" number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.pr opertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnume rable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else i f("function"==b&&"undefined"==typeof a.call)return"object";return b},p=Date.now|

|function(){return+new Date};new function(){p()};var r=function(a){a=a.replace(/ \\r\\n/g,"\\n");for(var b=[],c=0,d=0;d<a.length;d++){var e=a.charCodeAt(d);128>e ?b[c++]=e:(2048>e?b[c++]=e>>6|192:(b[c++]=e>>12|224,b[c++]=e>>6&63|128),b[c++]=e &63|128)}return b};var x=function(a){try{if(this.c=[],s(this,this.b,0),s(this,th is.j,0),s(this,this.n,0),s(this,this.i,[]),s(this,this.f,[]),s(this,this.F,{}),s (this,this.D,"object"==typeof window?window:j),s(this,this.G,this),s(this,this.p ,0),s(this,this.B,0),s(this,this.C,0),s(this,this.h,t(4)),s(this,this.m,[]),s(th is,this.k,{}),this.A=true,a&&"!"==a[0])this.e=a;else{var b;if(window.atob){var c =window.atob(a);a=[];for(var d=0,e=0;e<c.length;e++){for(var h=c.charCodeAt(e);2 55<h;)a[d++]=h&255,h>>=8;a[d++]=h}b=a}else b=null;this.d=b;!this.d||!this.d.leng th?u(this,this.S):this.o()}}catch(k){v(this,k)}};g=x.prototype;g.O=[function(){} ,function(a){var b=y(a),c=y(a),d=a.a(b),b=z(a,b),e=z(a,c);e==a.g||e==a.l?d=""+d: 0<b&&(1==b?d&=255:2==b?d&=65535:4==b&&(d&=4294967295));s(a,c,d)},function(a){var b=y(a),c=z(a,b);if(0<c){for(var d=0;c--;)d=d<<8|y(a);s(a,b,d)}else if(c!=a.s){d =y(a)<<8|y(a);if(c==a.g)if(c="",a.c[a.t]!=f)for(var e=a.a(a.t);d--;)var h=e[y(a) <<8|y(a)],c=c+h;else{c=Array(d);for(e=0;e<d;e++)c[e]=y(a);d=c;c=[];for(h=e=0;e<d .length;){var k=d[e++];if(128>k)c[h++]=String.fromCharCode(k);else if(191<k&&224 >k){var n=d[e++];c[h++]=String.fromCharCode((k&31)<<6|n&63)}else{var n=d[e++],q= d[e++];c[h++]=String.fromCharCode((k&15)<<12|(n&63)<<6|q&63)}}c=c.join("")}else{ c=Array(d);for(e=0;e<d;e++)c[e]=y(a)}s(a,b,c)}},function(a){y(a)},function(a){va r b=y(a),c=y(a),d=y(a),b=a.a(b),c=a.a(c);s(a,d,b[c])},function(a){var b=y(a),c=y (a),b=a.a(b);s(a,c,m(b))},function(a){var b=y(a),c=y(a),d=z(a,b),e=z(a,c);d==a.g &&e==a.g?(a.c[c]==f&&s(a,c,""),s(a,c,a.a(c)+a.a(b))):e==a.l&&(0>d?(b=a.a(b),d==a .g&&(b=r(""+b)),(c==a.f||c==a.h||c==a.m)&&A(a,c,B(b.length,2)),A(a,c,b)):0<d&&(b =a.a(b),A(a,c,B(b,d))))},function(a){var b=y(a),c=y(a);s(a,c,function(a){return eval(a)}(a.a(b)))},function(a){var b=y(a),c=y(a);s(a,c,a.a(c)-a.a(b))},function( a){var b=C(a),c=b.K.apply(b.self,b.z);s(a,b.L,c)},function(a){var b=y(a),c=y(a); s(a,c,a.a(c)%a.a(b))},function(a){var b=a.a(y(a)),c=a.a(y(a)),d=a.a(y(a)),e=a.a( y(a));b.addEventListener(c,D(a,d,e,true),false)},function(a){var b=a.a(y(a)),c=a .a(y(a));a=a.a(y(a));b[c]=a},function(){},function(a){var b=y(a),c=y(a);s(a,c,a. a(c)+a.a(b))},function(a){var b=y(a),c=y(a);0!=a.a(b)&&s(a,a.b,a.a(c))},function (a){var b=y(a),c=y(a),d=y(a);a.a(b)==a.a(c)&&s(a,d,a.a(d)+1)},function(a){var b= y(a),c=y(a),d=y(a);a.a(b)>a.a(c)&&s(a,d,a.a(d)+1)},function(a){var b=y(a),c=y(a) ,d=y(a);s(a,d,a.a(b)<<c)},function(a){var b=y(a),c=y(a),d=y(a);s(a,d,a.a(b)|a.a( c))},function(a){var b=a.a(y(a));a.H.push(a.c.slice());a.c[a.b]=f;s(a,a.b,b)},fu nction(a){var b=a.H.pop();if(b){for(var c=y(a);0<c;c--){var d=y(a);b[d]=a.c[d]}a .c=b}else s(a,a.b,a.d.length)},function(a){var b=y(a),c=y(a),d=y(a);s(a,d,(a.a(b )in a.a(c))+0)},function(a){var b=y(a),c=a.a(y(a)),d=a.a(y(a));s(a,b,D(a,c,d))}, function(a){var b=y(a),c=y(a);s(a,c,a.a(c)*a.a(b))},function(a){var b=y(a),c=y(a ),d=y(a);s(a,d,a.a(b)>>c)},function(a){var b=y(a),c=y(a),d=y(a);s(a,d,a.a(b)||a. a(c))},function(a){var b=C(a),c=b.z,d=b.self,e=b.K,h="";switch(c.length){case 0: h=new d[e];break;case 1:h=new d[e](c[0]);break;case 2:h=new d[e](c[0],c[1]);brea k;case 3:h=new d[e](c[0],c[1],c[2]);break;case 4:h=new d[e](c[0],c[1],c[2],c[3]) ;break;default:u(a,a.u);return}s(a,b.L,h)},function(a){var b=y(a),c=y(a),d=y(a), e=y(a),b=a.a(b),c=a.a(c),d=a.a(d);a=a.a(e);for(var e=b.length,h=0;h<e;h+=d)c(b.s lice(h,h+d),a)}];g.b=0;g.n=1;g.i=2;g.j=3;g.f=4;g.t=5;g.M=6;g.F=7;g.I=8;g.D=9;g.G =10;g.p=11;g.B=12;g.C=13;g.h=14;g.m=15;g.k=16;g.$=17;g.P=15;g.X=12;g.Q=10;g.R=42 ;g.aa=6;g.g=-1;g.l=-2;g.s=-3;g.S=17;g.N=21;g.u=22;g.ba=30;g.V=31;g.Y=32;g.q={};g .v="caller";g.T=0;var v=function(a,b){a.e=("E:"+b.message+":"+b.stack).substring (0,2048)},t=function(a){for(var b=Array(a);a--;)b[a]=255*Math.random()|0;return b},E=function(a,b,c){try{for(var d=0;84941944608!=d;)a+=(b<<4^b>>>5)+b^d+c[d&3], d+=2654435769,b+=(a<<4^a>>>5)+a^d+c[d>>>11&3];return[a>>>24,a>>16&255,a>>8&255,a &255,b>>>24,b>>16&255,b>>8&255,b&255]}catch(e){throw e;}},F=function(a,b){return a[b]<<24|a[b+1]<<16|a[b+2]<<8|a[b+3]},B=function(a,b){for(var c=[],d=b-1;0<=d;d --)c[b-1-d]=a>>8*d&255;return c},A=function(a,b,c,d){var e=a.a(b);b=b==a.h?funct ion(b){try{var c=e.length,d=c&7;if(4==d){var h=[0,0,0,a.a(a.C)];e.Z=E(F(e,c-8),F (e,c-4),h)}e.push(e.Z[d]^b)}catch(w){throw w;}}:function(a){e.push(a)};d&&b(d&25 5);d=c.length;for(var h=0;h<d;h++)b(c[h])},s=function(a,b,c){if(b==a.b||b==a.j)i f(a.c[b])a.c[b].U(c);else{var d=c;c=function(){return e()};var e=function(){retu rn d};c.U=function(a){d=a};a.c[b]=c}else{var h=a.a,k=function(){for(var a=n[q.v]

,b=a===h,a=a&&a[q.v],c=0;a&&a!=H&&a!=w&&a!=I&&20>c;)c++,a=a[q.v];return k[!b+!a+ (c>>2)]},n=function(){return k()},q=x.prototype,H=q.o,w=q.J,I=x;k[q.T]=c;a.c[b]= n}b==a.n&&(a.r=f,s(a,a.b,a.a(a.b)+4))};x.prototype.a=function(a){var b=this.c[a] ;if(b===f)throw u(this,this.ba,0,a),this.q;return b()};var u=function(a,b,c,d){v ar e=a.a(a.j);b=[b,e>>8&255,e&255];d!=f&&b.push(d);s(a,a.i,b);a.d&&s(a,a.b,a.d.l ength);c&&(d="",c.message&&(d=c.message.toString()),c.stack!=f&&(d+=": "+c.stack ),d=d.substring(0,2048),d=r(d),A(a,a.h,B(d.length,2).concat(d),a.X))},y=function (a){var b=a.a(a.b);if(b>=a.d.length)throw u(a,a.V,0,b),a.q;a.r==f&&(a.r=F(a.d,b4),a.w=f);if(a.w!=b>>3){a.w=b>>3;var c=[0,0,0,a.a(a.n)];a.W=E(a.r,a.w,c)}s(a,a.b ,b+1);return a.d[b]^a.W[b%8]},z=function(a,b){return b<=a.$?b==a.i||b==a.f||b==a .h||b==a.m?a.l:b==a.M||b==a.F||b==a.D||b==a.G||b==a.k?a.s:b==a.t?a.g:4:[1,2,4,a. l,a.s,a.g][b%a.aa]};x.prototype.fa=function(a,b){b.push(a[0]<<24|a[1]<<16|a[2]<< 8|a[3]);b.push(a[4]<<24|a[5]<<16|a[6]<<8|a[7]);b.push(a[8]<<24|a[9]<<16|a[10]<<8 |a[11])};x.prototype.ea=function(a,b,c){var d=a[(b+2)%3];a[b]=a[b]-a[(b+1)%3]-d^ (1==b?d<<c:d>>>c)};x.prototype.da=function(a,b){if(3==a.length){for(var c=0;3>c; c++)b[c]+=a[c];for(var d=[13,8,13,12,16,5,3,10,15],c=0;9>c;c++)b[3](b,c%3,d[c])} };var C=function(a){var b={};b.K=a.a(y(a));b.L=y(a);var c=y(a)-1;b.self=a.a(y(a) );for(b.z=[];c--;)b.z.push(a.a(y(a)));return b},D=function(a,b,c,d){return funct ion(){if(!d||a.A)return s(a,a.M,arguments),s(a,a.k,c),G(a,b)}},G=function(a,b){v ar c=a.a(a.b);a.d&&c<a.d.length&&(s(a,a.j,c),u(a,a.Y));s(a,a.b,b);return a.o()}; x.prototype.o=function(){this.H=[];try{var a=this.d.length;0<this.a(this.i).leng th&&s(this,this.b,a);for(var b=null,c=0;(c=this.a(this.b))<a;)try{s(this,this.j, c);var d=y(this);(b=this.O[d])?b(this):u(this,this.N,0,d)}catch(e){if(e!=this.q) {var h=this.a(this.p);h?(s(this,h,e),s(this,this.p,0)):u(this,this.u,e)}}}catch( k){try{u(this,this.u,k)}catch(n){v(this,n)}}return this.a(this.k)};x.prototype.J =function(){if(this.e)return this.e;try{this.A=false;this.c[this.I]&&G(this,this .a(this.I));var a=this.a(this.i);0<a.length&&A(this,this.f,B(a.length,2).concat( a),this.P);var b=this.a(this.B),b=b-(this.a(this.f).length+4),c=this.a(this.h);4 <c.length&&(b-=c.length+3);0<b&&A(this,this.f,B(b,2).concat(t(b)),this.Q);4<c.le ngth&&A(this,this.f,B(c.length,2).concat(c),this.R);var d=[3].concat(this.a(this .f)),e;var h;window.btoa?(h=window.btoa(String.fromCharCode.apply(null,d)),e=h=h .replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")):e=null;if(this.e=e)th is.e="!"+this.e;else{this.e="";for(a=0;a<d.length;a++){var k=d[a].toString(16);1 ==k.length&&(k="0"+k);this.e+=k}}}catch(n){v(this,n)}return this.e};x.prototype. ca=function(a){a(this.J())};try{window.addEventListener("unload",function(){},fa lse)}catch(J){}l("botguard.bg",x);l("botguard.bg.prototype.invoke",x.prototype.c a);')})()</script> <script type="text/javascript"> try { document.bg = new botguard.bg('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'); } catch (err) { if (gaia_reportError) { gaia_reportError(err.message, !!window.botguard, 4); } } </script> <script type="text/javascript"> function gaia_parseFragment() { var hash = location.hash; var params = {}; if (!hash) { return params; } var paramStrs = decodeURIComponent(hash.substring(1)).split('&'); for (var i = 0; i < paramStrs.length; i++) { var param = paramStrs[i].split('='); params[param[0]] = param[1]; } return params; } function gaia_prefillEmail() { var f = null; if (document.getElementById) { f = document.getElementById('gaia_loginform'); } if (f && f.Email && (f.Email.value == null || f.Email.value == '') && (f.Email.type != 'hidden')) { hashParams = gaia_parseFragment(); if (hashParams['Email'] && hashParams['Email'] != '') { f.Email.value = hashParams['Email']; } } } try { gaia_prefillEmail(); } catch (e) { }

function gaia_setFocus() { var f = null; if (document.getElementById) { f = document.getElementById('gaia_loginform'); } if (f) { var agt = navigator.userAgent.toLowerCase(); var is_ie = (agt.indexOf("msie") != -1); if (f.Email && (f.Email.value == null || f.Email.value == '' || is_ie)

&& (f.Email.type != 'hidden') && f.Email.focus) { f.Email.focus(); if (f.Email.value) { f.Email.value = f.Email.value; } } else if (f.Passwd) { f.Passwd.focus(); } } } window.onload = gaia_setFocus; function gaia_onLoginSubmit() { if (window.gaiacb_onLoginSubmit) { gaiacb_onLoginSubmit(); }

try { document.bg.invoke(function(response) { document.getElementById('bgresponse').value = response; }); } catch (err) { if (gaia_reportError) { gaia_reportError(err.message, !!window.botguard, 3); } }

return true; } document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;

var Ga=!0,G=null,Gb=!1,Gc;var Ge=function(a,b){var c=a;a&&"string"==typeof a &&(c=document.getElementById(a));if(b&&!c)throw new Gd(a);return c},Gd=function( a){this.id=a;this.toString=function(){return"No element found for id '"+this.id+ "'"}};var Gf={},Gg;Gg=window.addEventListener?function(a,b,c){var d=function(a){ var b=c.call(this,a);Gb===b&&Gh(a);return b};a=Ge(a,Ga);a.addEventListener(b,d,G b);Gi(a,b).push(d);return d}:window.attachEvent?function(a,b,c){a=Ge(a,Ga);var d =function(){var b=window.event,d=c.call(a,b);Gb===d&&Gh(b);return d};a.attachEve nt("on"+b,d);Gi(a,b).push(d);return d}:void 0;var Gh=function(a){a.preventDefaul t?a.preventDefault():a.returnValue=Gb;return Gb}; var Gi=function(a,b){Gf[a]=Gf[a]||{};Gf[a][b]=Gf[a][b]||[];return Gf[a][b]};var Gj=function(){try{return new XMLHttpRequest}catch(a){for(var b=["MSXML2.XMLHTTP. 6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c ++)try{return new ActiveXObject(b[c])}catch(d){}}return G},Gk=function(){this.h= Gj();this.parameters={}};Gk.prototype.g=function(){}; Gk.prototype.send=function(a){var b=[],c;for(c in this.parameters){var d=this.pa rameters[c];b.push(c+"="+encodeURIComponent(d))}var b=b.join("&"),e=this.h,f=thi s.g;e.open("POST",a,Ga);e.setRequestHeader("Content-type","application/x-www-for m-urlencoded");e.setRequestHeader("Content-length",String(b.length));e.onreadyst

atechange=function(){4==e.readyState&&f({status:e.status,text:e.responseText})}; e.send(b)}; Gk.prototype.s=function(a){var b=this.g,c=this.h;c.open("GET",a,Ga);c.onreadysta techange=function(){4==c.readyState&&b({status:c.status,text:c.responseText})};c .send()};var Gm=function(a){this.f=a;this.o=this.p();if(this.f==G)throw new Gl(" Empty module name");};Gc=Gm.prototype;Gc.p=function(){var a=window.location.path name;return a&&0==a.indexOf("/accounts")?"/accounts/JsRemoteLog":"/JsRemoteLog"} ; Gc.r=function(a,b,c){var d=this.o,e=this.f||"",d=d+"?module="+encodeURIComponent (e);a=a||"";d=d+"&type="+encodeURIComponent(a);b=b||"";d=d+"&msg="+encodeURIComp onent(b);c=c||[];for(a=0;a<c.length;a++)d=d+"&arg="+encodeURIComponent(c[a]);try {var f=Math.floor(1E4*Math.random()),d=d+"&r="+String(f)}catch(g){}return d};Gc. send=function(a,b,c){var d=new Gk;d.parameters={};try{var e=this.r(a,b,c);d.s(e) }catch(f){}};Gc.a=function(a,b){this.send("ERROR",a,b)}; Gc.i=function(a){var b=this;return function(){try{return a.apply(G,arguments)}ca tch(c){throw b.a("Uncatched exception: "+c),c;}}};var Gl=function(){};var Gn=Gn| |new Gm("uri"),Go=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?([\\w\\d\\-\\u01 00-\\uffff.%]*)(?::([0-9]+))?)?([^?#]+)?(?:\\?([^#]*))?(?:#(.*))?$"),Gp=function (a){return"http"==a.toLowerCase()?80:"https"==a.toLowerCase()?443:G},Gq=function (a,b){var c=b.match(Go)[1]||G,d,e=b.match(Go)[3]||G;d=e&&decodeURIComponent(e);e =Number(b.match(Go)[4]||G)||G;if(!c||!d)return Gn.a("Invalid origin Exception",[ String(b)]),Gb;e||(e=Gp(c));var f=a.match(Go)[1]||G;if(!f||f.toLowerCase()!=c.to LowerCase())return Gb; c=(c=a.match(Go)[3]||G)&&decodeURIComponent(c);if(!c||c.toLowerCase()!=d.toLower Case())return Gb;(d=Number(a.match(Go)[4]||G)||G)||(d=Gp(f));return e==d};var Gr =Gr||new Gm("check_connection"),Gs="^([^:]+):(\\d*):(\\d?)$",Gt=G,Gu=G,Gv=G,Gw=f unction(a,b){this.d=a;this.c=b;this.b=Gb};Gc=Gw.prototype;Gc.j=function(a,b){if( !b)return Gb;if(0<=a.indexOf(","))return Gr.a("CheckConnection result contains c omma",[a]),Gb;var c=b.value;b.value=c?c+","+a:a;return Ga};Gc.e=function(a){retu rn this.j(a,Gu)};Gc.l=function(a){return this.j(a,Gv)};Gc.k=function(a){a=a.matc h(Gs);return!a||3>a.length?G:a[1]}; Gc.n=function(a,b){if(!Gq(this.d,a))return Gb;if(this.b||!b)return Ga;"accessibl e"==b?(this.e(a),this.b=Ga):this.k(b)==this.c&&(this.l(b)||this.e(a),this.b=Ga); return Ga};Gc.q=function(){var a;a=this.d;var b="timestamp",c=String((new Date). getTime());if(0<a.indexOf("#"))throw Object("Unsupported URL Exception: "+a);ret urn a=0<=a.indexOf("?")?a+"&"+encodeURIComponent(b)+"="+encodeURIComponent(c):a+ "?"+encodeURIComponent(b)+"="+encodeURIComponent(c)}; Gc.m=function(){var a=window.document.createElement("iframe"),b=a.style;b.visibi lity="hidden";b.width="1px";b.height="1px";b.position="absolute";b.top="-100px"; a.src=this.q();a.id=this.c;Gt.appendChild(a)}; var Gx=function(){if(window.postMessage){var a;a=window.__CHECK_CONNECTION_CONFI G.iframeParentElementId;var b=window.__CHECK_CONNECTION_CONFIG.connectivityEleme ntId,c=window.__CHECK_CONNECTION_CONFIG.newResultElementId;(Gt=document.getEleme ntById(a))?(b&&(Gu=document.getElementById(b)),c&&(Gv=document.getElementById(c) ),!Gu&&!Gv?(Gr.a("Unable to locate the input element to storeCheckConnection res ult",["old id: "+String(b),"new id: "+String(c)]),a=Gb):a=Ga):(Gr.a("Unable to l ocate the iframe anchor to append connection test iframe", ["element id: "+a]),a=Gb);if(a){c=window.__CHECK_CONNECTION_CONFIG.domainConfigs ;if(!c){if(!window.__CHECK_CONNECTION_CONFIG.iframeUri){Gr.a("Missing iframe URL in old configuration");return}c=[{iframeUri:window.__CHECK_CONNECTION_CONFIG.if rameUri,domainSymbol:"youtube"}]}if(0!=c.length){a=c.length;for(var b=[],d=0;d<a ;d++)b.push(new Gw(c[d].iframeUri,c[d].domainSymbol));var e=b,c=function(a){var b=a.origin.toLowerCase();a=a.data;for(var c=e.length,d=0;d<c&&!e[d].n(b,a);d++); };Gg(window,"message", c);for(d=0;d<a;d++)b[d].m()}}}},Gy=function(){if(window.__CHECK_CONNECTION_CONFI G){var a=window.__CHECK_CONNECTION_CONFIG.postMsgSupportElementId;if(window.post Message){var b=document.getElementById(a);b?b.value="1":Gr.a("Unable to locate t he input element to storepostMessage test result",["element id: "+a])}}};G_check ConnectionMain=Gr.i(Gx);G_setPostMessageSupportFlag=Gr.i(Gy);

window.__CHECK_CONNECTION_CONFIG = { newResultElementId: 'checkConnection', domainConfigs: [{iframeUri: 'https://accounts.youtube.com/accounts/Check Connection?pmpo\75https%3A%2F%2Fround-lake.dustinice.workers.dev%3A443%2Fhttps%2Faccounts.google.com\46v\0751151187830',domainSym bol: 'youtube'}],

iframeUri: '', iframeOrigin: '', connectivityElementId: 'dnConn', iframeParentElementId: 'cc_iframe_parent', postMsgSupportElementId: 'pstMsg', msgContent: 'accessible' }; G_setPostMessageSupportFlag(); G_checkConnectionMain();

</script> <script type="text/javascript"> gaia_appendParam = function(url, name, value) { var param = encodeURIComponent(name) + '=' + encodeURIComponent(value); if (url.indexOf('?') >= 0) { return url + '&' + param; } else { return url + '?' + param; } }; var langChooser = document.getElementById('lang-chooser'); if (langChooser) { var langChooserParam = 'hl'; var langChooserUrl = '\x2FServiceLogin?service=mail\x26passive=true\x26rm=fals e\x26continue=https%3A%2F%2Fround-lake.dustinice.workers.dev%3A443%2Fhttps%2Fmail.google.com%2Fmail%2Fca%2F\x26ss=1\x26scc=1\x26l tmpl=default\x26ltmplcache=2\x26lp=1'; langChooser.style.display = ''; langChooser.onchange = function() { window.location.href = gaia_appendParam(langChooserUrl, langChooserParam, this.value); }; } </script>

<script type="text/javascript"> var gaia_swapHiResLogo = function() { var devicePixelRatio = window.devicePixelRatio ? window.devicePixelRatio : 1; if (devicePixelRatio > 1) { var logos = gaia_getElementsByClass('logo'); for (var i = 0; i < logos.length; i++) { if (logos[i].nodeName == 'IMG' && logos[i].src.search('google_logo_41.png') > 0) { logos[i].width = 116; logos[i].height = 41; logos[i].src = '//ssl.gstatic.com/images/logo_ret.png'; } } } } gaia_swapHiResLogo(); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-992684-1']); _gaq.push(['_setDomainName', 'accounts.google.com']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_addIgnoredRef', 'mail.google.com']); _gaq.push(['_setAllowAnchor', true]); _gaq.push(['_trackPageview', '/mail/homepage']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })(); </script> <script type="text/javascript"> var BrowserSupport_={IsBrowserSupported:function(){var agt=navigator.userAgent.t oLowerCase();var is_op=agt.indexOf("opera")!=-1;var is_ie=agt.indexOf("msie")!=1&&document.all&&!is_op;var is_ie5=agt.indexOf("msie 5")!=-1&&document.all&&!is_ op;var is_mac=agt.indexOf("mac")!=-1;var is_gk=agt.indexOf("gecko")!=-1;var is_s f=agt.indexOf("safari")!=-1;if(is_ie&&!is_op&&!is_mac){if(agt.indexOf("palmsourc e")!= -1||agt.indexOf("regking")!=-1||agt.indexOf("windows ce")!=-1||agt.indexOf("j2me ")!=-1||agt.indexOf("avantgo")!=-1||agt.indexOf(" stb")!=-1)return false;var v=B rowserSupport_.GetFollowingFloat(agt,"msie ");if(v!=null)return v>=5.5}if(is_gk& &!is_sf){var v=BrowserSupport_.GetFollowingFloat(agt,"rv:");if(v!=null)return v> =1.4;else{v=BrowserSupport_.GetFollowingFloat(agt,"galeon/");if(v!=null)return v >= 1.3}}if(is_sf){if(agt.indexOf("rv:3.14.15.92.65")!=-1)return false;var v=Browser Support_.GetFollowingFloat(agt,"applewebkit/");if(v!=null)return v>=312}if(is_op ){if(agt.indexOf("sony/com1")!=-1)return false;var v=BrowserSupport_.GetFollowin gFloat(agt,"opera ");if(v==null)v=BrowserSupport_.GetFollowingFloat(agt,"opera/" );if(v!=null)return v>=8}if(agt.indexOf("pda; sony/com2")!=-1)return true;return false}, GetFollowingFloat:function(str,pfx){var i=str.indexOf(pfx);if(i!=-1){var v=parse Float(str.substring(i+pfx.length));if(!isNaN(v))return v}return null}};var is_br owser_supported=BrowserSupport_.IsBrowserSupported() </script> <script type=text/javascript> <!--

var start_time = (new Date()).getTime(); if (top.location != self.location) { top.location = self.location.href; } function SetGmailCookie(name, value) { document.cookie = name + "=" + value + ";path=/;domain=.google.com"; } function lg() { var now = (new Date()).getTime(); var cookie = "T" + start_time + "/" + start_time + "/" + now; SetGmailCookie("GMAIL_LOGIN", cookie); } function gaiacb_onLoginSubmit() { lg(); if (!fixed) { FixForm(); } return true; } function StripParam(url, param) { var start = url.indexOf(param); if (start == -1) return url; var end = start + param.length; var charBefore = url.charAt(start-1); if (charBefore != '?' && charBefore != '&') return url; var charAfter = (url.length >= end+1) ? url.charAt(end) : ''; if (charAfter != '' && charAfter != '&' && charAfter != '#') return url; if (charBefore == '&') { --start; } else if (charAfter == '&') { ++end; } return url.substring(0, start) + url.substring(end); } var fixed = 0; function FixForm() { if (is_browser_supported) { var form = el("gaia_loginform"); if (form && form["continue"]) { var url = form["continue"].value; url = StripParam(url, "ui=html"); url = StripParam(url, "zy=l"); form["continue"].value = url; } } fixed = 1; } function el(id) { if (document.getElementById) { return document.getElementById(id); } else if (window[id]) {

return window[id]; } return null; } // Estimates of nanite storage generation over time. var CP = [ [ 1224486000000, 7254 ], [ 1335290400000, 7704 ], [ 1335376800000, 10240 ], [ 2144908800000, 13531 ], [ 2147328000000, 43008 ], [ 46893711600000, Number.MAX_VALUE ] ]; var quota_elem; var ONE_PX = "https://mail.google.com/mail/images/c.gif?t=" + (new Date()).getTime(); function LogRoundtripTime() { var img = new Image(); var start = (new Date()).getTime(); img.onload = GetRoundtripTimeFunction(start); img.src = ONE_PX; } function GetRoundtripTimeFunction(start) { return function() { var end = (new Date()).getTime(); SetGmailCookie("GMAIL_RTT", (end - start)); } } function MaybePingUser() { var f = el("gaia_loginform"); if (f.Email.value) { new Image().src = 'https://mail.google.com/mail?gxlu=' + encodeURIComponent(f.Email.value) + '&zx=' + (new Date().getTime()); } } function OnLoad() { gaia_setFocus(); MaybePingUser(); var passwd_elem = el("Passwd"); if (passwd_elem) { passwd_elem.onfocus = MaybePingUser; } LogRoundtripTime(); if (!quota_elem) { quota_elem = el("quota"); updateQuota(); } LoadConversionScript(); } function updateQuota() { if (!quota_elem) { return; } var now = (new Date()).getTime(); var i; for (i = 0; i < CP.length; i++) { if (now < CP[i][0]) { break; }

} if (i == 0) { setTimeout(updateQuota, 1000); } else if (i == CP.length) { quota_elem.innerHTML = CP[i - 1][1]; } else { var ts = CP[i - 1][0]; var bs = CP[i - 1][1]; quota_elem.innerHTML = format(((now-ts) / (CP[i][0]-ts) * (CP[i][1]-bs)) + b s); setTimeout(updateQuota, 1000); } } var PAD = '.000000'; function format(num) { var str = String(num); var dot = str.indexOf('.'); if (dot < 0) { return str + PAD; } if (PAD.length > (str.length - dot)) { return str + PAD.substring(str.length - dot); } else { return str.substring(0, dot + PAD.length); } } var google_conversion_type = 'landing'; var google_conversion_id = 1069902127; var google_conversion_language = "en_US"; var google_conversion_format = "1"; var google_conversion_color = "FFFFFF"; function LoadConversionScript() { var script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://www.googleadservices.com/pagead/conversion.js"; } // --> </script> <script> window.onload = function() { OnLoad(); FixForm(); } </script> </div> </body> </html>

You might also like