@import url('fonts-googleapis-com.css');

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    font-family: "Source Sans Pro";
}

.login-body {
    background: url('../img/WDEX-Login-Landing-Page.jpg') no-repeat;
    background-size: 65% 100vh;
}

div.forgot-password {
    margin-bottom: 10px;
}

md-content.md-default-theme, md-content {
    background-color: transparent;
}

body > md-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    padding-left: 100px;
}

img.login-logo {
    position: absolute;
    top: 50px;
    left: 39px;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: #8E2722 !important;
}

md-toolbar .toolbar-buttons {
    padding-right: 100px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td {
    text-align: left;
    padding: 8px;
}

td:nth-child(1) {  
    border: 1px solid #bbbbbb;
}

td:nth-child(2) {  
    border: 1px solid #dddddd;
}

td:nth-child(1) {  
    background-color: #dddddd;
}

.i3-button {
    font-weight: 800;
}

.login-panel {
    background:#ffffff;
    padding:20px;
    min-width: 35%;
}
.login-panel button {
    width: 95%;
    border-radius: 5px;
    margin: 18px 0;
}

.action-links {
    font-size: 16px;
    cursor: pointer;
} 
.action-links a {
    color: inherit;
    text-decoration: none !important;
}

.action-links a:hover {    
    text-decoration: underline !important;
}

.login-title {
  width:100%;
  height: 30px;
  font-family: 'Work Sans';
  font-size: 26px;
  font-weight: 500;
  align-content:center;
  text-align: center;
  color: #0a132f;
  /*color: var(--dark-indigo);*/
}

.login-header {
    background:#ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), inset 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}

body > md-content {
    box-shadow: none;
}

.page-title {
    box-shadow: none;
    position: absolute;
    left: 300px;
    top: 115px;
    font-size: 36px;
}

.page-title .line2 {
    font-weight: bold;
    font-size: 42px;
}

/* Content section on right side of the page */
.content-right {
	-webkit-box-shadow: -1px 0px 13px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 0px 13px -1px rgba(0,0,0,0.3);
	box-shadow: -1px 0px 13px -1px rgba(0,0,0,0.3);
}

/* First div is the text content */
.content-right > div {
	padding-left: 100px;
	padding-right: 100px;
}

.terms-and-conditions {
	width: 75%;
	text-align: center;
}

.log-in {   
	height: 45px;   
	color: #353535;  
	font-size: 36px;    
	letter-spacing: 1.52px; 
	line-height: 45px;
	margin-bottom:10px;
}
.md-input-container {
    /* Default styling adds too much vertical margin to the bottom of each input element */
    margin: 3px;
}
#submitButtonContainer {
    min-width: 100%;
}
.errors {
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    background-color: darkred;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.md-button {
    border-radius: 20px;
    height: 40px;
    text-transform: none;
    padding-left:45px;
    padding-right:45px;
}
.md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
    color:#353535;
}
.md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder, md-input-container.md-default-theme label, md-input-container label {
    color:#353535; 
}

@media screen and (max-width: 599px) {
    .login-panel {
        width: 95%;
        height: 70%;
    }

    .login-body {
        background-size: 100% 100vh;
    }
}

@media screen and (max-width: 959px) {
    .login-panel {
        width: 85%;
        height: 95%;
    }

    .login-body {
        background-size: 100% 100vh;
    }
}

@media screen and (max-width: 1279px) {
    body {
        align-items: center !important;
        justify-content: center !important;
    }

    .login-panel {
        min-width: 65%;
    }

    .login-body {
        background-size: 100% 100vh;
    }

    img.login-logo {
        height: 20px;
        width: 146px;
        left: unset;
        top: 45px;
    }

    md-content {
        height: 70%;
    }

    md-input-container {
        max-width: 90%;
        display: block;
    }

    .content-right > div {
        padding: 0;
    }

    div.outer-div {
        width: 90%;
    }

    div.forgot-password {
        margin-bottom: 24px;
    }
}

.sphere {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    float: right;
    background: linear-gradient(135deg, #D99D3B 50%,#D99D3B 100%);
}
   
.sphere:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.marketingMessageSummary {
    top: 10px;
    left: 10px;
    position: absolute;
    bottom: 50%;
    width: 100%;
    font-size: xx-large;
    text-align: center;
    font-weight: bold;
    transform: rotate(20deg);
}

.marketingMessageDetails {
    box-shadow: 4px 4px 12px -2px black; 
    position: relative; 
    padding: 20px; 
    background-color: #B64031;
    color: white;
}

/************************************************ 
 * Dark mode settings 
 ************************************************/
:root {
    --dark-mode-background-darkest: rgba(20, 20, 20, 0.87);
    --dark-mode-background-1: rgb(45, 45, 45);
    --dark-mode-background-2: rgb(60, 60, 60);
    --dark-mode-background-disabled: rgba(231, 231, 231, 0.60);
    --dark-mode-background-haze: rgba(80, 80, 80, 0.5);
    --dark-mode-divider-color: rgb(50, 50, 50);
    --dark-mode-font-color: rgba(231, 231, 231, 0.87);
    --dark-mode-font-label-color: rgba(231, 231, 231, 0.60);
    --dark-mode-font-color-dark: rgba(24, 24, 24, 0.87);
    --dark-mode-font-hint-color: #60C6D2;
    --dark-mode-font-error-message: #F6C90D;
    --dark-mode-normal-color: #1D82AD;
    --dark-mode-warning-color: #E2B203;
    --dark-mode-critical-color: #AE2A19;
    --dark-mode-font-critical-color: #FF0000;
    --dark-mode-acknowledged-color: #929292;
    --dark-mode-water-color: #85B8FF;
    --dark-mode-highlight-bg-color: #1D82AD;
    --dark-mode-highlight-font-color: rgba(231, 231, 231, 0.87);
    --dark-mode-component-border-color: rgba(159, 159, 159, 0.87);
    --dark-mode-hover-bg-color: rgb(45, 45, 45);
    --dark-mode-hover-font-color: rgba(231, 231, 231, 0.87);
    --dark-mode-selection-bg-color: #1D82AD;
    --dark-mode-selection-font-color: rgba(231, 231, 231, 0.87);
}

html.dark-mode,
html.dark-mode .login-panel,
html.dark-mode .log-in,
html.dark-mode label {
    color: var(--dark-mode-font-color) !important;
    background-color: var(--dark-mode-background-2) !important;
}

html.dark-mode md-input-container.md-input-has-value label,
html.dark-mode md-input-container.md-input-focused label {
    background-color: var(--dark-mode-background-2) !important;
}

html.dark-mode md-checkbox:not(.md-checked) .md-icon {
    background-color: var(--dark-mode-font-color) !important;
}

html.dark-mode md-input-container label,
html.dark-mode md-input-container.md-input-has-value input,
html.dark-mode input {    
    color: var(--dark-mode-font-color) !important;
    background-color: var(--dark-mode-background-1) !important;
}

html.dark-mode img {    
    filter: invert(100%) hue-rotate(180deg);
}

html.dark-mode md-checkbox.md-default-theme.md-checked .md-icon, 
html.dark-mode md-checkbox.md-checked .md-icon,
html.dark-mode .md-button.md-primary {
    background-color: var(--dark-mode-highlight-bg-color) !important;
}

button.avidity{
    bottom: 0;
    position: absolute;
    width: 20%;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px;
}