India pauses hit-and-run law after lorry drivers’ strike chaos
/* Fonts */
@font-face {
font-family: "TimesModern-Bold";
src: url("https://nuk-times-fonts.s3-eu-west-1.amazonaws.com/TimesModern-Bold.woff2")
format("woff2"),
url("https://nuk-times-fonts.s3-eu-west-1.amazonaws.com/TimesModern-Bold.woff")
format("woff"),
url("https://nuk-times-fonts.s3-eu-west-1.amazonaws.com/TimesModern-Bold.ttf")
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Roboto-Regular";
src: url("https://nuk-times-fonts.s3-eu-west-1.amazonaws.com/Roboto-Regular.woff2")
format("woff2"),
url("https://nuk-times-fonts.s3-eu-west-1.amazonaws.com/Roboto-Regular.woff")
format("woff"),
url("https://nuk-times-fonts.s3-eu-west-1.amazonaws.com/Roboto-Regular.ttf")
format("truetype");
font-weight: normal;
font-style: normal;
}
@media all {
/* header and button color */
.auth0-lock.auth0-lock .auth0-lock-header-bg {
background-color: white;
}
.auth0-lock-widget-container {
min-height: 738px;
}
.auth0-lock-content-wrapper {
min-height: 221px;
}
.auth0-lock-header {
min-height: 165px;
}
.auth0-lock-header-bg-solid {
background-color: white !important;
}
.auth0-lock.auth0-lock.auth0-lock-mode-loading .auth0-lock-submit {
background-color: #005C8A !important;
box-shadow: inset 0 0 100px 20px rgba(0, 0, 0, 0.2);
}
.auth0-lock.auth0-lock.auth0-lock-mode-loading .auth0-lock-submit .auth0-loading {
border-color: rgba(255,255,255,0.4) rgba(255,255,255,0.4) rgba(255,255,255,0.2) rgba(255,255,255,0.2);
border-width: 3px;
}
.auth0-lock-html {
height: 100%;
}
.auth0-lock.auth0-lock .auth0-lock-name {
font-family: "TimesModern-Bold";
color: #1d1d1b;
margin-top: 20px;
font-size: 24px;
}
.auth0-lock.auth0-lock .auth0-lock-close-button:focus,
.auth0-lock.auth0-lock .auth0-lock-back-button:focus {
box-shadow: none;
}
body {
min-height: 100%;
margin: 0;
}
/* Material design for textfields */
.mdl-textfield {
position: relative;
font-size: 16px;
display: inline-block;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 20px 0 10px;
}
.mdl-textfield .mdl-button {
position: absolute;
bottom: 20px;
}
.mdl-textfield--align-right {
text-align: right;
}
.mdl-textfield--full-width {
width: 100%;
}
.mdl-textfield--expandable {
min-width: 32px;
width: auto;
min-height: 32px;
}
.mdl-textfield--expandable .mdl-button--icon {
top: 16px;
}
.auth0-lock.auth0-lock .auth0-lock-input-wrap .mdl-textfield__input {
border: none;
border-bottom: 1px solid #E4E4E4;
display: block;
font-size: 20px;
margin: 0;
padding: 4px 0;
width: 100%;
background: none;
text-align: left;
color: inherit;
}
.mdl-textfield__input[type="number"] {
-moz-appearance: textfield;
}
.mdl-textfield__input[type="number"]::-webkit-inner-spin-button,
.mdl-textfield__input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.mdl-textfield.is-focused .mdl-textfield__input {
outline: none;
}
.mdl-textfield.is-invalid .mdl-textfield__input {
border-color: rgb(213, 0, 0);
box-shadow: none;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__input,
.mdl-textfield.is-disabled .mdl-textfield__input {
background-color: transparent;
border-bottom: 1px dotted rgba(92, 102, 111, 0.6);
color: rgba(92, 102, 111, 0.6);
}
.mdl-textfield textarea.mdl-textfield__input {
display: block;
}
.mdl-textfield__label {
font-family: "Roboto-Regular";
font-size: 15px;
color: #696969;
bottom: 0;
left: 0;
right: 0;
pointer-events: none;
position: absolute;
display: block;
top: 24px;
max-width: 100%;
width: 400px;
overflow: hidden;
white-space: nowrap;
text-align: left;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mdl-textfield.is-dirty .mdl-textfield__label,
.mdl-textfield.has-placeholder .mdl-textfield__label {
visibility: hidden;
}
.mdl-textfield--floating-label .mdl-textfield__label {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
transition: none;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__label,
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
color: rgba(0, 0, 0, 0.26);
}
.auth0-lock.auth0-lock
.auth0-lock-input-wrap
.auth0-lock-input:-webkit-autofill
+ .mdl-textfield__label {
color: #000000;
font-size: 12px;
top: 4px;
visibility: visible;
}
.auth0-lock.auth0-lock .auth0-lock-cred-pane-internal-wrapper{
height: auto;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
color: #1D1D1B;
font-size: 12px;
top: 4px;
visibility: visible;
}
input::-webkit-credentials-auto-fill-button {
visibility: hidden;
pointer-events: none;
position: absolute;
right: 0;
}
.mdl-textfield--floating-label.is-focused
.mdl-textfield__expandable-holder
.mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty
.mdl-textfield__expandable-holder
.mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder
.mdl-textfield__expandable-holder
.mdl-textfield__label {
top: -16px;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
color: rgb(213, 0, 0);
font-size: 12px;
}
.mdl-textfield__label:after {
background-color: #000000;
font-weight: bold;
bottom: 10px;
content: "";
height: 2px;
left: 45%;
position: absolute;
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
visibility: hidden;
width: 10px;
}
.mdl-textfield.is-focused .mdl-textfield__label:after {
left: 0;
visibility: visible;
width: 100%;
}
.mdl-textfield.is-invalid .mdl-textfield__label:after {
background-color: rgb(213, 0, 0);
}
.mdl-textfield__error {
color: rgb(213, 0, 0);
position: absolute;
font-size: 12px;
margin-top: 3px;
visibility: hidden;
display: block;
}
.mdl-textfield.is-invalid .mdl-textfield__error {
visibility: visible;
}
.mdl-textfield__expandable-holder {
display: inline-block;
position: relative;
margin-left: 32px;
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block;
max-width: 0.1px;
}
.mdl-textfield.is-focused .mdl-textfield__expandable-holder,
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
max-width: 600px;
}
.mdl-textfield__expandable-holder .mdl-textfield__label:after {
bottom: 0;
}
/* General to wigdet */
.auth0-lock.auth0-lock {
position: absolute;
top: 0;
}
.auth0-lock.auth0-lock .auth0-lock-widget,
.auth0-lock.auth0-lock .auth0-lock-cred-pane,
.auth0-lock.auth0-lock .auth0-lock-header,
.auth0-lock.auth0-lock .auth0-lock-submit {
border-radius: 0;
}
.auth0-lock.auth0-lock .auth0-lock-widget {
max-width: 375px;
width: 100%;
min-height: 768px;
}
.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-overlay {
opacity: 0;
}
.auth0-lock-social-buttons-container {
min-height: 116px;
}
.auth-lock-social-button .auth-lock-social-big-button {
min-height: 48px;
width: 335px;
}
@media screen and (min-width: 375px) {
.auth0-lock-widget-container {
min-height: 667px;
}
.auth0-lock-content-wrapper {
min-height: 221px;
}
}
@media screen and (min-width: 481px) {
.auth0-lock.auth0-lock .auth0-lock-widget-container {
border: 1px solid #E4E4E4;
}
}
.auth0-lock.auth0-lock .auth0-lock-widget-container {
margin-bottom: 3px;
}
.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-widget {
font-family: "Roboto-Regular";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
box-shadow: none;
}
/* text defaults */
.auth0-lock.auth0-lock .auth0-lock-form p {
text-align: left;
font-size: 15px;
line-height: 24px;
color: #696969;
white-space: break-spaces;
}
.auth0-lock.auth0-lock .auth0-lock-form .underText {
text-align: left;
font-size: 12px;
line-height: 24px;
color: #696969;
white-space: break-spaces;
}
.auth0-lock.auth0-lock .auth0-lock-form a {
text-decoration: underline;
color: #222526;
}
/* header */
.auth0-lock.auth0-lock .auth0-lock-header-bg {
border-radius: 0;
}
.auth0-lock.auth0-lock
.auth0-lock-header-bg.auth0-lock-blur-support
.auth0-lock-header-bg-blur {
display: none;
}
.auth0-lock.auth0-lock .auth0-lock-header-logo {
width: auto;
height: auto;
max-height: 61px;
max-width: 300px;
margin-top: 20px;
}
.auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current {
box-shadow: 0px 2px 0px 0px #000000;
}
.auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current a,
.auth0-lock.auth0-lock
.auth0-lock-tabs
li.auth0-lock-tabs-current
span {
color: #000000;
}
/* fields */
.auth0-lock.auth0-lock .auth0-lock-input-wrap,
.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
border-radius: 0;
padding: 0;
}
.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input {
font-family: "Roboto-Regular";
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 24px;
color: #28282e;
height: 38px;
}
.auth0-lock.auth0-lock
.auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon {
padding-left: 0;
}
.auth0-lock.auth0-lock .auth0-lock-input-wrap {
border: none;
background: transparent;
}
.auth0-lock.auth0-lock .auth0-lock-input-block {
margin: 0;
}
.auth0-lock.auth0-lock
.auth0-lock-input-show-password
.auth0-lock-show-password {
top: 26px;
right: 5px;
}
.auth0-lock.auth0-lock .custom-file-control,
.auth0-lock.auth0-lock .form-control,
.auth0-lock.auth0-lock .is-focused .custom-file-control,
.auth0-lock.auth0-lock .is-focused .form-control {
background-image: linear-gradient(
0deg,
#28282e 2px,
rgba(0, 150, 136, 0) 0
),
linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}
.auth0-lock.auth0-lock .is-focused [class*=" bmd-label"],
.auth0-lock.auth0-lock .is-focused [class^="bmd-label"],
.auth0-lock.auth0-lock .bmd-form-group.is-focused .bmd-label-floating {
font-family: "Roboto-Regular";
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
color: #28282e;
font-size: 11px;
line-height: 16px;
}
.auth0-lock.auth0-lock .auth0-lock-input-email::before,
.auth0-lock.auth0-lock .auth0-lock-input-password::before,
.auth0-lock.auth0-lock .auth0-lock-input-firstName::before,
.auth0-lock.auth0-lock .auth0-lock-input-lastName::before {
font-size: 12px;
line-height: 24px;
}
.auth0-lock.auth0-lock .form-group {
margin-bottom: 0;
}
/*.auth0-lock.auth0-lock .auth0-lock-input-lastName {*/
/* margin-bottom: 20px;*/
/*}*/
.auth0-lock.auth0-lock .auth0-lock-input-wrap input[name="password"] {
padding-right: 30px;
}
/* checkboxes */
.auth0-lock.auth0-lock .permission--soft {
padding-bottom: 8px;
}
.auth0-lock.auth0-lock .permission--hard label:first-child {
display: none;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox .consentBox {
display: inline-flex;
align-items: center;
outline: none;
}
.auth0-lock.auth0-lock
.auth0-lock-input-checkbox
.consentBox:focus:before {
border: 2px solid #222526;
}
.auth0-lock.auth0-lock
.auth0-lock-input-checkbox
.consentBox:nth-child(2) {
margin-right: 25px;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox .consentBox::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 8px;
border: 2px solid #adafb0;
}
.auth0-lock.auth0-lock
.auth0-lock-input-checkbox
.consentBox.active::after,
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input:checked::after,
.auth0-lock.auth0-lock .auth0-lock-terms input:checked::after {
content: " ";
position: absolute;
left: 8px;
top: 2px;
display: block;
width: 7px;
height: 12px;
border: solid #222526;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox label:focus,
.auth0-lock.auth0-lock .auth0-lock-terms label:focus {
outline: none;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox label:focus input,
.auth0-lock.auth0-lock .auth0-lock-terms label:focus input {
border-color: #222526;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input,
.auth0-lock.auth0-lock .auth0-lock-terms input {
position: relative;
width: 24px;
height: 24px;
margin-right: 5px;
border: 2px solid #adafb0;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox p,
.auth0-lock.auth0-lock .auth0-lock-input-checkbox span {
font-size: 14px;
color: #030303;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox div{
padding-top: 22px;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input:focus,
.auth0-lock.auth0-lock .auth0-lock-terms input:focus {
border: 0;
outline: 2px solid #222526;
outline-offset: -2px;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input:checked:focus,
.auth0-lock.auth0-lock .auth0-lock-terms input:checked:focus {
outline: none;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input:active,
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input:checked:active,
.auth0-lock.auth0-lock .auth0-lock-terms input:active,
.auth0-lock.auth0-lock .auth0-lock-terms input:checked:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input:checked,
.auth0-lock.auth0-lock .auth0-lock-terms input:checked,
.auth0-lock.auth0-lock
.auth0-lock-input-checkbox
.consentBox.active::before {
border: 2px solid #222526;
background-color: transparent;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox input:checked::after,
.auth0-lock.auth0-lock .auth0-lock-terms input:checked::after {
left: 6px;
top: 1px;
}
/* hard check styles */
.auth0-lock.auth0-lock .permission--hard {
display: flex;
padding-bottom: 10px;
}
.auth0-lock.auth0-lock .permission--hard:last-of-type {
padding-bottom: 0px;
}
.auth0-lock.auth0-lock .permission--hard span,
.auth0-lock.auth0-lock .auth0-lock-input-checkbox .consentBox {
position: relative;
color: #222526;
top: 6px;
font-size: 14px;
font-family: "Roboto-Regular";
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Terms and Conditions */
.auth0-lock.auth0-lock .auth0-lock-terms {
padding: 0px 20px 0;
text-align: left;
background: transparent;
font-family: "Roboto-Regular";
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: 20px;
text-wrap: initial;
}
.auth0-lock.auth0-lock #termAndConditions span {
top: 6px;
}
.auth0-lock.auth0-lock #termAndConditions span,
.auth0-lock.auth0-lock
.auth0-lock-terms
.auth0-lock-sign-up-terms-agreement
span {
position: relative;
color: #222526;
}
.auth0-lock.auth0-lock #termAndConditions span a,
.auth0-lock.auth0-lock
.auth0-lock-terms
.auth0-lock-sign-up-terms-agreement
span
a {
color: #adafb0;
text-decoration: underline;
}
.auth0-lock.auth0-lock .auth0-lock-input-checkbox span {
margin-left: 32px;
text-wrap: initial ;
}
.auth0-lock.auth0-lock
.auth0-lock-terms
.auth0-lock-sign-up-terms-agreement
span {
margin-left: 32px;
display: block;
top: -28px;
}
/* sign up page */
.auth0-lock.auth0-lock
.auth0-lock-form {
.signup-message p {
text-align: center;
color: #01000D;
}
}
/* password icon */
.auth0-lock-input-show-password
.auth0-lock-show-password
input[type="checkbox"]
+ label {
position: relative;
top: -6px;
right: 10px;
padding: 10px;
background-position: center;
background-repeat: no-repeat;
}
/* here 1 */
.auth0-lock-input-show-password
.auth0-lock-show-password
input[type="checkbox"]:checked
+ label {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M40.8 44.8 32.4 36.55Q30.65 37.25 28.45 37.625Q26.25 38 24 38Q16.7 38 10.75 33.925Q4.8 29.85 2 23Q3 20.4 4.775 17.925Q6.55 15.45 9.1 13.2L2.8 6.9L4.9 4.75L42.75 42.6ZM24 31.5Q24.7 31.5 25.5 31.375Q26.3 31.25 26.85 31L16 20.15Q15.75 20.75 15.625 21.5Q15.5 22.25 15.5 23Q15.5 26.6 18 29.05Q20.5 31.5 24 31.5ZM37.9 33.5 31.45 27.05Q31.95 26.25 32.225 25.175Q32.5 24.1 32.5 23Q32.5 19.45 30.025 16.975Q27.55 14.5 24 14.5Q22.9 14.5 21.85 14.75Q20.8 15 19.95 15.55L14.45 10Q16.2 9.2 18.925 8.6Q21.65 8 24.25 8Q31.4 8 37.325 12.075Q43.25 16.15 46 23Q44.7 26.2 42.65 28.85Q40.6 31.5 37.9 33.5ZM29.25 24.85 22.15 17.75Q23.6 17.2 25.15 17.525Q26.7 17.85 27.85 18.95Q29 20.1 29.45 21.525Q29.9 22.95 29.25 24.85Z'/%3E%3C/svg%3E");
background-size: 20px;
}
.auth0-lock-input-show-password .auth0-lock-show-password input[type=checkbox] + label {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M24 31.5Q27.55 31.5 30.025 29.025Q32.5 26.55 32.5 23Q32.5 19.45 30.025 16.975Q27.55 14.5 24 14.5Q20.45 14.5 17.975 16.975Q15.5 19.45 15.5 23Q15.5 26.55 17.975 29.025Q20.45 31.5 24 31.5ZM24 28.6Q21.65 28.6 20.025 26.975Q18.4 25.35 18.4 23Q18.4 20.65 20.025 19.025Q21.65 17.4 24 17.4Q26.35 17.4 27.975 19.025Q29.6 20.65 29.6 23Q29.6 25.35 27.975 26.975Q26.35 28.6 24 28.6ZM24 38Q16.7 38 10.8 33.85Q4.9 29.7 2 23Q4.9 16.3 10.8 12.15Q16.7 8 24 8Q31.3 8 37.2 12.15Q43.1 16.3 46 23Q43.1 29.7 37.2 33.85Q31.3 38 24 38Z'/%3E%3C/svg%3E");
background-size: 20px;
}
/* Forgot your password */
.auth0-lock.auth0-lock
.auth0-lock-form
.auth0-lock-alternative
.auth0-lock-alternative-link {
color: #1573A2;
font-size: 13px;
text-decoration: none;
}
.auth0-lock.auth0-lock
.auth0-lock-form
.auth0-lock-alternative
.auth0-lock-alternative-link:hover {
color: #006699;
}
/* social buttons */
.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button {
display: flex;
justify-content: center;
align-items: center;
height: 48px;
text-decoration: none;
margin: auto;
}
.auth0-lock-social-button[data-provider] {
background-color: white;
border: 1px solid #000000 !important;
border-radius: 0px !important;
/*transition: background-color .3s, box-shadow .3s;*/
}
.auth0-lock-social-button[data-provider]:hover {
background-color: #FAFAFA !important;
}
.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider^=google]:hover:not([disabled]) .auth0-lock-social-button-text,
.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider^=google]:focus:not([disabled]) .auth0-lock-social-button-icon,
.auth0-lock.auth0-lock .auth0-lock-social-button#google-btn .auth0-lock-social-button-icon
{
background-color: transparent !important;
}
.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider].auth0-lock-social-big-button .auth0-lock-social-button-icon {
background-color: transparent;
border: 0;
height: 38px;
position: relative;
width: 38px;
}
.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider^=google].auth0-lock-social-big-button {
margin-top: 20px;
}
.auth0-lock.auth0-lock .auth0-lock-social-button[data-provider^=apple].auth0-lock-social-big-button .auth0-lock-social-button-icon {
background-image: url("data:image/png;base64,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");
background-size: 26px;
margin-left: -10px;
}
.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button#google-btn .auth0-lock-social-button-text {
background: transparent !important;
}
.auth0-lock.auth0-lock .auth0-lock-social-button.auth0-lock-social-big-button .auth0-lock-social-button-text {
background: transparent !important;
font-size: 15px;
text-transform: none;
width: auto;
padding: 5px 5px 0 5px;
font-weight: 500;
letter-spacing: 0.7px;
}
/* submit button */
.auth0-lock.auth0-lock .auth0-lock-cred-pane {
padding-bottom: 16px;
}
.auth0-lock.auth0-lock .auth0-lock-submit {
font-family: "Roboto-Regular";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 12px auto;
width: 335px;
min-height: 48px;
height: 48px;
line-height: 48px;
padding: 0;
text-align: center;
font-size: 15px;
text-transform: capitalize;
border-radius: 0px;
font-weight: 700;
}
.auth0-lock.auth0-lock .auth0-lock-submit:hover {
background-color: #005C8A !important;
}
.auth0-lock.auth0-lock .auth0-lock-submit span svg.icon-text {
display: none;
}
.auth0-lock.auth0-lock .auth0-lock-submit:hover:not([disabled]) span {
-webkit-transform: none;
transform: none;
}
.auth0-lock.auth0-lock .auth0-lock-submit .auth0-label-submit {
letter-spacing: normal;
transition: none;
}
.auth0-lock.auth0-lock.auth0-lock-mode-loading .auth0-loading-container {
animation: none !important;
}
.auth0-lock.auth0-lock #password-title {
text-align: left;
font-size: 27px;
line-height: 40px;
font-family: "Roboto-Regular";
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
}
.auth0-lock.auth0-lock .auth0-lock-close-button,
.auth0-lock.auth0-lock .auth0-lock-back-button {
box-shadow: none;
width: 16px;
}
/* auth0 messages success and error */
.auth0-lock-error-msg .auth0-lock-error-invalid-hint {
padding: 12px 0px;
}
.auth0-lock.auth0-lock .auth0-global-message {
text-align: left;
padding: 10px 20px 10px 20px;
}
.auth0-lock.auth0-lock .auth0-global-message.auth0-global-message-error,
.auth0-lock.auth0-lock .auth0-global-message.auth0-global-message-success
{
background: none;
}
/* end of auth0 messages success and error */
.auth0-lock.auth0-lock .auth0-lock-error-msg {
color: #eb1701;
background: transparent;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
margin: 0;
border-radius: 0px;
position: relative;
left: 0;
top: -5px;
display: block;
font-size: 12px;
}
.dynamic-error-container {
position: relative;
display: flex;
padding: 12px;
background-color: #BEDEED;
border-left-width: 4px;
border-color: #1573A2;
border-left-style: solid;
}
.dynamic-error-container > div {
flex-shrink: 0;
flex-grow: 0;
flex-basis: 30px;
}
.dynamic-error-container > p {
display: block;
font-size: 16px;
color: #333333 !important;
white-space: break-spaces;
text-transform: none;
font-weight: 500;
margin-top: 0;
margin-bottom: 0 !important;
}
.dynamic-error-container.social-error {
margin-top: -10px;
margin-bottom: 20px;
}
.auth0-lock.auth0-lock .auth0-lock-error-msg span {
padding: 0;
background: transparent;
}
.auth0-lock.auth0-lock .auth0-lock-error-msg::after {
display: none;
}
.auth0-lock.auth0-lock .auth0-lock-error .auth0-lock-input-wrap {
border-color: transparent;
}
.auth0-lock-input-wrap svg.auth0-lock-icon.auth0-lock-icon-box {
display: none;
}
.auth0-lock.auth0-lock .terms-error {
top: 2px;
}
.auth0-lock.auth0-lock .terms-error span {
padding: 5px 0;
}
}
@media only screen and (max-width: 680px) {
.auth0-lock.auth0-lock {
display: block;
position: relative;
}
.auth0-lock.auth0-lock .auth0-lock-center {
display: block;
}
.auth0-lock.auth0-lock .auth0-lock-widget {
max-height: initial;
}
}
@media only screen and (max-width: 480px) {
.auth0-lock.auth0-lock .auth0-lock-content-wrapper {
flex: none;
}
.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-content {
display: block;
width: 100%;
}
.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-terms {
position: relative;
bottom: 0;
}
.auth0-lock.auth0-lock .welcome #info-block {
top: 125px;
}
.auth0-lock.auth0-lock .auth0-lock-cred-pane {
padding-bottom: initial;
}
.auth0-lock.auth0-lock .auth0-lock-widget {
max-width: none;
}
.auth0-lock.auth0-lock.auth0-lock-opened.auth0-lock-with-tabs.auth0-lock-iphone
.auth0-lock-body-content,
.auth0-lock.auth0-lock.auth0-lock-opened.auth0-lock-iphone
.auth0-lock-body-content,
.auth0-lock.auth0-lock.auth0-lock-opened.auth0-lock-with-tabs
.auth0-lock-body-content,
.auth0-lock.auth0-lock.auth0-lock-opened .auth0-lock-body-content {
min-height: 100%;
}
.auth0-lock.auth0-lock .auth0-lock-header {
padding-bottom: 0px;
}
.auth0-lock.auth0-lock .auth0-lock-header-logo {
margin-bottom: 0px;
}
}
@media only screen and (max-width: 375px) {
.auth-lock-social-buttons-pane.auth0-lock-form {
padding: 0px !important;
}
}
.auth0-lock.auth0-lock.auth0-lock-iphone {
display: flex;
}
@media screen and (min-width: 481px) {
.auth0-lock.auth0-lock.auth0-lock-iphone .auth0-lock-center {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.23);
}
}
.auth0-lock.auth0-lock.auth0-lock-iphone .auth0-lock-center {
display: block;
max-width: 375px;
width: 100%;
}
.auth0-lock.auth0-lock.auth0-lock-iphone .auth0-lock-widget {
max-height: none;
}
.auth0-lock-recaptcha-block.auth0-lock-recaptcha-block-error {
width: 260px;
}
.auth0-lock-recaptcha-block.auth0-lock-recaptcha-block-error {
width: 260px;
}