/** Core structure **/
html, body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background: #F3F3F4;
    text-align: center;
    padding: 50px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

/** Login box **/
h1 {
    font-weight: 300;
    color: #444;
    font-size: 30px;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 18px;
}
h1 .ion {
    display: block;
    margin-bottom: 15px;
    color: #8CAAC0;
}

#login {
    background: #fff;
    padding: 36px 30px;
    margin: 50px auto;
    width: 500px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    text-align: left;
}

button.btn, button.btn:active, button.btn:hover {
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;

    background: rgb(254,125,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,125,25,1) 0%, rgba(255,199,156,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,125,25,1)), color-stop(100%,rgba(255,199,156,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,125,25,1) 0%,rgba(255,199,156,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,125,25,1) 0%,rgba(255,199,156,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,125,25,1) 0%,rgba(255,199,156,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,125,25,1) 0%,rgba(255,199,156,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7d19', endColorstr='#ffc79c',GradientType=0 ); /* IE6-9 */

    border: 0;
}

#ext-login-notice {
    display: none;
    color: #666;
    text-align: center;
    margin: 0;
    padding: 15px 0 0 0;
}
#ext-login-notice img {
    display: inline-block;
}