.login-container {
	background-image: url('/img/challenger-welcome-bg.jpg');
	/* background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(15,52,67,1) 27%, rgba(11,91,113,1) 51%, rgba(0,115,120,1) 68%, rgba(38,181,124,1) 100%); */
}

input {
	height: 60px;
	border: none;
	border-radius: 5px !important;
}

.login-btn {
	height: 60px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo', sans-serif !important;
}
.register-hero {
	margin-top: -25px;
	height: 400px;
	background-image: url('/img/challenger-welcome-bg.jpg');
}

.profile-avatar {
    width: 100px;
    height: 100px;
}

.challenger-standing-card-header {
    height: 150px;
}

.challenger-standing-name {
    font-size: 1.5em;
}

/** Challenger Profile Card*/
.hr-profile-heading-primary:not([size]),
.hr-profile-heading-secondary:not([size]) {
    height: 4px;
    opacity: 0.75;
    margin-top: 0.8rem;
}

.hr-profile-heading-primary:not([size]) {
    background-color: #3670c5;
}

.hr-profile-heading-secondary:not([size]) {
    background-color: #aaa;
}

.challenger-standing-number {
    font-size: 5em;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -20px;
}

.challenger-standing-points-number {
    font-size: 2em;
}

.challenger-standing-small-number {
    font-size: 3em;
    font-weight: bold;
    margin-top: -15px;
}

.challenger-standing-subheading {
    font-size: 1.2em;
}

.challenger-standing-subheading-span {
    font-weight: 800 !important;
}
