body{
    margin: 0;
    padding: 0;
    background: white;
    color: black;
    font-family: Arial;
    font-size: 12px;
    min-height: 900px;
}

.grad{
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;

    z-index: 1;
    opacity: 0.4;
          /* The image used */
  background-image: url("https://localhost/CPR/resources/images/africanchild.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.leftsec{
       
          /* The image used */
  background-image: url("https://localhost/HEBS/resources/images/village.jpg");
     height: auto;

    z-index: 1;
  /* Full height */
  min-height: 900px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
}

nav {
  
  position: relative;
  width: 590px;
  height: 50px;
  background-color: #34495e;
  border-radius: 8px;
  font-size: 0;
  float:left;
}
nav a {
  line-height: 50px;
  height: 100%;
  font-size: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  cursor: pointer;
}
nav .animation {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  transition: all .5s ease 0s;
  border-radius: 8px;
}
a:nth-child(1) {
  width: 100px;
}
a:nth-child(2) {
  width: 110px;
}
a:nth-child(3) {
  width: 100px;
}
a:nth-child(4) {
  width: 160px;
}
a:nth-child(5) {
  width: 120px;
}
nav .start-home, a:nth-child(1):hover~.animation {
  width: 100px;
  left: 0;
  background-color: #1abc9c;
}
nav .start-about, a:nth-child(2):hover~.animation {
  width: 110px;
  left: 100px;
  background-color: #e74c3c;
}
nav .start-blog, a:nth-child(3):hover~.animation {
  width: 100px;
  left: 210px;
  background-color: #3498db;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
  width: 160px;
  left: 310px;
  background-color: #9b59b6;
}
nav .start-contact, a:nth-child(5):hover~.animation {
  width: 120px;
  left: 470px;
  background-color: #e67e22;
}

.boxlink:hover {
	background-color: #B3A032;
}

th{
padding:10px;
}

td{
padding:8px;
font-size:14px
}

.regleftsec{
       
          /* The image used */
  background-image: url("https://localhost/HEBS/resources/images/village.jpg");
     height: auto;

    z-index: 1;
  /* Full height */
  min-height: 900px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
}

.rightsec{
    padding-top: 100px;
    padding-left: 80px;
    
}

.registerrightsec{
    padding-top: 10px;
    padding-left: 80px;
    
}

.header{
   
}

.header div{
    float: left;
    color: #606060;
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    font-weight: 200;
}

.header div span{
    color: #003366 !important;
}

.login{
   
    top: calc(50% - 75px);
    left: calc(50% - 30px);
    height: 150px;
    width: 350px;
    padding: 10px;
    float: left;
}

.register{
   
    top: calc(50% - 75px);
    left: calc(50% - 30px);
    height: 150px;
    width: 350px;
    padding: 10px;
}

.register input[type=text]{
    width: 250px;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(96, 96, 96, 1);
    border-radius: 2px;
    color: #404040;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}

.register input[type=password]{
    width: 250px;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(96, 96, 96, 1);
    border-radius: 2px;
    color: #404040;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
    margin-top: 10px;
}

.login input[type=text]{
    width: 250px;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(96, 96, 96, 1);
    border-radius: 2px;
    color: #404040;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
}

.login input[type=password]{
    width: 250px;
    height: 30px;
    background: transparent;
    border: 1px solid rgba(96, 96, 96, 1);
    border-radius: 2px;
    color: #404040;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
    margin-top: 10px;
}

.login input[type=submit]{
    width: 260px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #001933;
    cursor: pointer;
    border-radius: 2px;
    color: #a18d6c;
    font-family: 'Exo',sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    margin-top: 10px;
}

.register input[type=submit]{
    width: 260px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #001933;
    cursor: pointer;
    border-radius: 2px;
    color: #a18d6c;
    font-family: 'Exo',sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    margin-top: 10px;
}

.registertitle{
    
     color: #606060;
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    font-weight: 200;
}

.headtext2{
    margin-top: 2px;
    font-size: 16px !important;
    padding-left:5px;
}

.login input[type=submit]:hover{
    opacity: 0.8;
}

.login input[type=submit]:active{
    opacity: 0.6;
}

.login input[type=text]:focus{
    outline: none;
    border: 1px solid rgba(102, 0, 0, 1);
}

.login input[type=password]:focus{
    outline: none;
    border: 1px solid rgba(102, 0, 0, 1);
}

.login input[type=button]:focus{
    outline: none;
}

::-webkit-input-placeholder{
    color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
    color: rgba(255,255,255,0.6);
}

.bottomSticky {
    position: fixed; 
    color: black;

    width:100%;
    bottom:0;
    opacity: 1;
}