@font-face {
    font-family: 'OTSansBold';
    src: url('/fonts/otsans-bold.woff2') format('woff2'), url('/fonts/otsans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OTSansLight';
    src: url('/fonts/otsans-light.woff2') format('woff2'), url('/fonts/otsans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OTSansRegular';
    src: url('/fonts/otsans-regular.woff2') format('woff2'), url('/fonts/otsans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,
body { height: 100%; overflow:auto;}
body {
    background: -webkit-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: -o-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: -ms-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: -moz-linear-gradient(29deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background: linear-gradient(61deg, rgb(9, 14, 44) 0%, rgb(18, 44, 105) 59%, rgb(7, 141, 179) 100%);
    background-color: #111b58;
    color: #747474;
}
.alert {border-radius: 0;}
header { 
    margin: 0 auto; 
    padding:10px;
    text-align: center;
    padding-top: 9rem;
}
header hgroup h1 { 
    background: url(/def/images/logos/opentext_166x32.png) 0 0 no-repeat;
    width:166px; 
    height: 32px;
    margin: 0 auto;
}
/* 
    uncomment below for local testing
*/
/* header hgroup h1 { 
    background: url(https://s-lkq-corp.idm.stg.covapp.io/img/logo/opentext_166x32.png) 0 0 no-repeat;
} */

header hgroup h2 { display:none; }

h3,
h4{
    color:#fff;
}
h4.modal-title{
    color: #2e3d98;
}
h4{
    font-weight: 200;
}
h3.smaller { font-size: 22px;}

.container {
    width: 360px;
    margin: 0 auto;
    background: none;
    border: none;
    box-shadow: none;
}
article {
    width: 360px;
    margin: 0 auto;
    padding: 10px;
}
a,
a:visited{
    font-size: 1em;
    color: #ffffff;
    text-decoration:none;
}
a:hover{
    color:#ffffff;
    text-decoration:underline;
}
a:active{
    color:bac9ce;
}

.terms { margin-bottom: 25px; display: block;font-family: "OpenText Sans";color: #fff;}
footer { position: absolute; bottom: 30px; width: 100%; height: 10px; }
footer a { margin-right: 10px; cursor: pointer;}
footer a h1 { font-size: 12px; display: inline;}
footer small {margin: 10px 20px; display: block; color:#b5b0b0;}
footer small .left-span {width: 50%;}
.modal-content {border-radius: 0;}
/* form starting stylings ------------------------------- */
.forgotUserIdForm,
.forgotPasswordForm,
#mainForm,
.challengeQuestionsForm,
.twoFactorAuthEmailForm { margin: 20px 0; }


.column {padding: 30px;}
.group { 
    position:relative; 
    margin-bottom:15px;
}

input {
  font-size:18px;
  padding:12px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: #fff;
  background-position: -298px 0;
  background-size: 298px 100%;
  background-repeat: no-repeat;
  color: #298CC4;
  font-weight:400;
  border-radius: 5px;
}
/* remove red outline for required elements in FF only */
@-moz-document url-prefix() { 
  input:required {
     box-shadow: none;
  }
}
/* Microsoft Edge Browser 12+ (All) */
@supports (-ms-ime-align:auto) {
  input { padding: 14px 10px 10px 5px; }
}
input:focus,
input:valid {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}
/* 
shifts placeholders/labels
*/
/* input:focus::-webkit-input-placeholder,
input:valid::-webkit-input-placeholder {
 color: #298CC4;
 font-size: 14px;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
 border-bottom: 0;
 -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
} */

button {
  border-radius: 0!important; border-bottom: 2px solid #04729E;
  transition:0.2s ease all;
}

/* button:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
} */
.btn a:hover{
    text-decoration: none;
    color: #2B326F;
}
.buttons {
    text-align: center;
}
.btn-default {
    display: inline-block;
    border-radius: 50px!important;
    background: transparent;
    padding: 5px 20px!important;
    margin: 0;
}

.btn-primary {
    background-color: transparent;
    width: auto!important;
    margin: 0 auto;
    padding: 5px 20px!important;
    display: inline-block;
    border-radius: 50px!important;
    color: #fff;
    border: 1px solid #fff;
}
.modal .btn-primary {
    border: 1px solid #2e3d98;
    color: #2e3d98;
}
.btn-primary:hover{
    background-color: #fff!important;
    color: #2B326F;
}
.checkbox label {
    color: #fff;
}
.signon-app section div div form p {
    margin-top: 20px;
}
.signon-app .buttons p {
    margin-top: 0;
}
#password_policies, 
#password_policies2, 
#password_policies3 {
    background-color: white;
    border-width: 1px !important;
    padding-bottom: 0px;
}
#password_policies ul, 
#password_policies2 ul, 
#password_policies3 ul {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#password_policies ul li, 
#password_policies2 ul li, 
#password_policies3 ul li {
    line-height: 16px;
    margin-left: 25px;
    vertical-align: top;
    list-style-image: url(/images/invalid.gif);
}
.x-ie7 #password_policies ul li, 
.x-ie7 #password_policies2 ul li, 
.x-ie7 #password_policies3 ul li {
    padding-top: 2px;
    padding-left: 7px;
    margin-left: 20px;
}
#password_policies ul .valid, 
#password_policies2 ul .valid, 
#password_policies3 ul .valid {
    list-style-image: url(/images/valid.gif);
}
.x-tip-anchor {
    border-style: hidden !important;
    border-width: 0 !important;
}

/* Page specific CSS ===============*/
/* twoFactorAuthEmail.jsp */
.modal-body button,
.modal-footer button { border-radius: 0; }
.modal-body label { position: relative;top: 0;left: 0;}
#callinglabel,
#retrylabel {display:none;}
.blue-loading { width:20px; height:20px;}

.tfaTypeForm input { display:inline;}
.tfaTypeForm label { position: relative;left: 0;top: 0;display: inline;}
.tfaTypeForm p:first-child { margin: 20px 0; }
.tfaTypeForm P {
    color: #fff!important;
}
.tfaTypeForm .span-2fa { 
    background: #f1f1f1;
    padding: 10px 20px;
    border-radius: 50px;
    width: auto;
}

#imgprograss { width: 40px; height: 40px; margin: 0 auto; display: block;}

@media only screen and (max-width : 1150px) {
	.container {
		width:360px;
		margin: 0 auto;
	}
	.login-form,
	.social-form {
		float: none;
		width: auto;
	}
	.login-form {
		width: auto;
		padding-right: 0;
		border-right: none;
	}
	.social-form {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media only screen and (max-width : 1018px) {
    .column {
        padding: 0;
        margin: 0 auto;
        width: 80%;
    }
    .login-form {
        border-right: none!important;
        display: block;
        width: 100%!important;
        float: none!important;
    }
    .social-form{
        float: none!important;
        width: 100%!important;
        margin-top: 60px;
        border-top: 1px solid #fff;
        padding-top: 50px;
    }
    .btn-social{
        border-radius: 5px!important;
    }

}
@media only screen and (max-width : 508px) {
    header{
        padding-top: 6rem;
    }
    .container{
        margin: 30px 10% 0 10%;
    }
    .column {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .login-form {
        border-right: none!important;
        display: block;
        width: 100%!important;
        float: none!important;
    }
    .social-form{
        float: none!important;
        width: 100%!important;
        margin-top: 60px;
        border-top: 1px solid #fff;
        padding-top: 50px;
    }
    .btn-social{
        border-radius: 5px!important;
    }

}

iframe { border: none; overflow: hidden; }

.signon-app p.alert{
    width: 300px;
    margin: 0 auto;
    border-radius: 5px;
    display: block;
    color: #fff;
    background: #3A4673;
}

.user-label span,
.pass-label span,
.email-label span,
.ssoId-label span,
.currentPass-label span,
.pass1-label span,
.pass2-label span,
.answer1-label span,
.answer2-label span,
label span{ 
    color:#fff; 
    font-weight: normal;
    position: relative;
    /* left: -12px; */
}

/* CRT 812022 */
/* .user-label span,
.pass-label span,
.email-label span,
.ssoId-label span,
.currentPass-label span,
.pass1-label span,
.pass2-label span,
.answer1-label span,
.answer2-label span{ display: none; } */

/* IE9 only */
@media all and (min-width:0\0) and (min-resolution:.001dpcm){
    .user-label span,
	.pass-label span,
    .email-label span,
    .ssoId-label span,
    .currentPass-label span,
    .pass1-label span,
    .pass2-label span,
    .answer1-label span,
    .answer2-label span { display: block; }
}

/* IDM-3165 
show autofocused label for FF, hide any/all others
*/
@-moz-document url-prefix() {
    .user-label span,
    .ssoId-label span,
    .email-label span,
    .answer1-label span,
    .currentPass-label span { display: block; }
	.pass-label span,
    .pass1-label span,
    .pass2-label span { display: block; }
}
.user-label,
.pass-label,
.ssoId-label,
.email-label,
.currentPass-label,
.pass-label,
.pass1-label,
.pass2-label,
.answer1-label,
.answer2-label,
label {
    display: inherit;
    font-weight: normal;
}

/*IDM-5536 : CSS to always show the questions in TWO-FA SecQ page Starts*/
.two_auth_security_quest_div{
	height: auto;
}

.two_auth_security_quest_div .two_auth_security_ans:focus + .two_auth_security_quest_label,
.two_auth_security_quest_div .two_auth_security_ans:valid + .two_auth_security_quest_label {
    font-size: 14px;
    transform: translateY(-55px);
}

.two_auth_security_quest_label {
    font-weight :normal;
    color: #fff;
}
/*IDM-5536 : CSS to always show the questions in TWO-FA SecQ page Ends*/


.col-md-12 h1{
    font-size: 26px;
    color: #fff;
}
.col-md-12 h2{
    display: none;
}
.col-md-12 h1,
.col-md-12 p{
    color:#fff;
}
.col-md-12 .modal-body p {
    color: #444;
}
.col-md-12 form p {
    color: #fff;
    font-family: "OpenText Sans";
}
.modal .modal-dialog .modal-content .modal-body p a,
.modal .modal-dialog .modal-content .modal-body p a:visited,
.modal .modal-dialog .modal-content .modal-body a,
.modal .modal-dialog .modal-content .modal-body a:visited {
    color: #2e3d98;
}

/* COVIDM-6130 */
body > section > div > div > form > p:nth-child(10) > a {
    color: #fff;
}

/* COVIDM-6324 */
form p a.btn-default,
form p a.btn-primary {
    color: #fff;
}

/* COVDIM-17345 */
.languageDropDowns { display: inline;}

.rem-label {
	font-family: "OpenText Sans";
	color: #fff;
}

/** Onetrust cookie link changes in footer */
footer small .left-span-small {width: 44%;}

.footer-link { margin-right: 0px; cursor: pointer; color:#b5b0b0;}


.idp-select {
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  border: none;
  padding: 0.25em 0.5em;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.1;
  border-radius: 5px;
  z-index: 1;
  color: #298CC4;
  outline: none;
  margin-bottom: 10%;
  
  cursor: pointer;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  border: 1px solid var(--select-border);
  margin-top:5%;
  
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

.idp-dropdown-section{
	border-radius:8px;
	padding:5px 10px;
	background-color: #b2b4c25e;
	margin-top:10%;
}