.my-body {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/cover.jpg');
}

.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-content {
    max-width: 400px;
    margin: 100px auto 50px;
}

.auth-head-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #fff;
    color: #5c6bc0;
    box-shadow: 0 5px 20px #d6dee4;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#response
{
    color:red;
}

.is-invalid
{
    color:red;
}

.my-word-break
{
    word-break: break-all;
}

#response_success
{
    color:#28a745;
}

#form-billing-statistics-filter label.error
{
    position: absolute;
    margin-left: 165px;
    margin-top: 10px;
    color: red;
    z-index: 3;
}

#users-in-gym .page-link
{
	height: auto !important;
    width: auto !important;
}
#users-in-gym .page-link:hover
{
	background-color: transparent !important;
}

.hide
{
	display:none;
}

.link-color {
    color: #3498db !important;
}

.border-to-exchange {
    border: 2px solid #ff4081;
}