﻿/****Screen Master****/ 
.style-nav
{
    position: fixed;
    background: -webkit-linear-gradient(right, #d4edfe, #3f6699);
} 
.style-nav-sub
{
position: fixed;
background: -webkit-linear-gradient(right, #efefef, #efefef);
}
.crm-img
{
    width: 100%;
    height: 15px;
    padding: 20px 81px;
}        
.crm-font {
font-family: 'Traditional Arabic'; 
}
.mrgn-txt {
text-shadow: 1px 1px 3px #b8bfce;
display:flex;
flex-direction:row-reverse;
flex-wrap:nowrap;
font-size: 37px;
font-family: 'Traditional Arabic';
padding: 0 170px 0 0;
}
#bottomEnterMstr
{
position: absolute;
top: 0px;
z-index: -2;
border-top: 55px solid transparent;
border-right: 142px solid #3b4e86;
border-bottom: 55px solid transparent;
}
        
#bottomBlurBgMstr
{
position: absolute;
top: 1px;
z-index: -1;
border-top: 89px solid transparent;
border-right: 142px solid rgba(69,138,182,0.4);
border-bottom: 24px solid transparent;
}
/****Screen Login****/  
#bottomEnterLog
{
position: absolute;
top: 100px;
z-index: -2;
border-top: 200px solid transparent;
border-right: 300px solid #3b4e86;
border-bottom: 150px solid transparent;
}
        
#bottomBlurBgLog
{
position: absolute;
top: 100px;
z-index: -1;
border-top: 263px solid transparent;
border-right: 260px solid rgba(69,138,182,0.4);
border-bottom: 120px solid transparent;
}
#bottomEnterRst
{
position: absolute;
top: 70px;
z-index: -2;
border-top: 100px solid transparent;
border-right: 300px solid #3b4e86;
border-bottom: 150px solid transparent;
}
        
#bottomBlurBgRst
{
position: absolute;
top: 70px;
z-index: -1;
border-top: 150px solid transparent;
border-right: 260px solid rgba(69,138,182,0.4);
border-bottom: 120px solid transparent;
}