/* ERROR: Failed to compile LESS code:
 Variable references are not allowed in LESS */

:root {

  --themePrimary: #50e2c1;
  --themePrimaryLight: #e0fff8;
  --themePrimaryDark: #336666;
  --themeSecondary:#8c2db3;
  --themeTeritary: #8e9aa7; 

  --themeDark: #333333;
  --themeGreyDark: #5a626b;
  --themeGrey: #ced4da;
  --themeLightGrey: #f8f9fc;
  --themeLight: #ffffff;

}

.logo {
    background: url(https://www.tempusserva.dk/share/ts-logo_333.svg) no-repeat;
    background-position-x: 0px;
    background-position-y: 6px;
    opacity: 0.6;
    width: 180px;
    height: 60px;
    position: absolute;
    line-height: 60px;
    margin-left: 60px;
}

.formLogin .form-control {
    height: auto;
}

.formLogin .material-icons {
    font-size: 1.25rem;
    color: var(--themePrimary);
}
.PagePublicPasswordReset .mainContent { padding: 0; }
.formPasswordReset p:last-of-type { text-align: right; }

