.navbar{
	margin-bottom: 0px;
	border-radius: 0px;
	z-index: 1;
	color:#ffffff;
}

.form-control{
	border-radius:0px;
}

/* .btn{
	border-radius:0px;
	background-color: #2b582b;
} */

/* .btn:HOVER{
	background-color: rgba(58, 132, 58, 0.84);
} */

/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin-bottom: 0px;
}
.sign-in-container{
	box-shadow: rgba(106, 190, 78, 0.52) 10px 10px 5px 0px;
    background-color: rgba(20, 132, 6, 0.83);
	padding: 35px;
}
.sign-in-section{
	/* position: fixed; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
}
.validation-marker{
	z-index: 1;
    position: absolute;
    right: 6px;
    top: 33px;
    font-size: 18px;
    color: #841515;
}
.sign-in-link{
	    color: #fff;
}
.sign-in-link:HOVER{
	color:rgb(189, 239, 198);
	text-decoration: none;
}
.form-group {
    margin-bottom: 0px;
    position:relative;
}
.validation-message{
	z-index: 0;
	right: 0;
    top: 62px;
    position: absolute;
    background: rgba(8, 8, 8, 0.43);
    border-radius: 4px;
    color: white;
    padding: 6px;
    display:none;
}
.validation-top-arrow{
	color:rgba(8, 8, 8, 0.43);
	right: 8px;
    position: absolute;
    top: -10px;
}
.no-error{
	visibility: hidden;
}
.validation-marker:HOVER ~ .validation-message {
	display:block;
}
p.error-msg{
	margin: 0px;
}
body{
	background-color: #fff;
}
