﻿@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");

[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-checked > div {
    color: #8E2722 !important;
}

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;
    text-decoration: underline;
    cursor: pointer;
} 
.action-links a {
    color: inherit;
}

.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;
}