html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 50px;
  margin-bottom: 60px;
  user-select:auto;
}
.starter-template {
  padding: 40px 15px;
  /* text-align: center; */
}
.centercol
{
float: none;
margin: 0 auto;
}
td.domainname
{
	width: 60% !important;
}
/* form
{
	margin-bottom: 25px;
} */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
.container .text-muted {
    margin: 20px 0;
	text-align: center;
}

table td form{
  display: flex;
}


.card-title span{
  color:#05a901;
}