html,
body {
    height: 100%; }

h1 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 5em;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 4em;
        margin-bottom: 40px;
    }
}

@media (max-width: 460px) {
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }
}

.well {
    max-width: 530px;
    padding: 15px;
    margin: 20px auto;
}

.form-signin {
    max-width: 350px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.container-fluid{
    height: 100% !important;
}

@media (min-width: 650px) {
    .login-container{
        height: 100% !important;
        width: 100%;
    }
}
@media (max-device-width: 425px ) {
    .login-container{
        height: 100%;
        width: 100%;
        overflow: inherit;
    }
    .container-fluid{
        overflow: scroll;
    }
    .ps-footer-container{
        max-height: 150px;
    }

}

body {
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

body * {
    border-radius: 0 !important;
}

.ps-footer-container{
    background-color: white;
}
.ps-footer{
    height: 100%;
    background: white;
    display: inline-block;
    border-top: solid 1px rgb(45,72,111);
    position: relative;
    width: 100%;
}

.ps-logo{
    width:60%;
    max-width: 400px;
    display: inline-block;
    margin: 55px 10px 10px 10px;"
}

.brand-logo{
    width:100%;
    max-width: 300px;
    margin:30px 20px 20px 20px;
    display: inline-block;
}

.login-system-button {
    padding: 1em;
    width: 100%;
    margin: 1em 0;
}

.sign-in-with {
    margin: 1em;
}

#sign-in-entrecloud {
    height: 41px;
    display: inline-block;
    position:relative;
    font-family: "Segoe UI";
    font-size: 15px;
    font-weight: 600;
    line-height: 41px;
    color: #5E5E5E;
    border: 1px #8C8C8C solid;
}

#sign-in-entrecloud img{
    margin-top:-7px;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
}

#sign-in-entrecloud span {
    display:inline-block;
    vertical-align:middle;
    padding-right: 12px;
}

#sign-in-microsoft {
    height: 41px;
    display: inline-block;
    border: 1px #8C8C8C solid;
    position:relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 41px;
    color: #5E5E5E;
}

#sign-in-microsoft img{
    margin-top:-7px;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 12px;
}

#sign-in-microsoft span {
    display:inline-block;
    vertical-align:middle;
    padding-right: 12px;
}

.product-logo {
    max-width: 280px;
    max-height: 250px;
}

.login-container-ELKONOR {
    padding-top: 7em;
}

.product-logo-ELKONOR {
    visibility: hidden;
}

.login-container-NORGESELITEN {
}

