@font-face {
    font-family: "RedHatDisplay-Medium";
    src: url('../../fonts/RedHatDisplay-Medium.ttf')
}

@font-face {
    font-family: "RedHatDisplay-Bold";
    src: url('../../fonts/RedHatDisplay-Bold.ttf');
}

@font-face {
    font-family: "RedHatDisplay-Regular";
    src: url('../../fonts/RedHatDisplay-Regular.ttf');
}

html {
    font-size: 10px;
    height:100%;
    width:100%;
}
body {
	box-sizing: border-box;
	font-family: "RedHatDisplay-Medium", 'Roboto', sans-serif;
	font-weight: normal;
	height: 100%;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msg-container {
    background: rgba(242,244,245,0.8);
    display: block;
    font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
    margin: 20px 0px;
    max-width: 90%;   
    position: absolute;
    top: 30%; 
    width: 800px;
}
#loginform {
    display: none !important;
}
#logo
{
    font-size:10px;
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    font: 3.2rem/2.0 amobee-icons;
    color: #FFF;
    letter-spacing: 3px;
    text-decoration: none;
    border: none;
}

.container-fluid {
    align-items: flex-end;
	display: flex;
    justify-content: flex-start;
    min-height: 100%;
    width: 100%;
}

.container-logout {
	height: auto;
	margin-left: 4%;
	margin-top: 4%;
	overflow: auto;
}

.content-logout {
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    position: relative;
}

.static_page {
	overflow: hidden;
}

.static_page .content-logout {
    background: url('/include/images/itv_PlanetV/powered_by.png') no-repeat bottom 5% left 5% #fff;
    bottom: 6%;
    height: 258px;
    position: absolute;
    width: 360px;
}

#wrapper-pv-logout {
	box-sizing: border-box;
	background: url('/include/images/itv_PlanetV/logo_white.png'), url('/include/images/itv_PlanetV/pv_splash_page.png');
	background-position: top 8% left 50px, center;
    background-repeat: no-repeat;
	background-size: 19%, cover;    
    height: 100%;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 3% 0 3% 3%;
    position: fixed;
    top: 0;
    width: 100%;
}

.content-logout .info {

    font-weight: 600;
    font-size: 0.9em;
    padding: 5em 0 5em 0;
    text-align: center;    
    width: 360px;
}

#okta-sign-in .label-username {
	bottom: 30px;
    color: #000;
    display: inline;
    font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
    font-size: 11px;
    height: auto;
    margin-bottom : 5px;
    position: absolute;
    width: auto;
}

#okta-sign-in .label-password {
	bottom: 30px;
    color: #000;
    display: inline;
    font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
    font-size: 11px;
    height: auto;
    margin-bottom : 3px;
    position: absolute;
    width: auto;
}

#okta-sign-in #okta-signin-username, #okta-sign-in #idp-discovery-username {
	border-bottom: 2px solid #000;
	font-family: "RedHatDisplay-Regular", 'Roboto', sans-serif;
	margin-top: 5px;
	padding: 6px 8px;
}
#okta-sign-in .auth-content .password-expired .o-form-button-bar .button.button-primary {
	margin-bottom: unset !important;
	padding: unset;
}

#okta-sign-in #emailAddress, #okta-sign-in #btnSubmit, #okta-sign-in #okta-signin-submit, #okta-sign-in .auth-content .password-expired .o-form-button-bar .button.button-primary, #okta-sign-in #idp-discovery-submit {
	background: #052e8a;
    border-radius: 18px;
    font-family: "RedHatDisplay-Regular", 'Roboto',sans-serif;
    font-size: 13px;
    height: 35px;
    margin-bottom: -7px;
}

#okta-sign-in.auth-container .button-primary:hover, #okta-sign-in.auth-container .button-primary:focus, #okta-sign-in.auth-container .button-primary:active, #okta-sign-in.auth-container .button-primary:focus {
	background: rgba(5, 46, 138, 0.8) !important;
}

#okta-sign-in #okta-signin-password {
	border-bottom: 2px solid #000;
	font-family: "RedHatDisplay-Regular", 'Roboto', sans-serif;
	margin-top: 5px;
	padding: 6px 8px;
}

#okta-sign-in .input-tooltip {
	display: none;
}

#okta-sign-in.auth-container .okta-form-input-field input {
	color:#444444;
}

