html {
    font-size: 87.5%;
}
div {
    display: block;
}
body {
    display: block;
    background: #2980B9;
    padding: 7.14286rem 2.14286rem 2.14286rem 2.14286rem;

    height: 100%;
    color: #8B9AA7;
    font-family: Arial,sans-serif;
    text-size-adjust: 100%;

    margin: 0;
}
.container {
    background: #fff;
    border-radius: 0.28571rem;
    min-height: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    width: 28.57143rem;
    height: 100%;

    transition: padding-left 0.3s;
}
.content-wrapper {
    padding: 2.14286rem;
    height: auto;
    overflow: hidden;
    display: block;
}
.content-main-wrapper {
    width: 100%;
    float: left;
    display: block;
}
form {
    margin: 0;
    padding: 0;
    display: block;
}
.form-row {
    padding: 4px;
    padding: 0.28571rem;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.form-row label {
    padding-right: 0.5em;
    line-height: 2em;
    font-size: 1em;
    clear: both;
}
.form-row #id_username_or_email {
    clear: both;
    padding: 6px;
    padding: 0.42857rem;
    width: 100%;
    box-sizing: border-box;
}
.submit-row {
    clear: both;
    padding: 1.42857rem 0 0 0;
    margin: 0;
    text-align: center;

    overflow: hidden;
}
.submit-row input[type="submit"] {
    font-size: 0.85714rem;
    font-weight: lighter;
    background-color: #5EADDE;
    color: #fff;
    text-transform: uppercase;
}
.submit-row input {
    margin: 0 0.35714rem 0.35714rem 0;
    padding: 0 1.42857rem;
}
input[type="submit"] {
    display: inline-block;
    background-color: #E3ECF2;
    color: #7f8fa4;
    border: 0;
    border-radius: 4px;
    border-radius: 0.28571rem;
    height: 32px;
    height: 2.28571rem;
    line-height: 32px;
    line-height: 2.28571rem;
    outline: 0;
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
    padding: 0 0.71429rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s;
}
input[type="password"] {
    border-radius: 4px;
    border-radius: 0.28571rem;
    font-size: 13px;
    font-size: 0.92857rem;
    height: 32px;
    height: 2.28571rem;
    white-space: nowrap;
    outline: 0;
    box-sizing: border-box;
    margin: 0;
    background-color: #fff;
    color: #8B9AA7;
    border: 1px solid #EDEDED;
    border: 0.07143rem solid #EDEDED;
    padding: 0 12px;
    padding: 0 0.85714rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s,box-shadow .3s,border .3s;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, select, .vTextField {
    border-radius: 4px;
    border-radius: 0.28571rem;
    font-size: 13px;
    font-size: 0.92857rem;
    height: 32px;
    height: 2.28571rem;
    white-space: nowrap;
    outline: 0;
    box-sizing: border-box;
    margin: 0;
    background-color: #fff;
    color: #8B9AA7;
    border: 1px solid #EDEDED;
    border: 0.07143rem solid #EDEDED;
    padding: 0 12px;
    padding: 0 0.85714rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background .3s,box-shadow .3s,border .3s;
}
label {
    cursor: default;
}

.text-danger {
    color: #e75e40;
}
.errornote {
    display: block;
    margin: 0 0 10px 0;
    margin: 0 0 0.71429rem 0;
    border-radius: 6px;
    border-radius: 0.42857rem;
    padding: 10px;
    padding: 0.71429rem;
    background: #e75e40;
    color: #fff;
}
.successnote {
    display: block;
    margin: 0 0 10px 0;
    margin: 0 0 0.71429rem 0;
    border-radius: 6px;
    border-radius: 0.42857rem;
    padding: 10px;
    padding: 0.71429rem;
    background: #e0eec5;
    color: #605858;
}

.link-login {
    color: #0690ec;
    font-weight: bold;
}

.link-reset-password {
    color: #ffffff;
    font-weight: bold;
}