html,body{
  background: url("../images/background.jpg")no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    font-family: 'Lato', sans-serif;
}
.panel{
    background-color: transparent;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    border:0px;
    border-radius:0px;
    color:#fff;
    padding:20px 30px;
}
.input-group .form-control{
    border-radius:35px;
}
.input-group-addon{
    border-radius:35px;
    color: #fff;
    background-color: #fff;
    font-size:11px;
    padding: 0px 12px;
}
.btn_new{
  background: url("../images/buttons/button.png");
  background-size: cover; 
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  height: 48px;
  width: 140px;
  border: none;
}
i{
    background: #1693e5;
    padding-top: 5px;
    border-radius: 21px;
    height:22px;
    width:22px;
}
a{
    color:#fff;
    font-weight:bolder;
}
.panel-title{
    font-size:30px;
    text-align:center;
}
.panel-info>.panel-heading{
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-family: 'Cinzel', serif;
}
.panel-info>.panel-heading a{
    color: #fff;
}

#content {
  margin-top: 10px !important;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  max-width: 1360px;
  margin: 0 auto;
}


/*profile page */

.full-width{
    float:left;width:100%;margin-top:30px;min-height:100px;position:relative;
}
.imgCircle{border-radius: 50%;}
.Profile-input-file{
    height: 198px !important;
    width: 210px;
    left: 12%;
    position: absolute;
    top: 0px;
    z-index: 999;
    opacity: 0 !important;
}
.mg-auto{
    margin:0 auto;max-width: 200px;overflow: hidden;
}
.input-place {
    position: absolute;
    top: 21px;
    left: 16px;
    font-size: 20px;
    color: #fff;
    background: gray;
    height: 49px;
    padding: 14px;
}
.margin{margin-top:10px;margin-bottom:10px;}

.custom-form{float: left;width:100%;overflow: hidden;
background-color: transparent;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    background-size:cover;
}
.img-section{
    float: left;width: 100%;padding-top: 15px;padding-bottom: 15px;position: relative; z-index: 1;
}
.img-section h4{color:#000;}
#PicUpload{
    color: #ffffff;
    width: 201px;
    height: 202px;
    background: rgba(255,255,255,0.4);
    padding: 75px;
    position: absolute;
    left: 23px;
    border-radius: 50%;
    display: none;
    top: 13px;
}
.camera{
    font-size: 50px;
    color: #333;
}
.custom-btn{
    margin-top: 15px;
    border-radius: 0px;
    padding: 10px 40px;
    margin-bottom: 15px;
}
#checker{
    opacity: 0;
    position: absolute;
    top: 0px;
    cursor: pointer;
    z-index:99999;
}
.color{
    color:#fff;
}