#okta-sign-in.auth-container .okta-form-input-field {
	background-color : rgba(255, 255, 255, 0);
}

#okta-sign-in .person-16-gray {
	display: none;
}

#okta-sign-in .remote-lock-16 {
	display: none;
}

#okta-sign-in .powered-by-amobee {
	color: #000;
	font-family: "RedHatDisplay-Regular";
    font-size: 12px;
    margin-bottom: 2%;
    margin-left: 7%;
}

#okta-sign-in .powered-by {
	font-family: "RedHatDisplay-Regular" , 'Roboto', sans-serif;
    font-size: 12px;
}

#okta-sign-in .amobee-text-uppercase {
	font-family: "RedHatDisplay-Bold" , 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: -4px;
}

#wrapper #okta-sign-in {
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	border: 0;
	margin: 0px;
	overflow: hidden;
	transition: ease all .5s;
	width: 360px;
}

#wrapper .okta-sign-in-thanks {
	float: left;
	height: 290px;	
	width: 360px;
}

#wrapper .upsell-page {
	float: left;
	height: auto;
	width: 360px;
}

#wrapper .okta-reset-password-window {
	float: left;
	height: 293px;	
	width: 360px;
}

#okta-sign-in .o-form .input-fix, #okta-sign-in .o-form .textarea-fix {
	border: none;
}

#okta-sign-in.auth-container .button-primary {
    background: #3BB0C9;
    border: 0;
}

#okta-sign-in a:active, #okta-sign-in a:link, #okta-sign-in a:visited {
 	color: #000;
    font-family: "RedHatDisplay-Regular", 'Roboto', sans-serif;
    font-size: 10px;
}

#okta-sign-in.auth-container .link:link, #okta-sign-in.auth-container .link:visited, #okta-sign-in.auth-container .link:hover, #okta-sign-in.auth-container .link:active {
    color: #000;
    font-family: "RedHatDisplay-Medium", 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

div#widget-container {
	float: left;
}

#okta-sign-in .widget-container
{
    position: relative !important;
    display: block !important;
    width: 400px !important;
    max-width: 90% !important;
    margin: 0px auto !important;
    padding: 20px !important;

    background: rgba(242,244,245,0.8) !important;

    border-radius: 3px !important;

    box-shadow: 0px 0px 20px rgba(0,0,0,0.4) !important;
}

#okta-sign-in .o-form .o-form-input .o-form-control {
	height: 45px;
	padding-bottom: 3px;
	position: relative;
}

#okta-sign-in.auth-container h2,
#okta-sign-in.auth-container h3 {
    /* -- Fonts and Text Colors -- */
    margin: 0;
    color: rgb(61,49,53);
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 0;
}

#okta-sign-in.auth-container input[type="submit"], #okta-sign-in.auth-container input[type="button"], #okta-sign-in .auth-content .password-expired .button.button-primary {
	border-radius: 30px;
	font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
	height: 40px;
	padding: 0;
}

#okta-signin-submit.button.button-primary, .button, button, input[type="submit"], .button:visited, #okta-sign-in .auth-content .password-expired .button.button-primary, #idp-discovery-submit.button.button-primary
{
    border: none;
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.6rem;

    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;

    background: #183069;
    border-radius: 0.2rem;
    box-shadow: none;

    will-change: background-color, color;
    -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 none;

    cursor: pointer;
}

#okta-sign-in.auth-container .button-primary:hover, #okta-sign-in.auth-container .button-primary:focus, #okta-sign-in.auth-container .button-primary:active, #okta-sign-in.auth-container .button-primary:focus {
    /* -- Buttons' Colors -- */
    background-color: #3BB0C9;
    background: -o-linear-gradient(top, #5DA9BA 0%, #5DA9BA 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5DA9BA 0%, #5DA9BA 100%);
    /* IE10+ */
    background-image: -webkit-linear-gradient(#5DA9BA, #5DA9BA);
    background-image: linear-gradient(#5DA9BA, #5DA9BA);
    border-color: #5DA9BA;
    border-bottom-color: #5DA9BA;
    text-decoration: none;
    cursor: pointer;
}
#okta-sign-in .auth-org-logo {
	display: none;
}
#okta-sign-in .beacon-loading {
	top: 25px;
}
#okta-sign-in .okta-sign-in-header.auth-header {
	border-bottom: none;
	padding: 20px 85px 0;
}

#okta-sign-in .o-form-has-errors .infobox-error {
	margin-bottom : 30px;
}

