html, body {
    height: 100%;
}

body {
    background-color: #F5F5F5 !important;
}

button {
    border: 0;
    border-radius: 9px;
    color: white;
    font-size: 1.7em;
    height: 50px;
    position: absolute;
    bottom: 35px;
    right: 40px;
}

.button-big.disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .85;
}

.button-big-text {
    margin-right: 10px;
}

.button-big-icon {
    margin-left: 5px;
    margin-right: 9px;
}

.outer-container {
    min-height: 100%;
    position: relative;
}

.login-form-container {
    padding-top: 150px;
}

.login-footer-wrapper {
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 100%;
}

.login-footer-wrapper-compensator {
    height: 50px; /* 10px for bottom of login-footer-wrapper, 20px x 2 for login-footer-wrapper line-height */
}

.login-page-header {
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}

h1.login-page-header {
    line-height: 64px;
}

.field {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

input[type="text"], input[type="password"] {
    width: 94%;
    background-color: transparent;
    padding: 10px;
}

.login-footer {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-style: none;
    display: inline;
}

.login-footer a {
    color: #444444;
    cursor: pointer;
    margin: 10px;
    text-decoration: underline;
}

.forgot-password-wrapper {
    margin-bottom: 45px;
}

.forgot-password-link {
    cursor: pointer;
    margin-right: 25px;

}

.back-link {
    cursor: pointer;
    padding-top: 15px;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 150px;
    margin-left: 25px;
    display: inline-block;
    position: absolute;
    bottom: 48px;
}

#flip-container {
    perspective: 900px;
    margin-top: 50px;
}

#flip-container,
#frontSide,
#flipSide,
#spinner {
    width: 450px;
    height: 330px;
}

.flipper {
    animation: flip-animation .6s linear;
    transform: rotateY(90deg);
    animation-fill-mode: forwards;
    background-color: white;
}

@keyframes flip-animation {
    100% {
        transform: rotateY(0deg);
    }
}

#frontSide, #flipSide {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background-color: white;
}

#frontSide {
    z-index: 2;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.margin-bottom-sm {
    margin-bottom: 15px;
}

.margin-bottom-md {
    margin-bottom: 35px;
}

.margin-bottom-lg {
    margin-bottom: 50px;
}

.profile-select {
    width: 100%;
}

.profile-select .k-input {
    box-sizing: content-box;
    line-height: 30px;
}

.profile-select .k-select {
    box-sizing: content-box;
    line-height: 40px;
}

.placeholder-label {
    font-weight: normal;
    height: 25px;
    position: absolute;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    background-color: white;
    cursor: text;
    color: grey;
    top: 10px;
    left: 35px;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none; /* safari */
}

.login-page-input:focus ~ label, .login-page-input:valid:not(:focus) ~ label {
    transform: translateY(-19px) scale(0.7);
    -webkit-transform: translateY(-19px) scale(0.7);
    color: #428BCA;
    z-index: 1;
}

.login-page-input:invalid:not(:focus) ~ label {
    transform: none;
    -webkit-transform: none;
}

.placeholder-label {
    -ms-transform: translateY(-19px) scale(0.7);
}

.login-page-input:-webkit-autofill ~ label {
    transform: translateY(-19px) scale(0.7) !important;
    -webkit-transform: translateY(-19px) scale(0.7) !important;
    color: #428BCA;
    z-index: 1;
}

.select-profile-wrapper {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 60px;
}

.text-block {
    margin-left: 25px;
    margin-right: 25px;
}

#copyrightLabel {
    margin-top: 30px;
    display: block;
    text-align: center
}

#copyrightLabel a {
    text-decoration: none;
}

.profile-selection-text {
    margin-top: 65px;
}
