div#container{
    min-width: auto;
}
div#content {
    width: 500px;
    margin: 0 auto;
    height: 500px;
    position: relative;
    top: 70px;
}
div#content h2 {
    font-size: 27px;
    font-weight: 400;
}
div#content .signin_intro p{
    line-height: 21px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
}
input.segment_btn {
    display: inline-block;
    background: #1a73e8;
    color: #fff;
    width: 170px;
    height: 40px;
    border-radius: 4px 4px;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    font-weight: normal;
}
input.segment_btn:hover {
    border: none;
    background: #1a59e8;
}
ul.errorlist {
    display: inline-block;
    background: transparent;
    color: red;
}
input#id_username, input#id_password, input#id_new_password1, input#id_new_password2 {
    width: 265px;
    height: 34px;
    margin-bottom: 15px;
    padding: 0 6px;
}
div.form-row label {
    display: block;
}
input#stay_signed_in {
    margin-left: 34px;
    margin-right: 5px;
}
.errornote, .successnote {
    font-size: 14px !important;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0 0 3px 0;
    border: none;
    color: red;
    background: transparent;
}
.successnote {
    color: #333;
    background: #ffc623;
    padding: 10px 24px 10px 57px;
    border-radius: 10px;
    border: 1px solid #eee;
    font-weight: 600;
    min-height: 22px;
    margin-bottom: 10px;
}
.successnote::before {
    content: ' ';
    width: 32px;
    height: 36px;
    background: url(/segmentpro_static/segmentpro/img/ok.png) no-repeat transparent 50% 50%;
    display: inline-block;
    position: absolute;
    left: 15px;
}
p.successnote.single-line {
    max-width: 198px;
}
.successnote.single-line::before {
    margin-top: -6px;
    background-size: 24px 24px;
}
.password-reset-link {
    margin-bottom: 15px;
}

input.segment_btn.passwd_reset {
    font-size: 16px;
}

input.segment_btn.passwd_change {
    font-size: 15px;
}

