﻿.* {
    box-sizing :border-box;
}
body {
    background-image: url('../ima/mans.jpg');
    background-repeat: repeat;
}

.container1 {
    
    margin-right: auto;
    margin-left: auto;
    box-shadow :-5px -5px 8px #000,
                 5px 5px 8px #000;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg {
 background-image: url('../ima/login.png');
         background-size:cover;

    background-repeat: no-repeat;
    height: 650px;
    width: 900px;

}

.div_btn {
    
    /*border: 3px solid #07680c;*/
    /*border-radius: 0 0 7px 7px ;*/
    padding: 0;
    background: #11c612;
height:44px;  
   
    font-weight: bold;
       margin-bottom :1px;
       text-align:center;
    }
   

.aa {
    width: 100%;
    cursor: pointer;
    height: 100%;
    font-family: Almarai;
    font-size: 25px;
    color: #FFFFFF;display:block;
    margin:auto;
    text-decoration:none;
}

    .aa:hover {
        background-color: #72f553;
    }