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