﻿

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: initial;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/Montserrat-Regular.ttf') format('truetype');   
}

body {
    padding-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 100;
    /* Wrapping element */
}

.box.flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: start
}

.company-logo {
    height: 90px;
    width: 382px;
}


.product-logo {
    position: relative;
    width: 193px;
    height: 40px;
}

.product-logo object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

 

.tagline {
    white-space: nowrap;
    color: white;
    font-size: 70px;
    margin-left: 107.5px;
}


body .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select {
    width: 100%;
    border: none;
    outline: none;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #cbcccd;
    color: #5ac4ec;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
}

.bg-logo {
    position: absolute;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: flex-end;
    align-content: start
}

.welcome-content {
    margin-top: 35px;
}

.welcome-content label {
    font-size: 24px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}

.flexcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (max-width: 1700px) {
    div .tagline {
        display: none;
    }
}

 
body .header-container .navbar-collapse {
    width: 100%; }
  body .body-content {
    /* Set some basic padding to keep content from hitting the edges */
    padding-left: 15px;
    padding-right: 15px;
    /* Set widths on the form inputs since otherwise they're 100% wide */
    /* Carousel */
    /* Make .svg files in the carousel display properly in older browsers */
    /* buttons and links extension to use brackets: [ click me ] */
    /*IS4 CSS*/ }
    body .body-content input,
    body .body-content select,
    body .body-content textarea {
      max-width: 280px; }

    body .body-content .row .form-group label {
      color: #5ac4ec; }
    body .body-content .row .form-group .btn-default {
      outline: none;
      color: #fff;
      border: none;
      background-color: #66ccff;
      transition: all 0.5s ease; }
      body .body-content .row .form-group .btn-default:hover {
        background-color: #99cc33; }
    body .body-content .carousel-inner .item img[src$=".svg"] {
      width: 100%; }
    body .body-content .btn-bracketed::before {
      display: inline-block;
      content: "[";
      padding-right: 0.5em; }
    body .body-content .btn-bracketed::after {
      display: inline-block;
      content: "]";
      padding-left: 0.5em; }
    body .body-content .validation-summary-valid {
      display: none; }
    body .body-content .logged-out iframe {
      display: none;
      width: 0;
      height: 0; }
    body .body-content .page-consent .consent-buttons {
      margin-top: 25px; }
    body .body-content .page-consent .consent-form .consent-scopecheck {
      display: inline-block;
      margin-right: 5px; }
    body .body-content .page-consent .consent-form .consent-description {
      margin-left: 25px; }
      body .body-content .page-consent .consent-form .consent-description label {
        font-weight: normal; }
    body .body-content .page-consent .consent-form .consent-remember {
      padding-left: 16px; }
  body .login-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #222;
    padding: 0;}
    body .login-container .content {
      display: flex;
      height: 100%;
      background-color: white; }
      body .login-container .content .column.left {
        overflow-y: auto;
        width: 45%;
        padding: 100px 100px 0px 100px; }      
       
         
        body .login-container .content .column.left .form-content {
          position: relative;
          top: 20px; }
          body .login-container .content .column.left .form-content form .form-group {
            margin-bottom: 30px; }
            body .login-container .content .column.left .form-content form .form-group input,            
              body .login-container .content .column.left .form-content form .form-group input:focus,
              body .login-container .content .column.left .form-content form .form-group select:focus {
                border-bottom-color: #5ac4ec; }
            body .login-container .content .column.left .form-content form .form-group .remember-me {
              margin-top: 15px; }
              body .login-container .content .column.left .form-content form .form-group .remember-me input {
                width: auto;
                margin-right: 10px; }
              body .login-container .content .column.left .form-content form .form-group .remember-me label {
                font-size: 12px;
                font-weight: bold;
                margin-bottom: 0px; }
          body .login-container .content .column.left .form-content form .login-content {
            text-align: center; }
            body .login-container .content .column.left .form-content form .login-content button {
              background-color: #5ac4ec;
              color: white;
              font-weight: bold;
              line-height: 1;
              border: none;
              border-radius: 5px;
              padding: 10px;
              width: 125px; }
          
            body .login-container .content .column.right .bg-logo .icon {
              position: absolute;
              transform: translate(-51%, -8px);
              clip: rect(0, 200px, 252px, 87.5px); }
            
      body .login-container .content .column.right {
        display: flex;
        flex: 1;
        background-color: #5ac4ec;
        position: relative; }
        body .login-container .content .column.right .copyright-text {
          display: inline-flex;
          align-items: center;
          padding: 1em;
          background: #222;
          transform: rotate(180deg);
          writing-mode: tb;
          font-size: 14px;
          color: white;
          margin: 0;
          margin-left: auto;
          font-weight: bold; }
