@font-face { font-family:'Peacock Sans TF';src:url('https://iefcustpolicystorageprd.blob.core.windows.net/score/fonts/Peacock_Sans_Light.eot');src:url('https://iefcustpolicystorageprd.blob.core.windows.net/score/fonts/Peacock_Sans_Light.eot?#iefix') format('embedded-opentype'),url('https://iefcustpolicystorageprd.blob.core.windows.net/score/fonts/Peacock_Sans_Light.ttf') format('truetype');font-style:normal;font-weight:normal;text-rendering:optimizeLegibility}


.paragraph-label{
	text-decoration: none !important;
}

#retryCode{
	cursor: pointer;
}

.nbc-logo {
    background-image: url("https://iefcustpolicystorageprd.blob.core.windows.net/score/img/nbc_sports_logo.png");
	width: 250px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
	/* left: 40px; */
	position: relative;
	top:50px;
	justify-content: center;
	justify-self: center;
	align-items: center;
	margin-bottom: 20px;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .nbc-logo {
        width: 200px;
        height: 200px;
        /* left: 20px; */
        top: 30px;
		justify-content: center;
		justify-self: center;
		align-items: center;
    }

	.login-wrapper {
	position: relative;
	top:-20px !important;
	} 
}

/* Adjust for very small screens */
@media (max-width: 480px) {
    .nbc-logo {
        width: 200px;
        height: 200px;
        /* left: 10px; */
        top: 20px;
		justify-content: center;
		justify-self: center;
		align-items: center;
    }

	.login-wrapper {
	position: relative;
	top:-10px !important;
	} 
}

.support-link{
	color:orange;
}

#countryCode{
	height: 48px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px gray;
	width: 100%;
	margin-top: 20px;
	display: block;
}

