/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 23, 2019, 11:21:31 AM
    Author     : liveh
*/

body{
    background: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)),url("images/world-map.png");
    background-size: cover;
    background-position: center;
}

 .login-box{
     max-width: 700px;
     float: none;
     margin: 150px auto;
     background-color: rgba(230, 230, 230, 0.5);
     padding: 30px;
     border-radius: 20px;
 }
 
 .form-control{
    background-color: transparent !important;
 }
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

