@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

section {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 34, 76, 0.4), rgba(0, 34, 76, 0.9)), url('../img/Backgrund.jpg');
    background-size: cover;
    background-position: center;
}
.Dept{font-size:15px;margin-bottom:15px;color:white;}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 370px;
  text-align: center;
}

.login-form {
  position: relative;
  box-sizing: border-box;
  padding: 30px 30px;
  transition: 0.5s;
}

.login-form {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.login-form h1 {
  margin: 0 0 20px;
  color: white;
  font-size: 30px;
  /*text-transform: uppercase;*/
}

.login-form input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  /*text-transform: uppercase;*/
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: 'Roboto Condensed', sans-serif;
}

.login-form input::placeholder {
  color: white;
}

.btn {
  color: white;
  background-color: #0072ff;
  font-size: 16px;
  border: none;
  cursor: pointer;   
  width:100%;
  border-radius:15px;
  margin-bottom:7px;
}

.btn:hover {
  background-color: #005aca;
     color: white;
}

.login-form a {
  text-decoration: none;
  color: white;
  /*text-transform: uppercase;*/
}
.input-group-addon{background-color:white; color:black;font-weight:700; border: none;border-top-left-radius: 15px; border-bottom-left-radius: 15px;}