﻿body {
}

.logo_box{
    margin: auto;
    position: absolute;
    top: 0;
    left: 65px;
    bottom: 0;
    right: 0;
    min-width: 0px;
    max-width: 600px;
    padding: 40px;
    height: 710px;
}

.bottom-links {
	color: #eee !important;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

h4 {
	color: white;
}

.terms {
	background-color: rgba(0,0,0,0) !important;
	color: white !important;
}
.text-danger {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

 .login-background {
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(237 237 237 / 0%)), to(rgb(237 237 237 / 0%)), color-stop(.5, #33333300)) !important;
 }