1/* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6#confirm-password {
7  height: 609px;  /* Should be the same as #gaia-signin. */
8  padding: 70px;
9  width: 722px;  /* Should be the same as #gaia-signin. */
10}
11
12#confirm-password .step-contents {
13  -webkit-box-pack: center;
14  display: -webkit-box;
15  height: 100%;
16}
17
18#confirm-password-main {
19  height: 100%;
20  width: 310px;
21}
22
23#confirm-password-title {
24  font-weight: bold;
25}
26
27#confirm-password-input-container {
28  margin-bottom: 1em;
29}
30
31#confirm-password-error {
32  color: rgb(221, 75, 57);
33  margin-top: .5em;
34}
35
36#confirm-password:not(.error) #confirm-password-error {
37  display: none;
38}
39
40#confirm-password-divider {
41  margin-left: 44px;
42  margin-right: 30px;
43}
44
45#confirm-password-right {
46  -webkit-box-flex: 1;
47  margin-top: 1em;
48}
49
50<include src="gaia.css">
51