﻿.center-div {
    position: absolute;
    margin: auto;
    padding: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 150px;
    background-color: #C7DBFF;
    border-style: solid;
    border-width: 5px;
    border-color: #065590;
}

.right-column {
    box-sizing: border-box;
    right: 0;
    top: 0;
    bottom: 0;
    width: 63%;
    margin-bottom: 72px;
    position: fixed;
}

.Login-form {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    box-sizing: border-box;
    font-size: 1.75rem !important;
    line-height: 1.7142;
    background-color: whitesmoke;
    padding: 24px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 33%;
    position: fixed;
    overflow-y: auto;
    font-weight: 400 !important;
}

.k-button {
    background-color: #065590;
    color: white;
    padding: 14px 14px;
    font-size: 1.25rem;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 33%;
}

.left-body {
    position: fixed !important;
    box-sizing: border-box;
    width: 100%;
    top: 1px;
    left: -100px;
    height: 100%;
    bottom: 0;
    margin-bottom: 72px;
    box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 200px 128px;
}

input {
    margin: 1.5rem 0;
    width: 100%;
    line-height: 1.25;
    padding: .6875rem .9375rem;
    border: 1px solid;
    border-radius: .1875rem;
}
