.logo-brand {
width: 100%;
}

.login-page footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background: transparent;
   text-align: center;
}

.login-card-body, .register-card-body {
    border-radius: 7px;
    box-shadow: #a0a0a0 1px 1px 10px;
}

    .color-palette {
      height: 35px;
      line-height: 35px;
      text-align: right;
      padding-right: .75rem;
    }
    
    .color-palette.disabled {
      text-align: center;
      padding-right: 0;
      display: block;
    }
    
    .color-palette-set {
      margin-bottom: 15px;
    }

    .color-palette span {
      display: none;
      font-size: 12px;
    }

    .color-palette:hover span {
      display: block;
    }

    .color-palette.disabled span {
      display: block;
      text-align: left;
      padding-left: .75rem;
    }

    .color-palette-box h4 {
      position: absolute;
      left: 1.25rem;
      margin-top: .75rem;
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      display: block;
      z-index: 7;
    }
	
.actions a {
	margin-right:10px;
}

.btn-outline-success {
    color: #ffffff;
    border-color: #ffffff;
    margin-top: -6px;
}

.max-size-button {
	max-width: 200px;
	display: inline-block;
    vertical-align: baseline;
}

.gst20{
	margin-top:30px;
}

#hdTuto_search{
	display: none;
}
	.list-gpfrm-list a{
	text-decoration: none !important;
}

.list-gpfrm li{
	cursor: pointer;
	padding: 4px 0px;
	    list-style: none;
}

.list-gpfrm{
	display: block;
    position: absolute;
    float: left;
    margin-top: 37px;
    width: 89%;
	padding-left: 10px;
	background: rgb(228, 251, 255);
}
#hdTutoForm {
	width: 100%;
}
.list-gpfrm li:hover{
	color: white;
	background-color: #85bbc3;
}
.no-float	{
	float:none;
}
