105 lines
2.1 KiB
CSS
105 lines
2.1 KiB
CSS
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
|
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,legend{color:#000}
|
|
|
|
body {
|
|
font-size: 13px;
|
|
font-family: 'Helvetica Neue', arial, sans-serif;
|
|
color: #393836;
|
|
background-color: #E7E7E7;
|
|
}
|
|
|
|
button::-moz-focus-inner {
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
input:focus {
|
|
outline: none;
|
|
}
|
|
|
|
input {
|
|
background-color: #E7E7E7;
|
|
border: 0 none;
|
|
height: 18px;
|
|
vertical-align: top;
|
|
width: 220px;
|
|
}
|
|
|
|
.button {
|
|
cursor: pointer;
|
|
background-color: #2B2B2B;
|
|
border-radius: 5px;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
padding: 2px 4px;
|
|
white-space: nowrap;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
|
margin: 0 2px;
|
|
border: 0;
|
|
}
|
|
|
|
h3 {
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
button.button {
|
|
font-size: 13px;
|
|
font-family: 'Helvetica Neue', arial, sans-serif;
|
|
line-height: 1.15em;
|
|
height: 19px;
|
|
}
|
|
|
|
.button:hover {
|
|
color: #fff;
|
|
background-color: #000;
|
|
border: 0;
|
|
}
|
|
|
|
.btn-other {
|
|
background-color: #1d8dc4;
|
|
}
|
|
|
|
#error {
|
|
margin-top: 25px;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #C41E3A;
|
|
}
|
|
|
|
#content {
|
|
margin: 15px;
|
|
}
|
|
|
|
#otp-protip {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#otp-form {
|
|
background-color: #d2d4d3;
|
|
display: block;
|
|
margin: 10px auto 0 auto;
|
|
padding: 10px;
|
|
width: 150px;
|
|
text-align: center;
|
|
}
|
|
|
|
#otp-form label {
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
#otp-form button {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#otp-form input {
|
|
width: 100%;
|
|
}
|