
        @import url(https://fonts.googleapis.com/css?family=Roboto:300);

        
        .login-page {
        /*background: #76b852;*/ /* fallback for old browsers */
        background-image: url(../img/patern-korpri.png);
       /* background: -webkit-linear-gradient(right, #76b852, #8DC26F);
        background: -moz-linear-gradient(right, #76b852, #8DC26F);
        background: -o-linear-gradient(right, #76b852, #8DC26F);
        background: linear-gradient(to left, #76b852, #8DC26F);*/
                              /* <------ */
    background-repeat:   repeat-y repeat-x ;
    background-position: center center; 
    background-attachment :fixed;

        font-family: "Roboto", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        }

       /***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

body {
  background: #F1F3FA;
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
    background-image: url(../img/patern-korpri.png);
    background-repeat: no-repeat;
    background-position: center ; 
  padding: 10px 0 10px 0;
 /*background: #fff;*/
}

.profile-userpic img {

  float: none;
  margin: 0 auto;
  width: 30%;
  height: 30%;
 /* -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;*/
  border-radius: 50% !important;
  margin: auto;
  -moz-box-shadow: 0px 6px 5px #ccc;
        -webkit-box-shadow: 0px 6px 5px #ccc;
        box-shadow: 0px 6px 5px #ccc;
        -moz-border-radius:50% !important;
        -webkit-border-radius:50% !important;
        border-radius:190px;
}


.company-pic  {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-top: 20px;
}


.profile-usertitle {
  text-align: center;
  margin-top: 10px;
}

.profile-usertitle-name {
  color: #000000;
  font-size: 12px;
  margin-top :-7px;
  font-weight: 600;
  margin-bottom: 3px;
 text-shadow: 0px 0px 30px rgba(110, 209, 103, 0.71);
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #000000;
  font-size: 8px;
  font-weight: 600;
   margin-top :-3px;
  margin-bottom: 5px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
     