﻿@font-face {
  font-family: SwecoSans-Medium;
  src: url(../fonts/SwecoSans-Medium.eot);
  src: url(../fonts/SwecoSans-Medium.woff2) format("woff2"), url(../fonts/SwecoSans-Medium.woff) format("woff"), url(../fonts/SwecoSans-Medium.ttf) format("truetype"), url(../fonts/SwecoSans-Medium.svg#SwecoSans-Medium) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SwecoSans-Regular';
  src: url(../fonts/SwecoSans-Regular.eot);
  src: url(../fonts/SwecoSans-Regular.ttf) format("truetype");
  src: url(../fonts/SwecoSans-Regular.woff2) format("woff2"), url(../fonts/SwecoSans-Regular.woff) format("woff"), url(../fonts/SwecoSans-Regular.ttf) format("truetype"), url(../fonts/SwecoSans-Regular.svg#SwecoSans-Regular) format("svg");
  font-weight: 400;
  font-style: normal; }

body {
  font-family: "SwecoSans-Regular";
  color: #4d535a;
  background-color: #eee; }

h1, h2, h3, h4, h5, h6 {
  font-family: "SwecoSans-Medium"; }

input, button, select, textarea {
  border-radius: 0 !important;
  padding: 0.625rem 0.75rem; }

a, a:hover, a:focus {
  color: #b586a4 !important; }

label {
  font-weight: normal; }

.btn {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  transition: 0.3s ease all; }

button, button:focus {
  outline: none !important; }

.btn-secondary {
  /*background-color: #fff;
    border: 1px solid #a5a5a8;*/
  color: #fff;
  background-color: #4d535a;
  border-color: #4d535a; }

.btn-secondary {
  background-color: #353a3f;
  border-color: #353a3f;
  color: #fff !important; }

.form-group {
  text-align: left; }
  .form-group label {
    text-align: left; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='currentColor' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e");
  background-size: 8px;
  background-position: right 4px center;
  background-repeat: no-repeat;
  font-family: "SwecoSans-Regular", Arial; }
  select option {
    font-weight: 400;
    font-family: "SwecoSans-Regular", Arial; }

.form-control:focus {
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(77, 83, 90, 0.25); }

.banner-large {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Graphics/Ring-road-Antwerp-SW-00220_500- Foto_Tom__D'Haenens.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);*/
  top: 0;
  position: absolute;
  width: 100%; }
  .banner-large h1, .banner-large h2 {
    text-transform: uppercase; }
  .banner-large h1, .banner-large h2,
  .banner-large label,
  .banner-large p {
    /*color: white;*/
    color: #4d535a; }
  .banner-large .banner-img {
    height: 100px;
    width: 260px;
    background: url("../Graphics/sweco-logo.svg");
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat; }
  .banner-large fieldset {
    background: #eee;
    padding: 1rem; }
  .banner-large .main-content {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-color: white;
    /*padding: 1rem 1.9rem;*/
    padding: 1rem;
    /*box-shadow: 0px 0px 150px rgba(255, 255, 255, 0.7);*/
    box-shadow: 0 0.475rem 0.95rem rgba(0, 0, 0, 0.3);
    max-width: 400px;
    min-height: 0;
    width: 100%;
    margin: 0 auto; }
    .banner-large .main-content form {
      border-top: 0 !important; }
      .banner-large .main-content form .login-wrapper fieldset {
        border: 0; }
        .banner-large .main-content form .login-wrapper fieldset div div {
          width: 100%;
          padding: 0 !important; }
          .banner-large .main-content form .login-wrapper fieldset div div button {
            margin-right: 0; }
          .banner-large .main-content form .login-wrapper fieldset div div .form-group {
            padding: 0 !important;
            margin: 0.8rem 0 0 0; }
            .banner-large .main-content form .login-wrapper fieldset div div .form-group label {
              margin-bottom: 2px; }
    .banner-large .main-content .fieldrow {
      text-align: left; }
      .banner-large .main-content .fieldrow .field label {
        display: block; }
      .banner-large .main-content .fieldrow .field input {
        width: 100%; }
  .banner-large .main-content-dk {
    background-color: #e0ddda; }
  .banner-large .h-100 {
    height: 100%; }
  .banner-large .align-items-center {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    text-align: center;
    margin-left: -5px; }

#fromVirk, #topbar, div.footerBottom.visible-sm, .footer {
  display: none !important; }

/* . reset-password
   ========================================================================== */
.reset-password {
  text-align: left; }
  .reset-password .fieldrow p label {
    display: block; }
  .reset-password .fieldrow p input {
    width: 100%; }
  .reset-password button {
    float: right;
    margin-top: 25px; }

div#ValidationError, .error {
  color: #821307 !important;
  font-family: SwecoSans-Regular !important; }

/* . banner-large--forgotPasswordConfirmation
   ========================================================================== */
.banner-large--resetPassword {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Graphics/Pavement-with-water-feature-SW-00196_500- Foto_Casper_Hedberg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.banner-large--forgotPasswordConfirmed {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Graphics/Happy-customer-and-consultant-inside-an-officebuilding-SW-00167_500- Foto_Casper_Hedberg.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat; }
  .banner-large--forgotPasswordConfirmed legend {
    display: none; }
  .banner-large--forgotPasswordConfirmed .main-content {
    background: #59854e; }
    .banner-large--forgotPasswordConfirmed .main-content h1, .banner-large--forgotPasswordConfirmed .main-content h2 {
      padding: 2rem 0;
      margin: 0; }

.banner-large--changePasswordPage {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Graphics/Pavement-with-water-feature-SW-00196_500- Foto_Casper_Hedberg.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat; }
  .banner-large--changePasswordPage .warnText {
    /*color: #821307 !important;
        font-family: SwecoSans-Regular !important;*/ }
