﻿.login {
    background: -webkit-linear-gradient(left, #af6b53, #ec997c); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #af6b53, #ec997c); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #af6b53, #ec997c); /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #af6b53, #ec997c); /* Standard syntax (must be last) */
}
