.logo-name
{
	color:#000000;
}
.middle-box h1
{
    font-size: 110px;
}
.welcome
{
	font-weight: bold;
	font-size: 21px;
}
.bold
{
	font-weight: bold;
}
.bg-black
{
	background-color: #000000;
	border:1px solid #ffffff;
}
.bg-black:hover
{
	background-color: #000000;
	border:1px solid #000000;
}
.bg-black:focus
{
	background-color: #000000!important;
	border:1px solid #000000;
}

.text-black
{
	color:#000000;
}

.text-white
{
	color:#ffffff;
}
.left-div
{
    height: 669px!important;
}

.right-div
{
    align-items: center;
    color: #ffffff!important;
    display: flex;
    height: 669px;
    justify-content: center;
    text-align: center;
}

.left2-div
{
    align-items: center;
    display: flex;
    color: white!important;
    height: 669px;
    justify-content: center;
    text-align: center;
}

.form-control
{
	border:1px solid black;
	color: black;
}

.form-control:focus
{
	border:2px solid black;
	color: black;
}
.flash
{
	color: #000000;
	margin-left: 47px;
	font-weight: 600;
    font-size: 19px;
}

