table, th, td { 
    text-align: center;
    font-weight: bold;
}
.search{
    width:400px;
    height: 60px;
    text-align: center;
    margin: 50px auto;
}
@font-face {
    font-family: Calibri;
    /*src: url('../fonts/Calibri.ttf');*/
}
@import url('https://fonts.googleapis.com/css?family=Changa');

body{
    font-family: 'Changa', sans-serif;

}
#mydata,#mydata2{
     /*background-image: url('http://i35.servimg.com/u/f35/13/51/96/81/co10.png');*/
     background-image: url('../namebg.png') !important;
    background-position:center;

    background-repeat: repeat-y;
     /*background-repeat: repeat-x;*/
     /*background-position-x: 2px;*/
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1a6ecc;
    color: white;
    text-align: center;
    font-size: medium;

 }
 .form-control form-control-sm{
     width: 500px;
 }
 .loginhome{
     margin-top: 20px !important;
     width: 90%;
     margin-left: auto;
     margin-right: auto;
 }
 .loginbtn{
     margin-top: 20px !important;     margin-bottom: 5px;

 }
 .regbtn{
     margin-bottom: 20px;
 }
 .regbtn,.loginbtn{
     width: 90%;
 }
.reg{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.lbl{
    margin-bottom: 5px !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: left;
}
.regbtn{
    margin-bottom: 5px;
    width: 90%;
}
.hide{
    display:none !important;
}
.show{
    display:block !important;
}
#reg_panel,login_panel {
    padding-bottom: 20px;
}
.panel-heading{
    margin-bottom: 30px !important;
}

label.filebutton {
    width:120px;
    height:40px;
    overflow:hidden;
    position:relative;
    background-color:#ccc;
}
.uimg{
    padding: 5px;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.uimg:hover{
    opacity: .5; 
}

#linkk:hover{
    opacity: .8 !important;;
    border: 0px solid #454545 !important;
    
}

.userelement{
}
table{

}

.fa {
    padding: 13px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 0px 0px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }
  
  