@charset "UTF-8";
/* CSS Document */
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
}
a {color: #415092;
	text-decoration: none;
	padding-left: 25px;
	line-height: 14px;
	
	
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
header {
	width: 100%;
	height: 5%;
	background-color: #fcc122;
	border-bottom: 1px solid #000000;
}
.image{
    height: 500px;
	border-bottom: 1px solid #000000;
}
.imageres{
    height: 350px;
	border-bottom: 1px solid #000000;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.p {	color: #000000;
}

#login-error-msg-holder {
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: left;
  align-items: left;
}

#login-error-msg {
  width: 23%;
  text-align: left;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #8a0000;
  border: 1px solid #8a0000;
  background-color: #e58f8f;
  opacity: 0;
}

#error-msg-second-line {
  display: block;
}

#login-form {
  align-self: flex-start;
  display: grid;
  justify-items: left;
  align-items: left;
  margin-bottom: 50px;
}

.login-form-field::placeholder {
  color: #3a3a3a;
}

.login-form-field {
  border: none;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 10px;
  border-radius: 3px;
  outline: none;
  padding: 0px 0px 5px 5px;
  font-size: 14px;
	width: 250px;
}

#login-form-submit {
  width: 100px;
  padding: 7px;
  border: none;
  border-radius: 5px;
  color: 999999;
  font-weight: bold;
  background-color: #fcc122;
  cursor: pointer;
  outline: none;
  margin-top: 10px;

}

footer {
	width: 100%;
	height: 4%;
	background-color: #fcc122;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	text-align: center;
	font-size: 12px;
	
}