﻿html {
    background-color: #230040;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

h2 {
    color: #651590;
}

header {
    background-color: #fff;
    max-width: none;
    padding: 10px 0 18px;
}

form {
    border: 1px solid #661691;
}

#password-forgot, #username-forgot, #password-confirm, #remove-data-gdpr {
    margin: 4rem auto 2rem;
    -webkit-box-shadow: 0px 0px 53px 3px rgba(92,92,92,1);
    -moz-box-shadow: 0px 0px 53px 3px rgba(92,92,92,1);
    box-shadow: 0px 0px 53px 3px rgba(92,92,92,1);
}

#password-forgot input[type=text], #username-forgot input[type=text], #password-confirm input[type=text], #password-confirm input[type=password] {
    border: 1px solid #808080;
    border-radius: 10px;
}

#password-forgot a.link, #password-forgot a.visited, #password-forgot a.hover, #password-forgot a.active,
#password-confirm a.link, #password-confirm a.visited, #password-confirm a.hover, #password-confirm a.active {
    color: #808082;
}

.passwordForgot, .usernameForgot, .passwordConfirm, .gdprDataRequest {
    background-color: #ffffff;
    max-width: none;
    color: #651590;
    width: 100%;
    position: absolute;
    top: 113px;
    left: 0px;
}

    .passwordForgot h2, .usernameForgot h2, .passwordConfirm h2 {
        margin: 0px;
        padding: 0px 0px 22px;
    }
    .passwordForgot p, .usernameForgot p, .passwordConfirm p {
        margin: 0px;
        padding: 0px;
    }

    .subscriptionIndex form label, .passwordForgot form label, .passwordConfirm form label, .usernameForgot form label, .passwordConfirm form label {
        color: #661691;
    }

.live-help {
    background-color: #661691;
}
@media (min-width: 320px) and (max-width: 768px) {
    .live-help {
        background-color: #fff;
    }
    #password-forgot {
        margin: 4rem 25px 2rem;
    }
    .usernameForgot #username-forgot {
        margin: 4rem 25px 2rem;
    }
    .passwordConfirm #password-confirm {
        margin: 4rem 25px 2rem;
    }
}

@media (min-width:768px) and (max-width:1280px) {
    #password-forgot, #username-forgot, .usernameForgot #username-forgot, .passwordConfirm #password-confirm {
        margin: 45px auto 25px;
    }

    .live-help {
        background-color: #fff;
        color: #808082;
        box-shadow: none;
    }
}
p .live-help-text {
   color: #808082;
}
.live-help-desk {
    color: #fff;
}

.subscriptionUpdate form legend {
    color: #ff89ff;
    border-bottom: 1px solid #b326b3;
}

form button, .play-now {
    -moz-box-shadow: inset 2px 2px 5px #ce6ace;
    -webkit-box-shadow: inset 2px 2px 5px #ce6ace;
    box-shadow: inset 2px 2px 5px #ce6ace;
    background: linear-gradient(to top,#651690 10%,#a350ca 80%,#ad73cd 100%);
    color: white;
    border-radius: 1vw;
    color: #fff;
    cursor: pointer;

}
form button:hover, .play-now:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
    transition: .3s;
}

    .play-now a {
        color: #fff;
    }

.validation-error {
    color: #661691;
}

#deluxepop {
    border: 1px solid #b326b3
}

.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;
}

.confirmation, .error {
    font-size: 11px;
    color: #79717a;
}
.confirmation_footerfix, .error_footerfix {
    width: 80%;
}