﻿
body 
{
    background-color: powderblue;
    font-family:Arial;
}

.DivLogoCSS {
    text-align: center;
    border-style: solid;
    border-width: thin;
    border-radius: 8px;
    width: 250px;
    position: fixed;
    background-color: white;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}

.DivCSS {
    /*padding: 12px 12px 12px 12px;*/
    border-style: solid;
    border-width: thin;
    border-radius: 8px;
    /*max-height: 250px;
    max-width: 200px;*/
    width: 250px;
    position: fixed;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sign-title {
    color: forestgreen;
    display: flex;
    justify-content: center;
    padding: 1px 1px 1px 1px;
    height: 1px;
}

.CoNameCSS {
    color: red;
    display: flex;
    justify-content: center;
    padding: 1px 1px 1px 1px;
}
.LoginTitleCSS {
    color: blue;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 50px;
}
#LblCompany {
    color: red;
    font-size: 14px;
    margin-left: 10px;
}
.LogoPowered {
    max-width: 180px;
    max-height: 50px;
    margin-bottom: 20px;
    margin-left: 45%;
}
.Logo {
    max-width: 180px;
    max-height: 50px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.ClientNameCSS
{
    color: blue;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.TextboxCSS {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*max-height: 200px;
    max-width: 250px;*/
    height: 30px;
    width: 220px;
    background-color: ghostwhite;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.BtnCSS {
    font-weight: bold;
    height: 35px;
    width:225px;
    color: blue;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.HyperlinkCSS {
    color: red;
    font-style: normal;
    font-size: 10px;
    font-weight:normal;
    margin-bottom: 20px;
    margin-left: 10px;
    border-bottom:none;
}