#auth {

}
#auth h1 {
    font-size: 28px;
    letter-spacing: -0.6px;
    color: #252d6c;
    margin-bottom: 40px;
}
#auth label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
#auth input {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    height: 44px;
    padding: 0 12px;
    width: 100%;
    margin-bottom: 20px;
}
#auth input:focus {
    border-color: #05966C;
}
#auth .save-button {
    font-size: 16px;
    line-height: 18px;
}
#auth .links {
    margin-top: 20px;
}
#auth .links a {
    display: inline-block;
    text-decoration: none;
    color: #262d6c;
}
#auth .links a.with-border {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #000;
}