.login {
    /*background-image: url('../00tatamen.jpg');*/
    height: 100%;
    width: 100%;
   
    background-position:center;
}


.login .fields {
       /*background:rgba(9,9,9,0.6);*/
    }
.login .form-control{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    color: #054752;
    background-color: #EDEDED;
    border-radius: 16px;
    border: solid 1px #EDEDED;
    box-shadow: none;
    font-family: 'DroidArabicKufiRegular'; 
}

    .login .btn{
        position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 16px 24px;
    border: 1px solid transparent;
    border-radius: 48px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    font-family:'DroidArabicKufiRegular';
    min-height: 48px;
    min-width: 48px;
    max-width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: max-width 500ms ease-in, background-color 200ms ease-in;
    transition: max-width 500ms ease-in, background-color 200ms ease-in;

    background-color: #00AFF5;
    color: #FFF;
    margin-bottom:257px;
    }    
        
    .login #divform{
        padding-right: 20% ;
        padding-left: 20% ;
        margin-top: 200px;
        font-family: 'DroidArabicKufiRegular'; 
    }    

    .login h1{
        margin-bottom: 70px;
        color: #00AFF5;
        font-family: 'DroidArabicKufiRegular'; 
        
    }

    .login i{
        font-size: 20px;
        background-color: #00AFF5;

    }
