﻿body, html { height: 100%; }

.labeltext {  height: 20px; width: 160px; padding-right: 20px; vertical-align: middle; display: table-cell; float: left; clear: right; font-family: Sans,Arial; text-align: right; }
.labeltext-login {  height: 20px; width: 160px; vertical-align: middle; display: table-cell; float: left; clear: right; font-family: Sans,Arial; text-align: right; }
.col3 { float: left; padding-left: 6px; }
.h1 { font-family: Sans,Arial; font-size: 18px; font-weight: bold; color: #c90028;  float: left; position: relative; padding-bottom: 10px; }
.bigtext { font-family: Sans,Arial; font-size: 14px; font-weight: bold; color: #393939; margin-bottom: 5px; float: left; padding-top: 0px; }
.content1 { margin-left: 20px; }
.item { padding-top: 4px; vertical-align: middle; width: 100%; height: 25px; float: left; }
.item2 { padding-top: 4px; vertical-align: middle; width: 100%; height: 25px; float: left; }
.item3 { padding-top: 4px; vertical-align: middle; width: 100%; height: 65px; float: left; }
.bottomspacer { width: 100%; height: 50px; position: relative; float: left; padding-bottom: 20px; margin-top: 20px; }
.btn { height: 25px; padding-left: 10px; padding-right: 10px; background-image: url(bilder/btnbg.png); font-family: Sans, Arial, Sans-Serif; font-size: 14px; color: white; border: 1px solid #a7a7a7; float: right; }
.txterror { padding-left: 5px; text-align: left; font-family: Sans, Arial, Sans-Serif; font-size: 12px; color: red; float: left; }

#loginError > .login-error-box {
    display: inline-block;
    background: linear-gradient(#fe0000, #750000);
    color: white;
    padding: 10px 15px;
    border-radius: 7px;
    font-family: Sans,Arial;
    font-size: 13px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    margin-top: 12px;
}

    #loginError > .login-error-box > .login-error-arrow {
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #fe0000; /* samma färg som toppen av rutan */
        position: absolute;
        top: -12px;
        left: 20px; /* flytta pilen horisontellt */
    }