﻿body {
    height: 100vh;
    /*background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url('https://ekontoret.dk/wp-content/uploads/2018/07/A7S00189-e1582539478922-1920x1080.jpg') no-repeat center center fixed;*/
    background: linear-gradient(rgba(2, 77, 94, 0.7), rgba(2, 77, 94, 0.7)), url('https://tpt.dk/seekings/uploads/header_priser.jpg'), no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

/*
    Login
*/
.login-container {
    background-color: #fff;
    padding: 60px;
    width: 100%;
    max-width: 550px;
    position: relative;
    text-align: center;
    margin-left: auto;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.k-button, .k-textbox {
    border-radius: 0 !important;
}


.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}

.form-control {
    border-radius: 0 !important;
}

.btn {
    border-radius: 0 !important;
}