#okta-sign-in .okta-reset-password-header {
    padding: 25px 70px 0;
}

#okta-sign-in .okta-reset-password-header .reset_password_logo_image {
    content: url('/include/images/itv_PlanetV/reset_password.png');
    height: auto;
    margin: 0 auto 23px auto;
}

#okta-sign-in .itv-upsell-page-header {
	height: 72px;
}

#okta-sign-in .itv-upsell-page-header .planet-v-blue-logo {
    content: url('/include/images/itv_PlanetV/planetV_logo_blue.png');
    height: 100%;
    margin-left: 17%;
    padding: 10px 12px;
    width: 65%;
}

#okta-sign-in .upsell-page-body {
    font-family: "RedHatDisplay-Regular", 'Roboto', sans-serif;
    font-size: 15px;
    margin: 10px 10px;
}

#okta-sign-in .upsell_page_footer {
	background: url(/include/images/itv_PlanetV/powered_by.png) no-repeat bottom left;
	padding: 0 0 38px 0;
}

#okta-sign-in .upsell_page_footer .footer-link {
	margin: 2px 0;
	padding-left: 40%;
}

#okta-sign-in .upsell_page_footer .link {
	font-size: 12px;
}

#okta-sign-in .upsell_page_footer a:hover {
	font-size: 12px;
	text-decoration: underline;
}

#okta-sign-in .authentication {
    background: transparent;
    border-radius: 3px;
    min-height: 200px;
    width: 360px;
}

#okta-sign-in.auth-container .okta-form-input-field {
	background: unset;
}

#okta-sign-in .authentication .authentication_module {
    padding: 14px;
    text-align: left;
}

#okta-sign-in .authentication .authentication_module .authentication_content {
    min-height: 115px;
}

#okta-sign-in .authentication .authentication_module .authentication_content p {
    color: #444444;
    font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
    font-size: medium;
    height: 100px;
    overflow-wrap: break-word;
}

#okta-sign-in .authentication .authentication_module .authentication_content {
	color: #000;
    font-family: "RedHatDisplay-Regular", 'Roboto', sans-serif;
    font-size: medium;
}

#okta-sign-in .authentication .authentication_module .authentication_content .okta-form-input-field::before {
    color: #444444;
    content: 'Email (login ID)';
    font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
   	font-size: 15px;
   	left: 0;
   	position: absolute;
   	top : -5px;
}

#okta-sign-in .authentication_module .authentication_content .okta-form-input-field > input[type="text"] {
	border-color: #000;
    border-radius: 0;
    border-width: 0 0 2px 0;
}

#okta-sign-in .authentication .authentication_module .authentication_content .o-form-input .o-form-input-name-username #emailAddress {
	background: none;
	height: 36px;
	margin-top: 18px;
	padding-left: 10px;
}

#okta-sign-in .authentication .authentication_module .authentication_content .o-form-content {
	padding: 0;
}

#okta-sign-in .authentication .authentication_module .authentication_content .o-form-content .o-form-fieldset-container {
	border-bottom: 2px solid #000;
    padding-bottom: 1px;
}

#okta-sign-in .authentication .authentication_module .authentication_content .o-form #btnSubmit {
	background: #052e8a;
	font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
	margin-bottom: 9px;
	margin-top: 24px; 
	padding: 0;
}

#okta-sign-in .authentication .authentication_module .login-btn:hover, .authentication .authentication_module .login-btn:active {
    background: rgba(5, 46, 138, 0.8) !important;
}

#okta-sign-in .okta-reset-password-header.auth-header {
	border-bottom: none;
	padding: 50px 85px 20px;
}

#okta-sign-in .authentication .authentication_module .authentication_footer {
    background: url('/include/images/itv_PlanetV/powered_by.png') no-repeat bottom left;
    margin-top: 30px;
    padding: 0 0 38px 0;
    text-align: center;
}

#okta-sign-in .authentication .authentication_module .authentication_footer_reset_pwd {
    background: url('/include/images/itv_PlanetV/powered_by.png') no-repeat bottom left;
    padding: 0 0 36px 0;
    text-align: center;
}

#okta-sign-in .okta-form-title {
	display: none;
}

#okta-sign-in .o-form-button-bar {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0 0 5px;
}


.link.help.js-help, #wrapper .login-btn {
    width: 100%;
}

.link.help.js-help {
    display: none !important;
}

