﻿body {
    background-color: #5780a5;
    background-image: url("../Images/background.jpg");
    background-repeat: no-repeat;
    min-height: 600px;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.panel-box
{
    padding-top: 30px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.blurred-box {
    position: relative;
    width: 400px;
    top: calc(50% - 200px);
    border-radius: 2px;
    overflow: hidden;
    box-shadow: inset 0 0 0 250px rgba(0,0,0,0.15);
    backdrop-filter: blur(4px);
}

.Button {
    background-color: #2DA7DB;
    border-radius: 5px;
    height: 30px;
    width: 263px;
    vertical-align: middle;
}

    .Button a {
        text-decoration: none;
        display: inline-block;
        height: 18px;
        width: 100%;
        padding-top: 8px;
        font: bold 14px Arial,Helvetica,sans-serif;
        text-align: center;
        vertical-align: middle;
        color: #FFFFFF;
    }

.Button:hover {
    background-color: #204d74;
    border-color: #122b40;
    color: #fff;
}

/* Logout */
#ErrorMessage {
    font: 13px Arial, Helvetica, sans-serif;
    color:#CE0000;
    display: block;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#LoginAgainButton {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

/* Login */
#FormAccountLogin {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}
#LoginUsername, #LoginPassword {
    margin-bottom: 10px;
    margin-left:30px;
}
#FormAccountLogin INPUT[type=text], #FormAccountLogin INPUT[type=password] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #555;
    font: 14px Arial,Helvetica,sans-serif;
    height: 20px;
    width: 250px;
    padding: 6px 6px;
}

/* Footer */
#Footer {
}

    #Footer a, #Footer span {
        color: #FFFFFF;
        font: 10px Arial,Helvetica,sans-serif;
        text-decoration: none;
        vertical-align: top;
        margin-right: 4px;
    }

#HelpSection {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px 0px 4px 10px;
}

#Copyright {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 10px 4px 0px;
}

#CorporateProductLink {
    text-decoration: none;
}

#CorporateProductLogo {
    background-image: url(../Images/rocc-logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 235px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

#CorporateProductTitle {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 500;
    font-variant-caps: small-caps;
    text-align: center;
}
