﻿/*************************************************************/
#login_body
{
    margin: 0px 0px 0px 0px;
    width: 1000px;
    height: 540px;
    background: #B4B4B4 url(../Images/body_bg.gif) repeat left top;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 75%;
}
/*************************************************************/
#login
{
    position: absolute;
    width: 240px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -100px;
}
/*************************************************************/
#login_header
{
    padding: 10px 0px 0px 0px;
    width: 240px;
    height: 24px;
    text-align: center;
    background: #0078ae url(../Images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}
/*************************************************************/
#login_content
{
    padding: 0px 0px 0px 10px;
    width: 228px;
    border: 1px solid #0F2543;
    background-color: White;
    line-height: 1.5em;
    font-weight: normal;
    overflow: auto;
}

/*************************************************************/
.button005 a {
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 5px 0px;
    color: #F00;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: rgb(149,202,252);
    background: linear-gradient(270deg, rgba(149,202,252,1) 0%, rgba(107,182,255,1) 100%);
}
.button005 a:hover {
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
}