/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  background-color: #f8f8f8;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
}

.main-container {
	margin-top: 80px;
}

.main-card {
        border-top-left-radius:25px;
/* 	height:450px; */
        min-height: 300px;
}

