﻿
body
{
    font-family: 'Cairo' , sans-serif;
    margin: 0 auto;
    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    overflow-x:hidden;
}
.container
{
   width:100%;
   height:100%;
    text-align: center;
    background-color:   #0086b3;
    border-raduis: 4px;
    margin: 0 auto;
    margin-top: 150px;
    border:4px solid #ffcccc;
   -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
    border-radius:4px;
    color:#fff;
}
.login
{
    color: #fff;
    background-color: inherit;
    height: 180px;
}
.container img
{
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.container1 .imge2
{
    width: 400px;
    height: 600px;
    margin-top: 80px;
    margin-bottom: -10px;
    margin-right: 200px;
}
.right-box
{
    margin-right: 45px;
}
a
{
    color:#444427;
}
a:hover
{
     color:#444427;
}