﻿@font-face {
    font-family: "yekan";
    src: url(../../fonts/Yekan.eot);
    src: url(../../fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(../../fonts/Yekan.woff) format("woff"), url(../../fonts/Yekan.ttf) format("truetype"), url(../../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0PX;
    font-family: yekan;
    font-size: 14px;
    background-color: gray;
    background: url('../image/Template_img/body-bg.png') repeat scroll 0% 0% #FFF;
}
#Login_right_Container {
width:360px;
height:1000px;
background-color:#fff;
float:right;
box-shadow: 0px 0px 20px #819BD1;
}
.login_header
{
    width:100%;
    margin-top:20px;
    padding:10px 0px;
    text-align:center;
    font-size:22px;
    color:green;
}
.login_line {
width:70%;
border-bottom:1px solid #C5C2C2;
margin:20px auto 40px;
}
.login_text_container{
    width:300px;
    margin:25px auto;
    
}
.login_text {
width:290px;
height:35px;
text-align:right;
padding-right:10px;
border: 1px solid #CCC9C9
}

        .login_text:focus {
    border: 1px solid #9BB8F3;
    box-shadow: 0px 0px 10px #819BD1;
    }

        .login_Captch_text {
width:150px;
height:35px;
text-align:right;
padding-right:10px;
border: 1px solid #CCC9C9;
float:right;
}

        .login_Captch_text:focus {
    border: 1px solid #9BB8F3;
    box-shadow: 0px 0px 10px #819BD1;
    }
                .login_Captch_img {
width:135px;
height:37px;
text-align:left;
border: 1px solid #CCC9C9;
float:right;
}

                .login_Bottom_container{
    width:300px;
    margin:25px auto;
    
}

.login_Bottom {
width:100%;
height:40px;
text-align:right;
padding-right:10px;
border: 1px solid #CCC9C9;
margin-top:24px;
text-align:center;
background:#8CEF5F;
background-image: -moz-linear-gradient(#BBF599, #82CF60);
background-image: -webkit-linear-gradient(#BBF599, #82CF60);
background-image: linear-gradient(#BBF599, #82CF60);
font-size:16px;
border-radius:5px;
box-shadow: 0px 0px 5px #989696;
cursor:pointer;

}

.login_Bottom:hover {
background:#8AE75F;
background-image: -moz-linear-gradient(#A3ED78, #82CF60);
background-image: -webkit-linear-gradient(#A3ED78, #82CF60);
background-image: linear-gradient(#A3ED78, #82CF60);
}

.login_link{
    text-decoration:none;
    text-align:right;
    float:right;
    color:blue;
}
.login_Message{
    text-align:center;
    font-size:15px;
    color:red;
}
.login_validation{
    text-align:right;
    font-size:14px;
    color:red;
}