.corporate{
	width:350px;
	height:200px;
	background-image: url(https://placehold.co/350x160);
	background-position: center center;
	background-size: ;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

body{
	background-color: #12202f;
	color: #eee;
}
.row{
   margin-left: 0px;
   margin-right: 0px;
}
.small-container-login {
  max-width: 450px;
  margin-top: 20px;
}
.login-panel form{
  background: #fff;
  padding: 10px;
  color: #12202f;
}
.login-panel h2 {
  margin-top: 2px;
  color: #798eae;
  background-color: #283f57;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #7022a6;
  padding-bottom: 9px;
  padding-top: 10px;
  font-weight: 600;
}
.login-panel a {
 color:#3b8191;
 text-align:center;
}

.btn-primary{
	background-color: #cf19d5;
	background-image: none;
	border:0px;
	color: #fff;
	border-radius:0px;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.active {
	background-image: none;
	color: #fff;
    background-color: #5c1a6f;
	border:0px;
	border-radius:0px;
}
.form-control{
	border-radius:0px;
}
.form-group {
  padding-bottom: 10px;
  padding-top: 10px;
}
.alert{
	text-align:center;
}
.alert-danger{
	color: #fff;
	background-color: #ac0202;
	border-color: #ac0202;
	border-radius:0px;
	border:0px;
	background-image: none;
}
.alert-success{
    color: #fff;
    background-color: #add935;
    border-color: #add935;
	border-radius:0px;
	border:0px;
	background-image: none;
}



