﻿

.background {
    background-color: #424445;
    margin: 0;
    min-width: 904px;
}

.transparent {
    background-color: transparent !important;
}

.login {
    height: 100%;
    min-height: 100%;
}

.body {
    margin: 0 0 0px;
    position: relative;
    height: 100%;
    min-height: 800px;
    background-image: url('/Themes/default/img/lghtmesh.png');
    background-repeat: repeat;
}

.main {
    width: 100%;
    float: left;
    height: 100%;
    min-height: 600px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: url('/Themes/default/img/ProcurementForside1700.jpg') no-repeat bottom center;
    background-size: cover;
    font-family: "PT Sans", sans-serif;
    min-width: 904px;
}

.h1, .h3 {
    text-transform: capitalize;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -252px;
    margin-left: -452.5px;
    text-align: left;
    color: #ffffff;
    width: 904px;
    height: 438px;
    position: relative;
    background: rgba(66, 68, 69, 0.8);
    font-family: "PT Sans", sans-serif;
}


.left-panel {
    padding: 40px;
    float: left;
    width: 45%;
    height: 397px;
    font-size: 18px;
}

.right-panel {
    padding: 40px;
    width: 30%;
    height: 357px;
    float: right;
    background: #424445;
    border-left: 2px solid #00a0ff;
}

.fieldset {
    width: 187.5px;
    display: block;
    margin-bottom: 15px;
}

.button {
    width: 237.5px;
    margin: 0;
    margin-top: 15px;
    background-color: #00a0ff;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    height: 38px;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    fill: #ffffff;
}

    .button:hover {
        background-color: #0063AE;
    }

.input {
    height: 38px;
    width: 237.5px;
    font-size: 16px;
    border: 1px solid #a09b96;
    background-color: #f6f6f9;
    box-shadow: none;
    color: #797571;
    padding: 9px 11px 11px 10px;
    text-align: left;
    cursor: auto;
    font-family: "PT Sans", sans-serif;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
}

    .input:focus {
        box-shadow: inset 0 0 4px 0 #00a0ff;
    }

.applicationName {
    font-size: 28px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: capitalize;
}

.loginHeader {
    font-size: 1.4rem;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: capitalize;
}


.label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.errorMessage {
    color: #fe3838;
}

a {
    color: #fff;
}

    a:hover {
        text-decoration: none;
    }

.p {
    margin-top: 35px;
}

.a {
    color: #ffffff;
    font-weight: bold;
}

.logo {
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: 137px;
    height: 46px;
}

.logo-footer {
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    height: 45px;
}

.footer {
    padding-top: 30px;
    height: 134px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #424445;
    padding-top: 20px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    clear: both;
    min-width: 904px;
}

.hidden {
    display: none;
}

.logo1 {
    vertical-align: middle;
    background-image: url(/v2/images/millum-logo-bla-r-g-b.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 45px;
    width: 125px;
    background-size: contain;
    margin: auto;
}

.dev-text {
    font-family: "PT SANS Narrow","Trebuchet MS",sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.footer-text-light {
    font-family: "PT SANS Narrow","Trebuchet MS",sans-serif;
    font-weight: 400;
    font-size: small;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.footer-text-light.bottomn {
    margin: 0;
    padding-top: 10px;
}

.footer-text-light.top {
    margin-bottom: 0;
    padding-bottom: 10px;
}


.millum_blue_link {
    color: #00a0ff;
    text-decoration: none;
}

@media only screen and (max-height: 1300px) {
    .footer {
        position: static;
    }

    .main {
        height: calc(100vh - 154px);
    }
}
