/* Minification failed. Returning unminified contents.
(106,12): run-time error CSS1036: Expected expression, found '~'
 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body {
    background-color: rgb(224,224,224);    
}

md-content.md-tx-theme {
    background-color: rgb(224,224,224);    
}

.md-toolbar-tools {
    background-color: rgb(255, 255, 255);
    color: rgb(198, 40, 40);
}

.product {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.55em;
}
.product img {
    margin-top: 8px;
}

div.card-header {
    margin: 8px;
}

div.card-header > h2 {
    margin-bottom: 0.2em;
    color: rgb(40, 51, 89);
}

md-input-container .md-errors-spacer {
    display: none;
}

md-input-container .md-input {
  padding-bottom: 0;
  background: #f2f2f2;
}

md-input-container > md-checkbox {
    margin-bottom: 0px;
}

.md-button {
    margin-left: 0px;
    margin-right: 0px;
}

.md-subheader.md-tx-theme {
    margin-right: 0px;
    font-size:inherit;
}

.md-subheader.tt-subheader {
  font-size:inherit;
  color: rgba(255,255,255,0.87);
  background-color:rgb(64,82,143);
}

iframe {
    border: none;
    display: none;
}

.fill {
    height: 100%;
    width: 100%;
}

.logo {
    width: 250px; 
    height: 58px;
}

.login-signinheader {
    margin-top: 75px; 
    color:#757575
}

.login-signincard {
    width: 450px; 
    /*height: 280px; */
    color: #757575; 
    margin-bottom: 100px;
    margin-top: 20px;
}

.login-signincard-content {
    margin-left: 25px; 
    margin-right: 25px;
}

.login-signintext {
    margin-top: 15px; 
    margin-bottom: 25px;
}

.md-input[type=password]:-webkit-autofill ~ label:not(.md-no-float) {
    transform: translate3d(0, 6px, 0) scale(0.75);
    transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
    width: ~"calc((100% - 18px) / 0.75)";
    color: rgba(0,0,0,0.54);
}

