@font-face
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

body
{
    background: #448ed3;
    font-family: "Lato";
}
.wrap
{
    width: 250px;
    height: auto;
    margin: auto;
    margin-top: 10%;
}
.avatar
{
    width: 100%;
    margin: auto;
    width: 65px;
    border-radius: 100px;
    height: 65px;
    background: #448ed3;
    position: relative;
    bottom: -15px;
}
.avatar img
{
    width: 55px;
    height: 55px;
    border-radius: 100px;
    margin: auto;
    border: 3px solid #fff;
    display: block;
}

.wrap input
{
    border: none;
    background: #fff;
    font-family: Lato;
    font-weight: 700;
    display: block;
    height: 40px;
    outline: none;
    width: calc(100% - 24px);
    margin: auto;
    padding: 6px 12px 6px 12px;
}
.bar
{
    width: 100%;
    height: 1px;
    background: #fff;
}
.bar i
{
    width: 95%;
    margin: auto;
    height: 1px;
    display: block;
    background: #d1d1d1;
}
.wrap input[type="text"]
{
    border-radius: 7px 7px 0px 0px;
}
.wrap input[type="password"]
{
    border-radius: 0px 0px 7px 7px;
}
.forgot_link
{
    color: #83afdf;
    color: #83afdf;
    text-decoration: none;
    font-size: 11px;
    position: relative;
    left: 193px;
    top: -36px;
}
.wrap button
{
    width: 100%;
    border-radius: 7px;
    background: #b6ee65;
    text-decoration: center;
    border: none;
    color: #51771a;
    margin-top: -5px;
    padding-top: 14px;
    padding-bottom: 14px;
    outline: none;
    font-size: 13px;
    border-bottom: 3px solid #307d63;
    cursor: pointer;
}
.LabelColor
{
    color: Black;
    background-color: Red;
}
.cssDivCenter
{
    background-color: Red;
}
.cssBG
{
    background-image: url("..\Images\PR1.PNG");
}
.cssPara1
{
    width: 100%;
    height: 300px;
}
.cssTD1
{
    height: 250px;
}
.cssTD2
{
    text-align:center;
}
.cssTD3
{
    width: 250px;
}
.cssTDI1
{
   
}
.cssTDGap
{
    height: 43px;
}
.cssTDMsg
{
    height: 100px;
    text-align: center;
}
.cssTDI2E
{
    height: 30px;
    color: Red;
    font-size: medium;
}

.cssTDI2C
{
    width: 150px;
}
.cssControl
{
    width: 180px;
    padding: 6px 15px 6px 35px;
    border-radius: 5px;
    box-shadow: 0 1px 0 #ccc inset;
    transition: 500ms all ease;
}
.cssButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}
