.wrapper {
	background: #120136;
    background: -webkit-linear-gradient(top left, #120136 0%, #035aa6 100%);
    background: linear-gradient(to bottom right, #120136 0%, #035aa6 100%);
}

.demo .wrapper {
    background: #9f5f80;
    background: -webkit-linear-gradient(top left, #583d72 0%, #9f5f80 100%);
    background: linear-gradient(to bottom right, #583d72 0%, #9f5f80 100%);
}

form button {
    color: #120136;
}

form input:focus {
    color: #120136;
}