body {
    /* background: #360279; */
	background: #1C2C34;
    color: black;
    font-family: Peacock Sans TF;
    margin: 0;
    box-sizing: border-box;
}
.AuthenticatorAppIconControl {
	display:flex;
}						  
#attributeList ul li .helpLink {
    display: none;
}
#attributeVerification #attributeList ul li #email {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}
#api .intro {
    display: none;
}
.create #createAccount {
    padding: 0 0 0 20px;
    text-align: center;
}
#attributeList ul li {
    list-style: none;
    margin: 1rem 0;
}
#attributeList ul {
    padding: 0;
}
.error {
    font: normal 14px Peacock Sans TF;
	color: red;
}
#forgotPassword {
    text-align: right;
    float: right;
    font: normal normal bold 14px/17px Peacock Sans TF;
}
.intro h2 {
    display: none;  
}
.login-form a {
    text-decoration: solid;
    color: #4A90E2;
}
.buttons button {
    cursor: pointer;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    font: normal normal bold 14px/17px Peacock Sans TF;
    transition: all .2s ease-in-out;
    width: 100%;
    border-radius: 8px;
    margin: 10px 0;
    border: 1px solid #1067a6;
    background: transparent;
    color: #1067a6;
}
.buttons button:hover {
    opacity: .8;
}
.divider h2 {
    display: none;
}
.create {
    color: white;
    font: normal 14px Peacock Sans TF;
    text-align: center;
    margin-top: -10px;
}
.login-background {
    width: 100%;
    margin-top: -26%;
}
.login-wrapper {
    background: #1C2C34;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow-y: scroll;
	position: relative;
	top:-80px;
}    
.peacock-bg {
    max-width: 1200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex-grow: 1; */
}
.login-container {
    width: 100%;
    max-width: 484px;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.login-header {
    border-radius: 20px 20px 0 0;
    text-align: center;
    /* width: calc(100% - 110px); */
	width: 100%;
    font: normal 24px Peacock Sans TF;
    /* padding: 25px; */
    position: relative;
    /* margin-left: 25px; */
    letter-spacing: 0;
    color: #FFFFFF;
	justify-content: center;
	align-items: center;
	justify-items: center;
	justify-self: center;

	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.modal-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 25px;
    height: 25px;
    transition: 0.2s all;
}
.modal-close:hover:before, .modal-close:hover:after {
    background-color: #1067a6;
}
.modal-close:before, .modal-close:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 25px;
    width: 1px;
    background-color: #fff;
}
.modal-close:before {
    transform: rotate(45deg);
}
.modal-close:after {
    transform: rotate(-45deg);
}
.login-form {
    width: 100%;
    border-radius: 20px;
    background: #ececec;
}
.login-column {
    padding: 25px;
    padding-bottom: 0;
    text-align: left;
	margin-bottom: 10px;
}
.login-partners {
    font: normal normal 16px/17px Peacock Sans TF;
    color: black;
    margin-bottom: 20px;
    text-align: center;
}
.logout-form {
    width: 100%;
    border-radius: 20px;
    background: #ececec;
    text-align: center;
    font: normal normal bold
}
.logout-column {
    padding: 30px;
    text-align: center;
    font: normal normal bold
}
.font-yellow {
    color: #1067a6;
    font: normal normal 300 14px/17px Peacock Sans TF;
}
.float-right {
    float: right;
}
.login-form a {
    text-decoration: solid;
}
.login-form label{
    text-align: left;
    font: normal normal 14px/17px Peacock Sans TF;
    letter-spacing: 0;
    color: #000;
}
.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="text"] {
    background: #FFFFFF 0 0 no-repeat padding-box;
    text-align:left;
    border: none;
    color: #000;
    width: 100%;
    height: 48px;
    margin: 5px 0 15px;
    padding-left: 5px;
    border-radius: 8px;
}
.nbu-btn {
    cursor: pointer;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    font: normal normal bold 14px/17px Peacock Sans TF;
    border: none;
    transition: all .2s ease-in-out;
}
.nbu-btn:hover {
    opacity: .8;
}
.submit-btn {
    background: #1D5FCC ;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}
#continue, #next, #email_ver_but_send, #email_ver_but_verify, #sendCode, #verifyCode{
	background: #1D5FCC ;
    width: 100%;
    border-radius: 5px;
    /* margin: 20px 0; */
	margin: 0px;
	margin-bottom: 20px;
	cursor: pointer;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font: normal normal bold 14px/17px Peacock Sans TF;
    border: none;
    transition: all .2s ease-in-out;
}
#cancel {
    border-radius: 5px;
}
#pwgMain {
    cursor: pointer;
    width: fit-content;
}
.changeClaims
{
 visibility: hidden;
}
.submit-btn-filled {
    background: transparent linear-gradient(88deg, #40008C 0%, #2A0044 100%) 0 0 no-repeat padding-box;
    width: 100%;
    border-radius: 25px;
    margin: 20px 0;
}
.register-login {
    color: #fff;
    font: normal normal 14px/17px Peacock Sans TF;
    text-align: center;
}
.login-hint {
    color: #fff;
    font: normal normal 16px/17px Peacock Sans TF;
    text-align: center;
}
.login-oauth-section {
    padding: 25px;
    text-align: center;
    color: #fff;
}
.login-oauth-section:empty {
    display: none;
    padding: 0;
}
.access-request {
    font: normal normal 14px/17px Peacock Sans TF;
    text-align: center;
}
#verifying_blurb {
    background-color: #ffffffeb;
    padding: 14px 5px;
    border-radius: 10px;
}
#verifying_blurb:empty{
    display: none;
}
#simplemodal-overlay {
    opacity: .7;
}
.dropdown_single {
    background: #FFFFFF;
    text-align: left;
    border: none;
    color: #000;
    width: 100%;
    height: 48px;
    margin: 5px 0 0px;
    padding-left: 5px;
    border-radius: 8px;
}
.textInput {
    max-width: 100%;
}
.attrEntry input[type="text"] {
    box-sizing: border-box;
}
/* welcome page section */
.nbc-welcome-page {
    margin: 0;
    text-align: center;
    overflow: hidden;
}
.welcome-bg {
    overflow: hidden;
}
.welcome-image {
    width: 150%;
    margin-top: -38%;
    margin-left: -340px;
}
.welcome-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}
.roost-logo {
    max-width: 340px;
}
.welcome-text {
    font-size: 32px;
    padding: 8px 0 48px 0;
    margin: 0;
}
.button-container {
    display: inline-block;
}
.nbc-btn {
    cursor: pointer;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    /* font: normal normal bold 14px/17px Rock; */
    font: normal normal bold 14px/17px Peacock Sans TF;
    border: none;
    transition: all .2s ease-in-out;
}
.nbc-btn:hover {
    opacity: .8;
}
.-primary {
    background: #1067a6;
    background-image: linear-gradient(260deg, rgba(253,168,33,1) 0%, rgba(252,204,39,1) 100%);
    color: #000;
    font-size: 14px;
    line-height: 48px;
    outline: 0;
    padding: 0 24px;
    border: 0;
}
.-secondary {
    background: #000;
    border: 2px solid #1067a6;
    line-height: 44px;
    color: #1067a6;
    padding: 0 24px;
}
.copy{
	display: inline-block;
	background-image: url(https://openclipart.org/download/24793/Anonymous-Paper-4-icon.svg);
    width: 20px;
	background-repeat: no-repeat;
}
/* footer section */
.nbu-footer {
    color: #fff;
    font: normal normal 14px/17px Peacock Sans TF;
    padding: 24px 0;
    margin-top: 18px;
}
.w-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.w-footer-content {
    font: normal normal 14px/17px Peacock Sans TF;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.heading>h1 {
    display: none;
}
.googleStoreIconControlContent>img {
    width: 58% !important;
    float: none !important;
    margin: auto;
    text-align: center;
    display:block;
}
.appStoreIconControlContent>img {
    width: 51% !important;
    float: none !important;
    margin: auto;
    text-align: center;
    display:block;
    margin-bottom: 12px;
}
#totpQrCodeControl-img {
    margin:auto;
	padding:10px;
}
@media only screen and (max-width: 992px) {
    .welcome-image {
        width: 200%;
        margin-top: -50%;
    }
   .peacock-bg {
        padding: 12px 16px;
        min-width: 320px;
   }
   .welcome-footer {
       margin: 0 -16px;
   }
}
