
.login{
  width: 100%;
	background: #000 !important;
	min-height: 100vh;
}

.login-logo{
	height: auto;
  border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFCB4A !important;
}	
@media (max-width: 992px){
  .login-logo{
    min-height: 200px;
    border-radius: 10px;
  }
  .login-form{
    padding: 20px 0px;
  }
}
.login-form{
  height: auto;
  border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  min-height: 450px;
}
.bg-dark-yellow{
  background-color: #FFCB4A;
}