﻿.DivBgPage {
    background-image: url('../Images/3.png');
    background-position: center center;
    background-repeat: repeat;
    
}
.Prodiv {
       background-color: #199bcd;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #808080;
  color: #ffffff;
    direction: rtl;
    font-family: BMitra;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    height:500px;
    width:700px;
}

.txtlogin {

    background-color: #f6f3f3;
    border-radius: 5px;
    font-family: BMitra;
    font-size: 18px;
    height: 32px;
    text-align: center;
    width: 300px;
}
.fright {
float:right;
}

.Prodiv p {
    font-family: BTitrBold;
    font-size: 24px;
}
.cb {
clear:both;
}
.w150 {
width:190px;
}
.w300 {
width:300px;
}
.h45 {
height:45px;
}

.btnlogin {
    background-color: #85cae1;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #808080;
    color: #ffffff;
    font-family: BMitra;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    margin-right: 180px;
    text-shadow: 1px 1px 1px #000000;
    width: 150px;
}