html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline;}

:focus {outline:none;}

table {border-collapse: collapse; border-spacing: 0;}

a img, img {border: 0 none;}

ol, ul {list-style: none;}


body {background: #edf1f4; font: 13px/17px 'Open Sans'; color: #000;}

.container {width: 360px; margin: 100px auto; position: relative;}
.container .form {background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); padding-bottom: 20px;}
.container .form .title {background: #f4f4f4; border-bottom: 1px solid #e7e7e7; line-height: 50px; font-size: 14px; font-weight: bold; text-align: center;}
.container .form .input {margin: 20px 25px; overflow: hidden;}
.container .form label {display: block; line-height: 37px; float: left;}
.container .form input[type="text"], .container input[type="password"] {background: transparent; border: 1px solid #e7e7e7; width: 200px; height: 35px; padding: 0 20px; font: 13px/35px 'Open Sans'; color: #000; box-sizing: content-box; float: right;}
.container .form input[type="text"]:focus, .container input[type="password"]:focus {border: 1px solid #ccc;}
.container .form button {background: #49b82f; border: 0 none; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); width: 120px; height: 35px; margin-left: 93px; padding-bottom: 3px; font: 13px 'Open Sans'; color: #fff; cursor: pointer;}
.container .hint ul li {font-size: 11px;}
.container .hint {display: none; background: rgba(0, 0, 0, 0.7); width: 202px; line-height: 20px; padding: 14px 20px; color: #fff; position: absolute; top: 170px; right: 25px;}
.container .hint div {margin-bottom: 7px;}
.container .hint .invalid {color: #fa6d6d;}
.container .hint .valid {color: #87fa6d;}