﻿html {
	/*background-color: #fff;*/
	background-image: linear-gradient(to right, #de006f, #f73736);
}

body {
    /*background: url('../images/background.jpg') repeat-x;*/
    background-color: #fff;
	color: #000;

}

	body h2 {
		font-family: 'Arial Rounded MT', Georgia, sans-serif;
		font-size: 26px;
	}


form {
	border: 0.1px solid gray;
	box-shadow: 0 0 50px #888888;	
}
	form a {
		color: #de006f;
	}

#password-forgot {
    margin: 4rem auto 2rem;
}

.subscriptionIndex form input, .usernameForgot form input, .passwordForgot form input, .passwordConfirm form input, .gdprDataRequest form input {
	border: 2px solid gray;
}

.subscriptionIndex form label, .passwordForgot form label, .passwordConfirm form label {
	color: #000;
}

.live-help {
	color: #de006f;
}

.live-help-text {
	color: #de006f;
}

.subscriptionUpdate form legend {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

form button, .play-now {
	/*-moz-box-shadow: inset 2px 2px 5px #040505;
	-webkit-box-shadow: inset 2px 2px 5px #040505;
	box-shadow: inset 2px 2px 5px #040505;*/
	/*background: red;*/
	background-image: linear-gradient(to right, #de006f, #f73736);
	color: #ffffff;
	cursor: pointer;
}

    .play-now a {
        color: #000;
    }

.validation-error {
    color: #000;
}

#deluxepop {
    border: 1px solid #92ad20
}

footer li {
    height: 55px;
    display: inline-block;
    padding: 0 2%;
}

footer p {
color: #fff;
}

footer {
	background-image: linear-gradient(to right, #de006f, #f73736);
	max-width:100%;
}

.icons {
    background: url('../images/footerlogos.png') no-repeat;
    display: block;
}

.icon1 {
    width: 100px;
    height: 35px;
    background-position: 0 0;
}

.icon2 {
    background-position: -115px 0;
    width: 160px;
    height: 35px;
}

.icon3 {
    background-position: -275px 0%;
    width: 150px;
    height: 35px;
}

.icon4 {
    background-position: -430px 0;
    width: 130px;
    height: 35px;
}