.help-links.js-help-links {
    display: block !important;
}

.link.js-help-link {
    display: none !important;
}
.link.js-forgot-password {
	display: none !important;
}

.o-form-input-name-remember {
	display: none !important;
}

.link.help.js-help, #wrapper .forgot-password-set {
    text-align: center;
}

.link.help.js-help, #wrapper .forgot-password-link {
    color: #3D899A;
}

.link.help.js-help, #wrapper .forgot-password-link:hover, #wrapper .forgot-password-link:active {
    color: #3BB0C9;
}

.okta-form-title {
    color: rgb(61,49,53) !important;
}

.o-form-button-bar{
    padding-bottom: 5px;
}

.help {
    color: #3D899A
}

#wrapper
{
	box-sizing: border-box;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3% 0 3% 3%;
    background: none;
    background-size: 48%, 18%, cover;
    background-position: top 21% left 50px, top 8% left 50px, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

#wrapper-pv-logout .text-container-logout {
    font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
    font-size: medium;
}

#wrapper-pv-logout a:active, #wrapper-pv-logout a:link, #wrapper-pv-logout a:visited {
 	color: #000;
    font-family: "RedHatDisplay-Regular", 'Roboto', sans-serif;
    font-size: 13px;
}

div p.error, .content p.error
{
    position: relative;
    padding: 5px 10px 5px 40px;
    color: #300;
    font-size: 1.4rem;
    border: 1px solid #900;
    background: rgba(153,0,0,0.3);
    margin: 0px;
}

div p.error:before, .content p.error:before
{
	bottom: 1px;
    position: absolute;
    display: block;
    content: "\26A0";
    left: 8px;
    font-size: 2rem;
}

.container-fluid .authentication-container {
	    z-index: -1;
}

.container-fluid .authentication-container .authentication-container-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}


.container-fluid .authentication-container .authentication-container-video-fallback {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: url(/include/images/itv_PlanetV/headline.png) top 21% left 50px/48%
		no-repeat, url(/include/images/itv_PlanetV/logo_white.png) top 8% left 50px/18%
		no-repeat, url(/include/images/itv_PlanetV/pv_splash_page.png) center/cover
		no-repeat;
}

.loader.content {
    color: #fff;
    display: none;
    left: 45%;
    position: absolute;
    top: 50%;
    width: 21em;
}

.loader.content .info {
	padding: 2em;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
}

.loader.content .info p {
	margin-top: 0;
}

.loading-icon {
	border-top: 2px solid #fff;
	border-right: 2px solid transparent;
	animation: loader 700ms linear infinite;
	height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
}

.login-header {
    font-family: "F37 Ginger Bold";
    height: 22px;
    width: 57px;
    margin: 0;
    font-size: 19px;
}

.button, button, input[type="submit"], .button:visited {
   	padding: 1.5rem 1.6rem;
}

#okta-sign-in .auth-footer {
	background: url('/include/images/itv_PlanetV/powered_by.png') no-repeat bottom left;
	padding: 0 0 28px 0;
	text-align: center;
}

#okta-sign-in .password-reset .auth-footer {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#okta-sign-in.no-beacon .auth-content {
	font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
	max-width: 333px;
	padding: 14px;
}

#okta-sign-in .o-form-input-name-username::before{
    content: 'Username';
}

#okta-sign-in .o-form-input-name-password::before {
	content: 'Password';
}

#okta-sign-in .o-form-input-name-username::before, #okta-sign-in .o-form-input-name-password::before {
    color: #000;
    font-family: "RedHatDisplay-Medium", 'Roboto',sans-serif;
    font-size: 11px;
    height: auto;
    position: absolute;
}

#okta-sign-in .o-form-disabled, #okta-sign-in .o-form-saving .o-form-input>:not(.o-form-disabled) {
    opacity: unset;
}

#okta-sign-in .o-form .input-fix input, #okta-sign-in .o-form .textarea-fix input {
    font-size: 12px;
}
#okta-sign-in .o-form .input-fix input[disabled] {
    border-radius: unset;
    background: unset;
    box-shadow: unset;
}

#okta-sign-in.auth-container .okta-form-input-field.focused-input {
    box-shadow: unset;
}

@-webkit-keyframes loader {
	to {
		transform: rotate(360deg);
	}
}

@keyframes loader {
	to {
		transform: rotate(360deg);
	}
}
