body {
    background: #f7f7f7;
}

.innlogging-frontpage input[type="text"],
.innlogging-frontpage input[type="password"] {
    line-height: 25px;
    height: 35px;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #CCC;
    width: 250px;
}

.ambita-box {
    background: #FFF;
    padding: 38px 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #cecece;
    box-sizing: border-box;
}

/* Header */

.ambita-header {
    background-color: #e1e1e1;
    font-size: 18px;
    line-height: 65px;
    margin-bottom: 110px;
}

.ambita-header * {
    box-sizing: border-box;
}

.ambita-container {
    width: 950px;
    margin: 0 auto;
}

.container {
    margin-bottom: 35px;
}

.ambita-header-bar {
    background-color: #8237dc;
    color: white;
    padding: 0 20px;
    position: relative;
    z-index: 999;
    line-height: 75px;
    height: 75px;
    margin-bottom: -83px;
    float: left;
    width: 100%;
}

.ambita-header-bar h1 {
    line-height: 75px;
}

.ambita-header-logo {
    display: block;
    margin-top: 23px;
    float: left;

}

.ambita-header-logo img {
    width: 100px;
}

.ambita-header-servicename {
    float: right;
    font-size: 20px;
    color: #FFF;
}

.ambita-header-slogan {
    font-weight: bold;
    font-size: 20px;
    color: #3f3f3f;
    margin: 0;
    line-height: 65px;
    height: 65px;
}

/* Footer  */
.app-footer * {
    box-sizing: border-box;
}

.app-footer {
    background: #5a5a5a;
    color: #e9e9e9;
    position: relative;
}

.app-footer a:link,
.app-footer a:visited,
.app-footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

.app-footer-content {
    min-height: 373px;
}

@media screen and (max-width: 699px) {
    .app-footer-col {
        width: 50%;
        float: left;
    }

    .app-footer-col-double {
        width: 100%;
        float: left;
    }

    .app-footer-cs {
        margin-top: 52px;
    }
}

.app-footer-col,
.app-footer-col-double {
    padding: 30px 14px;
}

.app-footer-company .app-footer-header {
    margin-top: 20px;
}

.app-footer-header {
    font-size: 16px;
    display: block;
    color: #34d9c3;
    font-weight: bold;
}

/*@media screen and (min-width: 700px) {*/

.app-footer-backdrop {
    background: #4a494b;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.app-footer-col,
.app-footer-col-double {
    float: left;
    padding: 30px 14px;
}

.app-footer-content {
    background: #5a5a5a url("ambita-support-element.svg") no-repeat right bottom;
    background-size: 650px;
    position: relative;
    z-index: 1;
    width: 950px;
    margin: 0 auto;
}

.app-footer-company {
    background: #4a494b;
    padding-bottom: 60px;
}

.app-footer-col {
    width: 20%;
}

.app-footer-col-double {
    width: 40%;
}

.app-footer-header {
    margin-top: 85px;
}

.app-footer-company-logo {
    margin-top: 33px;
    display: block;
}

/*}*/

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
}

footer {
    height: 373px;
    margin-top: -35px;
}

/* Isolated Clearfix */

.ambita-common-cf:before,
.ambita-common-cf:after {
    content: " ";
    display: table;
}

.ambita-common-cf:after {
    clear: both;
}

.ambita-common-cf {
    *zoom: 1;
}

.login-button:hover {
    background: black;
}

.login-button:active {
    position: relative;
    top: 1px;
}

.login-button {
    font-size: 14px;
}

.login-button, input[type=button] {
    background-color: black;
    font-weight: 700;
    padding: 5px 15px 3px 15px;
    border-bottom: 2px solid;
    border-color: black;
    outline: 0;
    border-radius: 2px;
    color: #FFF;
}

.login-button, input[type=button] {
    border: none;
    line-height: 23px;
    white-space: nowrap;
}

.forgot-password {
    margin-left: 20px;
    color: #8237dc;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.bgimg {
    background-image: url('/images/iStock-496686760.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: calc(100vh - 373px);
}

.transbox {
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.5);
}

.frontlink {
    color: #8237dc;
}