@charset "utf-8";
/* CSS Document */

 @font-face {
            font-family: 'Poppins';
            src: url(https://sd.train.fitness/LoginTemplates/TF/src/fonts/poppins-regular-webfont.woff);
            font-weight: normal;
        }
@font-face {
            font-family: 'Poppins';
            src: url(https://sd.train.fitness/LoginTemplates/TF/src/fonts/poppins-bold-webfont.woff);
            font-weight: bold;
        }

 /* unvisited link */
a:link {
  color: #D31334;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: #B81C29;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #B81C29;
	text-decoration: underline;
}

/* selected link */
a:active {
  color: #B81C29;
	text-decoration: underline;
} 

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins";
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.create {
	padding-top: 10px;
}

.changeClaims {
	display: none !important;
}

 input:required {
            border-left: 5px solid #D31334;
        }

input:required:focus {
            border-left: 5px solid #D31334;
        }

.buttons #cancel {
  font-size: 1em;
  color: #D31334 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.buttons:hover #cancel {
  font-size: 1em;
  color: #B81C29 !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}
.buttons #cancel:before {
	color: #B81C29 !important;
}