/* @font-face {
    font-family: ;
    src: url();
} */
body{
    background-color: rgb(107, 168, 163);
    font-family: 'b nazanin';
    align-items: center;
    text-align: center;
    background-image:url(/source/image/back_login.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    margin: 0;
}
#Header_Login{
    font-size: 200%;
}
.Label_login{
    font-size: 130%;
    font-style:italic;
    font-weight: bold;
    cursor: pointer;
}
.Input_Login{
    width: 350px;
    height: 30px;
    border: 1px solid rgb(92, 88, 88);
    box-shadow: 100px solid red;
    border-radius: 20px;
}
.R_L_Forward{
    margin: 10%;
    font-size: 23px;
    font-family: 'b titr';
    font-weight: bold;
    margin-top: 3%;

}
button{
    width: 100px;
    height: 40px;
    font-family: 'b nazanin';
    border-radius: 10px;
    background-color: rgb(0, 251, 255);
    color: gray;
}
a{
    color: red;
}