body, html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-family: myFirstFont;
}


@font-face {
  font-family: myFirstFont;
  src: url(engeexit.ttf);
  src: url(CaviarDreams.ttf);
  src: url(HuSD.ttf);
}

* {
  box-sizing: border-box;
}

.bg-img {
  /* The image used */
  background-image: url("../images/hatter03.jpg");
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Add styles to the form container */
.login_header {
  background-image: url("../images/title_sd_570.png");
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 115px;
  background-color: white;
  background-color: rgba(256,256,256,0.5);
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  #border: thin solid red;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 300px;
  background-color: white;
  background-color: rgba(256,256,256,0.5);
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  #border: thin solid red;
}

.container2{
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 650px;
  background-color: white;
  background-color: rgba(256,256,256,0.5);
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  #border: thin solid red;
}

.login_box {
	position: absolute;
	top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
	width: 500px;
	margin-left:auto;
	margin-right: auto;
	font-size: 20px;
	#border: thin solid black;
}

.forgotpass_box {
	position: absolute;
	top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
	width: 500px;
	margin-left:auto;
	margin-right: auto;
	font-size: 20px;
	#border: thin solid black;
}

.login_box2 {
	position: absolute;
	top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
	width: 500px;
	margin-left:auto;
	margin-right: auto;
	font-size: 20px;
	#border: thin solid black;
}

.col-25 {
  float: left;
  width: 30%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 70%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


input[type=text], input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  font-family: inherit;
  font-size: 18px;
   box-shadow: 4px 6px 3px rgba(0, 0, 0, 0.25) inset;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn {
  #background-color: #4CAF50;
  color: black;
  #font-weight:bold;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  #opacity: 0.9;
  background-color: rgba(0,0,0,0);
  font-family: inherit;
  text-align: right;
  font-size: 20px;
}

.btn:hover {
  opacity: 1;
}
