.log-logo {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	box-shadow: 0 0 10px #999999;
}
.log-bcgr-clr {
	background-color: white;
}
.log-body {
	width: 45%;
    margin: 0 auto;
    margin-top: 5%;
}
.log-content-clr {
	background-color: #1a2b3b;
	box-shadow: 0 0 10px #999999;
}
.log-shadow {
	box-shadow: 0 0 10px #999999;
}
.log-content-clr input, button, .btn-lg, .tstAcInput input, textarea {
	border-radius: 0px;
    background-color: #bbcdc1;
    border-color: #bbcdc1;
    color: black;
}
.form-control:focus {
    color: black;
    background-color: #bbcdc1;
    border-color: #bbcdc1;
    outline: 0;
}
.error-stl {
	box-shadow: 0 0 10px #999999;
	-webkit-animation: fadeOut 2s forwards;
    animation: fadeOut 2s forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    border-radius: 2px;
    background-color: #1a2b3b;
    text-align: center;
    padding: 5px 0px;
}
.error-txt {
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: red;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tstAcHeader{
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: 0px auto;
    display: block;
    padding: 8px 0px;
    background-color: #48555e;
}
.tstACBody{
    width: 48%; 
    margin: 0 auto; 
    background-color: #1a2b3b; 
    color: white; 
    box-shadow: 0 0 10px #999999;
}

#collapseContract{
  transition: height 800ms;
}

@-webkit-keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0px 1000px #bbcdc1 inset;
    -webkit-text-fill-color: black !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: black !important;
}